php-windows Digest 11 Nov 2003 14:13:31 -0000 Issue 1994
Topics (messages 22068 through 22069):
Re: HOW DO I FIND GD LIB ENABLED
22068 by: Frank M. Kromann
Problem with Socket and CPU usage!
22069 by: Alex
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Hi,
The GD librarry is included in a DLL on Win32. You need to load the
library from php.ini with extension=php_gd2.dll or from the script with
dl("php_gd2.dll");
You can check the output from phpinfo(); to see if the GD has been
loaded.
- Frank
> Hi,
>
> Can I find that my php version support gd library,
> My php version is 4.3.3 and server is IIS 5.0 and I want to configure
it
> for JPGraph.
> Thnx in advanced.
>
> Faisal
>
--- End Message ---
--- Begin Message ---
Hello ALL!
I've made an IRC client with DCC support (it uses many sockets)
I use socket_select in an infinite loop. All works fine, but the
problem is CPU usage. When I start my script CPU-usage rises to 100%
and stops there :(
So I wander is there any way to optimize the code to lower the CPU
usage? It is really a big problem running this script cause it slows
down other programs.
HELP me please!
Thanks for attention!
Best regards to all!
--- End Message ---