Embedded linux call using system

Posted by Gav on Stack Overflow See other posts from Stack Overflow or by Gav
Published on 2010-06-14T14:48:58Z Indexed on 2010/06/14 14:52 UTC
Read the original article Hit count: 115

Filed under:
|
|

I'm having a problem using system("command") call in C on an embedded system in linux. The call to the app works fine on the command line but when called in a compiled cgi script using the system command it is painfully slow. Any help appreciated?

© Stack Overflow or respective owner

Related posts about c

    Related posts about linux