canna****@lists*****
canna****@lists*****
2003年 9月 21日 (日) 21:56:29 JST
Date: Sunday September 21, 2003 @ 21:56 Author: aida_s Update of /cvsroot/canna/canna/lib/RKindep In directory sf-cvs:/tmp/cvs-serv28606/lib/RKindep Modified Files: file.h Log Message: ServerNG: 50% scratched reimplementation of cannaserver. * Now cannaserver does not use bitmap of sockets to manage clients. This makes it far easy to port cannaserver to 64bit environments. * Now cannaserver performs fully multiplexed I/O. Especially we are free from hangs waiting for response from dead client. * Intitialization, termination and error handling is much more clean. * All code derived from X server retired. * All functions have prototypes. * configure.ac: check syslog(), vsyslog() and time_t. * canna/protodefs.h: simplify !EXTENSION case * lib/RKindep/file.h(RKI_FD_SETSIZE): added * server/IR.h: Now contains only minimum definitions for use in cannastat and cshost. * server/server.h: place prototype declarations here * server/WaitFor.c: Removed. * server/connectoin.c: Removed. Some code are moved into comm.c and session.c. * server/convert.c: Reduce use of ClientRec by some formal changes. * server/wconvert.c: ditto * server/comm.c: added * server/session.c: added * server/util.c: add const qualifier, replace int to size_t =================================================================== File: no file file.h Status: Needs Checkout Working revision: 1.5 Sun Sep 21 12:56:28 2003 Repository revision: 1.5 /cvsroot/canna/canna/lib/RKindep/file.h,v Existing Tags: after_win_removal (revision: 1.4) before_win_removal (revision: 1.4)