I created a small PHP environment, which works on it's own without any ingerention from the user, relocating to another script after finishing the operation, often opening and closing sockets. It works perfectly, but only if the number of data is limited. If it's too much, suddenly one of the scripts stops without any information, not reacting on set_time_limit. I noticed, that if I turn off all text information sending to output, scripts works about 2-4 times longer than if the text is being sent. Thus I think that memory limit causes my problems. Does anybody have an idea how to clean the memory after each operation? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]