in reply to Re: Chat room receipt
in thread Chat room receipt

Hey,

I meant I donīt want to use ready-made scripts in this chat issue only. And, I said that because the ones I looked into had incredibly dirty code. Sorry if I made it look way too generalized. If you have some code, I would definatelly apreciate.

I didnīt understand what you meant by slim HTTP deamon .

Maybe better go obssessive... What do you guys think?

Thanks

Andre_br

Replies are listed 'Best First'.
Re^3: Chat room receipt
by ikegami (Patriarch) on Apr 27, 2005 at 19:58 UTC
    By a slim HTTP deamon, I meant one that doesn't take multiple megabytes of memory per client connection. For example, a slim HTTP deamon could be a Perl script using written to handle many clients simultaneously using select or threads.