Re: Threaded chat server

2008-01-18 Thread Turner
On Jan 17, 8:44 am, [EMAIL PROTECTED] (Zentara) wrote: On Wed, 16 Jan 2008 14:08:14 -0800 (PST), [EMAIL PROTECTED] (Turner) wrote: On Jan 16, 11:50 am, [EMAIL PROTECTED] (Zentara) wrote: On Tue, 15 Jan 2008 19:18:02 -0800 (PST), [EMAIL PROTECTED] I think you may have misunderstood me.

Re: Threaded chat server

2008-01-16 Thread Turner
On Jan 16, 11:50 am, [EMAIL PROTECTED] (Zentara) wrote: On Tue, 15 Jan 2008 19:18:02 -0800 (PST), [EMAIL PROTECTED] (Turner) wrote: On Jan 15, 9:23 am, [EMAIL PROTECTED] (Zentara) wrote: On Mon, 14 Jan 2008 20:26:05 -0800 (PST), [EMAIL PROTECTED] If you just want to handle multiple

Re: Threaded chat server

2008-01-15 Thread Turner
On Jan 15, 9:23 am, [EMAIL PROTECTED] (Zentara) wrote: On Mon, 14 Jan 2008 20:26:05 -0800 (PST), [EMAIL PROTECTED] (Turner) wrote: On Jan 14, 4:07 pm, [EMAIL PROTECTED] (Robert Leibl) wrote: Turner wrote: Hello Perl gurus, I'm currently in the process of writing a chat server in

Re: Threaded chat server

2008-01-14 Thread Dr.Ruud
Turner schreef: I'm currently in the process of writing a chat server in Perl. Everything is all hunky-dory--it parses commands as it should, and is, of course, quite satisfying. Except for one thing, and that is that it cannot handle multiple clients at once, which, needless to say, is kind

Re: Threaded chat server

2008-01-14 Thread Robert Leibl
Turner wrote: Hello Perl gurus, I'm currently in the process of writing a chat server in Perl. Everything is all hunky-dory--it parses commands as it should, and is, of course, quite satisfying. Except for one thing, and that is that it cannot handle multiple clients at once, which, needless

Re: Threaded chat server

2008-01-14 Thread Turner
understanding of threads (e.g., I don't entirely understand what join() and detach() DO...). Below is the relevant server code, and I was hoping some kind soul could look at it, suppress his laughter at my naive code and point me in the right direction. This code is the only threaded chat server

Re: Threaded chat server

2008-01-14 Thread Turner
On Jan 14, 4:07 pm, [EMAIL PROTECTED] (Robert Leibl) wrote: Turner wrote: Hello Perl gurus, I'm currently in the process of writing a chat server in Perl. Everything is all hunky-dory--it parses commands as it should, and is, of course, quite satisfying. Except for one thing, and that is

Threaded chat server

2008-01-13 Thread Turner
Hello Perl gurus, I'm currently in the process of writing a chat server in Perl. Everything is all hunky-dory--it parses commands as it should, and is, of course, quite satisfying. Except for one thing, and that is that it cannot handle multiple clients at once, which, needless to say, is kind of