From: Vlad S. <ser...@us...> - 2005-07-08 16:24:26
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7852 Modified Files: ChangeLog Log Message: using iovec buffers from stack instead of allocating them, size is not that big and memory fragmentation will cost more Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.155 retrieving revision 1.156 diff -C2 -d -r1.155 -r1.156 *** ChangeLog 8 Jul 2005 15:38:26 -0000 1.155 --- ChangeLog 8 Jul 2005 16:24:05 -0000 1.156 *************** *** 7,10 **** --- 7,13 ---- mmap and return from fd modes. + * nsd/fastpath.c: Changed to use iovec buffers from + stack instead of dynamically allocating them. + 2005-07-06 Stephen Deasey <sd...@us...> |