In my windows system the smartIRC take 100% cpu usage if the php version used is up to 4.3.0. Any version of php > 4.3.0 that work fine ?
I'm using ISAPI mode, with the sockets extension, and runs without any load, but using ISAPI with fsockopen gives 100% here, along with any CGI mode
you need the PHP socket extension, then everything will run smooth...
Thx...i think that have forget the socket extension ._.
Where can I get these Extension? Have checked many sites now :/
ok finally found a nice site:
http://kromann.info/php4.php
Great...now how do I install these things to fix the problem? I downloaded php_sockets.php but where do I go from here?
I found that sockets increased laod to 100%, I guess it depends on the setup.
Log in to post a comment.
In my windows system the smartIRC take 100% cpu usage if the php version used is up to 4.3.0.
Any version of php > 4.3.0 that work fine ?
I'm using ISAPI mode, with the sockets extension, and runs without any load, but using ISAPI with fsockopen gives 100% here, along with any CGI mode
you need the PHP socket extension, then everything will run smooth...
Thx...i think that have forget the socket extension ._.
Where can I get these Extension?
Have checked many sites now :/
ok finally found a nice site:
http://kromann.info/php4.php
Great...now how do I install these things to fix the problem? I downloaded php_sockets.php but where do I go from here?
I found that sockets increased laod to 100%, I guess it depends on the setup.