ID:               15485
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         Performance problem
 Operating System: Windows 2000 Pro
 PHP Version:      4.1.0
 New Comment:

I checked this code under linux, all works fine, and the memory usage
fastly stabilize. But under Win2k, with Php 4.2.0 it's always the same
thing.


Previous Comments:
------------------------------------------------------------------------

[2002-02-10 09:05:13] [EMAIL PROTECTED]

Hello

I have a script (a bot, so it don't stop) wich connects to a server
with socket_read(). It blocking mode it's work perfectly, but not in
non-blocking mode : memory used by the function socket_read() seems to
doesn't be released by PHP engine after the call. But when I had a
sleep(1) just after the call, it's ok.

I tried with the Apache's Php module, and directly with the PHP
executable. It's the same pb.

I know it's an experimental function, but I think it's can help for
it's development.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=15485&edit=1

Reply via email to