X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=variables.lisp;h=6c040c0de731659ac6332e9455ecbfcd4d4ecfed;hb=89ac090253571f870a5afd45559d7aa28ba1b152;hp=2edf38bf0093d234c7f096c88f45efdde03135c9;hpb=1bb49e27c591c846849c80b6e543a8b207f9dad4;p=cl-modlisp.git diff --git a/variables.lisp b/variables.lisp index 2edf38b..6c040c0 100644 --- a/variables.lisp +++ b/variables.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Dec 2002 ;;;; -;;;; $Id: variables.lisp,v 1.1 2003/07/04 22:41:06 kevin Exp $ +;;;; $Id: variables.lisp,v 1.2 2003/07/05 00:51:04 kevin Exp $ ;;;; ************************************************************************* (in-package #:modlisp) @@ -18,22 +18,21 @@ (defvar *worker-count* 0 "used to name workers") -(defvar *listener-socket* - "Socket for the listener") - -(defvar *listener-proc* nil - "Process for the listener") - (defconstant +default-apache-port+ 20123 "Default port for listen") (defvar *apache-socket* nil "the socket stream to apache") -(defvar *close-apache-socket* nil - "set to T if you want to close the socket to apache after -the current command") +(defvar *listener-socket* + "Socket for the listener") + +(defvar *listener-process* nil + "Process for the listener") + +(defvar *number-server-requests*) +(defvar *number-worker-requests*) +(defvar *close-apache-socket*) + -(defvar *apache-nb-use-socket* 0 - "the number of requests sent in this socket")