|
From: Marcin K. <kr...@li...> - 2002-05-13 09:36:34
|
Hi It's interresing project, it's something that I thought about, but. Using just threads server is limited to about 1024 threads in one time, and new connections have to be supported by new process (fork) with communication via something like sockets (Bassicaly it's interservers communication). I thing that is clean that such server have to have possibility to support a lot of instant connections at the same time (it's a CHAT). What is you oppinion about that ? Is there implemented something like that ? PS. Currently i use java server for my chat project (http://krzak.linux.net.pl/kChat/) it's also limited but no so as pure pthreads, and I thing to move to something more efficient like C. Regards. -- Marcin Krzyzanowski www : http://krzak.linux.net.pl email : kr...@li..., kr...@tu... IRC : [krzyzak] @#linuxnews @#zdrowo_jebnieci |