[EMAIL PROTECTED] wrote:

> Above it is suggested 'don't use fork on WIN32'. I would go further -
> Don't write servers in Perl on WIN32. Use .Net, Java, or C++ as they
> are all better supported, providing more native access to the
> underlying system. Perl is a UNIX programming language, and breaks down
> when pushed on WIN32.

I think a single process server should work fine on Win32.  The
frequency of connects might become an issue if it gets really
high, but normal usage should work fine.  Some people don't have
the facilities available and/or experience to write in lower
level (compiled) languages.

_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to