[tomhowe@artcore.com: Perl Event]

2003-11-15 Thread Joshua N Pritikin
- Forwarded message from Tom Howe <[EMAIL PROTECTED]> - From: Tom Howe <[EMAIL PROTECTED]> X-X-Sender: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Perl Event Hi, I have a query regarding Event. I am trying to build a network server that can take various requests from different clien

Re: [tomhowe@artcore.com: Perl Event]

2003-11-15 Thread Jochen Stenzel
Hello, Tom, > I am trying to build a network server that can take various requests > from different clients, divide then into slices and process the > slices on a first come/first served basis but im having difficulty > with it. I am using an IO event watcher to check for new data on the > socket

Re: [tomhowe@artcore.com: Perl Event]

2003-11-15 Thread Robert Urban
You wrote: > - Forwarded message from Tom Howe <[EMAIL PROTECTED]> - > > From: Tom Howe <[EMAIL PROTECTED]> > X-X-Sender: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Perl Event > > Hi, I have a query regarding Event. I am trying to build a network server > that can take various

Re: [tomhowe@artcore.com: Perl Event]

2003-11-15 Thread Uri Guttman
> "JNP" == Joshua N Pritikin <[EMAIL PROTECTED]> writes: JNP> Hi, I have a query regarding Event. I am trying to build a JNP> network server that can take various requests from different JNP> clients, divide then into slices and process the slices on a JNP> first come/first served basi