CVS log for: pth.c

Revision 1.5 - roper - January 20, 2004 at 19:32:07
Branches: TRUNK
Diff to: 1.4, 1.3, 1.2, 1.1
Final cleanups before packaging and releasing.

Revision 1.4 - roper - December 02, 2003 at 22:32:11
Branches: TRUNK
Diff to: 1.3, 1.2, 1.1
Allow us to fork multiple processes if we're running out of FD's.  This
will use more memory, but will effectively allow us to have more files
(connections) open at a time.

Revision 1.3 - roper - November 18, 2003 at 23:43:42
Branches: TRUNK
Diff to: 1.2, 1.1
Re-importing modified copy of GNU Pth for use with CoW.  This version
includes (highly experimental) support for sys_epoll in place of select().
In theory, this should be much faster than the regular code.

Revision 1.2 - roper - November 18, 2003 at 23:38:27
Branches: TRUNK
Diff to: 1.1
Pth import was screwed up -- remove it so I can try again.

Revision 1.1 - roper - July 27, 2003 at 03:27:19
Branches: TRUNK
Actual 0.4.0 release
 - incorporate automake build system
 - better config file support
 - a stripped down, patched Pth is included
 - CoW looks for config file in /etc/cow.conf and /usr/local/etc/cow.conf
   now also