how big is the performance impact of using system('hostname') in PHP?

Posted by Jian Lin on Stack Overflow See other posts from Stack Overflow or by Jian Lin
Published on 2009-06-05T03:01:37Z Indexed on 2010/04/25 0:13 UTC
Read the original article Hit count: 145

Filed under:
|

I saw some existing code in the PHP scripts doing a

system('hostname');

how big can the performance impact on the server be if using this method?

© Stack Overflow or respective owner

Related posts about Performance

Related posts about php