----- Original Message ----- From: "Ray" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 12, 2001 10:43 PM Subject: Multi-threaded TCP server
> > Hello all, > > Does anyone have an example or idea on how to create a multi-"threaded" > tcp server in VMS perl. I say "threaded" since i know it's not really > threaded in the true sense. But the Unix version of this uses a fork(), > but there is no fork() in vms perl. I just want to serve multiple > clients simultaneously. Any ideas?? It depends on what kind of service you want to offer. You could use apache and mod_perl which is available for VMS to set up an application server and handle requests. If you want a file service you could use an ftp server (sorry for stating the obvious). Maarten.
