CVS log for: Makefile.am

Revision 1.5 - roper - November 18, 2003 at 23:35:22
Branches: TRUNK
Diff to: 1.4, 1.3, 1.2, 1.1
 - included Pth has experimental support for sys_epoll
 - removed response concurrency code -- useless

Revision 1.4 - roper - October 07, 2003 at 16:27:29
Branches: TRUNK
Diff to: 1.3, 1.2, 1.1
TCP_CORK used by default if available; can be disabled by autoconf.

Revision 1.3 - roper - October 03, 2003 at 00:44:01
Branches: TRUNK
Diff to: 1.2, 1.1
 - Allow number of concurrently responding threads to be limited
 - Add support for sendfile() as a response mechanism (should still
   wrap this in non-blocking I/O... i.e., write our own pth_sendfile()

Revision 1.2 - roper - August 15, 2003 at 17:53:37
Branches: TRUNK
Diff to: 1.1
- fixed critical bug that caused only the first part (probably about 256K)
  of a file to actually be returned to the user
- CoW was using a pool of pmsg structures for communication between the
  main thread and the depot, but was malloc'ing messages sent from the
  depot to the handlers; messages are now forwarded to handlers instead of
  copied so we avoid the malloc overhead
- CoW now re-uses server socket so we don't have to wait a couple minutes
  after shutdown before restarting (avoids "Address in use" messages)

Revision 1.1 - roper - July 27, 2003 at 03:27:09
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