Hi Here's a quick review.
- one gcc warning: request.c: In function 'request_init': request.c:48: warning: missing initializer request.c:48: warning: (near initialization for '(anonymous).iov.size') - why wrap memory functions? That causes a penalty for each call. For debugging we have valgrind, without causing production overhead - it'd be good to add starting/stopping support so util programs like spawn-fcgi aren't needed - I believe assigning structs like that is a GNU extension. Personally I don't care, but it might be an issue for some old toolchain - Lauri _______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
