head	1.2;
access;
symbols
	JSERV_00_09_09:1.2
	JSERV_0_9_8:1.1.1.1
	JSERV:1.1.1;
locks; strict;
comment	@# @;


1.2
date	98.01.18.20.10.10;	author francis;	state Exp;
branches;
next	1.1;

1.1
date	97.12.05.00.39.49;	author jon;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.12.05.00.39.49;	author jon;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Updated todo list and change the attribution string and
release date in README.
@
text
@TODO for mod_jserv:

- Currently the server loops continuously if it can't start the Java VM:
  for example, if the mod_jserv class files are missing.  Instead of this,
  we should disable jserv.  However, we do want the server to restart the
  JVM if it just happens to be killed.

- Implement correct behavior when exception UnavailableException is thrown 
  from a servlet.

- Multiple-line log message may cause an error. 

- Log messages are sent to Apache with the headers in the reverse order that
  they were printed. All messages logged after the headers are sent, will only
  be log with the next request to the servlet.

- Find a way to callback apache to handle things like
  filename/mime-type mapping and file path resolution.
 
- Add a property to control whether autoreload is enabled.

- Implement a timeout control on servlet methods to prevent deadlocking JServ. 
  For example, if a servlet deadlocks, JServ won't be able to restart and most
  request to the servlet will never be able to complete.

- Implement a thread pool to lower the thread creation/starting overhead.

- Improve performance.

@


1.1
log
@Initial revision
@
text
@d8 22
a29 2
- Add a property to control whether autoreload is enabled, and to 
  toggle tracing of autoreload.
@


1.1.1.1
log
@JServ 0.9.8
@
text
@@
