Changeset 27
- Timestamp:
- 09/20/07 07:10:39 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
- Property svn:ignore changed from
testing/
to
up2date
- Property svn:ignore changed from
trunk
- Property svn:ignore set to
*.fcgi
- Property svn:ignore set to
trunk/SimpleLoop.d
r24 r27 1 1 import fcgi.Request; 2 2 import fcgi.Connection; 3 import fcgi.Debug;4 3 5 4 int main (char[][] args) … … 8 7 // FastCGIRequest request = new FastCGIRequest (connection); 9 8 FastCGIRequest request = new FastCGIRequest (); 10 11 Logger ("Started 2\n") ();12 9 13 10 while ( request.accept () )
