I know that fork() on Win32 is a experimental feature but maybe somebody on the list can still help me: I am writing a script to request documents from a web server with multiple parallel clients. I would like to use fork() but the moment the first child exits, the whole script dies. I tried creating the UserAgent instance in a sub after forking and in the main routine still before the fork but the result is the same. Attached is a stripped down version of my script. It works fine if only one child is used, but if set to two or more, it dies with a nasty windows memory fault.
Best regards, Reiner. -- -- ---------------------------------------------------------------------- Reiner Buehl Internet: P.O. Box 100324 [EMAIL PROTECTED] 70747 Leinfelden-Echterdingen Germany ---------------------------------------------------------------------- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net
HTTPTestTool.pl
Description: Binary data
