Sterling
DIIDevHeads IoT Integration Server
•Created by Dtynin on 6/14/2024 in #middleware-and-os
Are there alternatives to system() that might be more performant for CGI scripts on embedded Linux?
Uhhmm, @Dtynin why don't you try using tools like
strace
or perf
to profile your CGI script so you can pinpoint where the delays are happening.4 replies