|
From: Fabio A M. <ma...@al...> - 2002-05-13 16:47:00
|
Marcin: The first cchatd concept was built in 1999 by our friend Felipe Waltrick, although he can't help us as much as he wanted to he is one of the project managers. The very first version of cchatd was implemented using forks, but we tried threads and I don't remember who have told that it should be better... whatever, let's try and try, according to the project concept and organization we shall be capable of changing modules without major changes. Feel free to send us fork patches. About next step, I have a document called VERSIONS.wannabe, it's a preview of what directions to follow and what to add in which release. I'm trying to submit this document to SF's document session, but aparently documents uploads are disabled :o( I'm sending you a copy of the file attached any way. Fabio A Mazzarino -------------------- Looking for a better .sig. Suggestions are being accepted. On Mon, 13 May 2002, Marcin Krzyzanowski wrote: !On Mon, May 13, 2002 at 11:45:46AM -0300, Fabio A Mazzarino wrote: !> !> Marcin: !> !> Well, about the threads x forks. I didin't know this thread limit, and !> knowing this at this time make me change my mind. Maybe it would be better !> if before stable releases we change threads to forks. But we need a better !> study. ! !Remember that processes after fork do not have shared memory and it have !to be replaced with something else because shared data is needed in chat !system... very... Fork's have also limits, the best solution (in my !oppinion) make processes that handle as much threads as they can, if !limit is reached then fork and contact with that second process via fast !file socket. It need of course prepare interserver communication but it !seems to be the best solution (imho). For chatrooms it should be !transparent solution. ! !Well currently i have a lot of work but I try to look at this code in !this week and maybe comment that what is already done. ! !It's very important to know what we want to do, and how. It have to be !specified at the start. ! !PS. sorry for my bad english. And yes I'm interessed in develop this !kind of soft. ! !-- ! !Marcin Krzyzanowski !www : http://krzak.linux.net.pl !email : kr...@li..., kr...@tu... !IRC : [krzyzak] @#linuxnews @#zdrowo_jebnieci ! !_______________________________________________________________ ! !Have big pipes? SourceForge.net is looking for download mirrors. We supply !the hardware. You get the recognition. Email Us: ban...@so... !_______________________________________________ !Cchatd-devel mailing list !Cch...@li... !https://lists.sourceforge.net/lists/listinfo/cchatd-devel ! |