From: SourceForge.net <no...@so...> - 2006-12-20 23:30:39
|
Bugs item #1619791, was opened at 2006-12-21 00:30 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=496052&aid=1619791&group_id=61070 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: SCoderZ (Z) Status: Open Resolution: None Priority: 3 Private: No Submitted By: Cesar (romexzf) Assigned to: Cesar (romexzf) Summary: Clean up web2cs-engine to avoid wasting ram Initial Comment: Due to the current design of socket handling in web2cs (which consists on indexing datastructure's array by fd#) we waste as many str as the number of fds used outside web2cs (logs, irc sock, sql). We should rewrite that so as to be independant toward other fds. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=496052&aid=1619791&group_id=61070 |