From: Karel G. <kg...@us...> - 2001-12-31 11:17:36
|
Update of /cvsroot/micomt/mico In directory usw-pr-cvs1:/tmp/cvs-serv1858 Modified Files: CHANGES.mt Log Message: - changed thread-pool concurrency model, it doesn't use separate accept thread for incoming connections any more ---------------------------------------------------------------------- Index: CHANGES.mt =================================================================== RCS file: /cvsroot/micomt/mico/CHANGES.mt,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** CHANGES.mt 2001/12/21 20:24:56 1.25 --- CHANGES.mt 2001/12/31 11:17:32 1.26 *************** *** 1,3 **** --- 1,5 ---- + - changed thread-pool concurrency model, it doesn't use separate accept thread + for incoming connections any more - made global debug mutex not recursive - renamed swap16 to swap_16 because of name clash with OpenBSD's swap16 macro |