|
From: <an...@th...> - 2003-06-07 01:51:00
|
OK, I've pulled down the code via CVS. Questions regarding my position as "socket developer": - Do we *really* want to keep the forking socket mode? There's a way (select / poll) to run a monolithic server, and that's what I've found is easiest to work with. No IPC to worry about. ;-) - We really ought to write *something* in the README. A placeholder would work fine. Empty READMEs look strange. - The current function commenting system is really pretty silly. If we're going to document function arguments, then we should at least give some description of what their purpose is, as a developer perusing the code can figure out the types on their own. - On a related note, should I fix misspellings in the code and comments? - Where does MySQL come into the picture? Will I need to install it to work on the project? That's all for now. Thanks... --=20 Andrew Farmer an...@th... |