Hi List, need help in this piece of code in http.l
(de app ()
(unless *SesId
(setq
*Port% (not *Gate)
*SesId (pack (in "/dev/urandom" (rd 7)) "~")
*Sock (port *HPorts '*Port) )
(timeout *Timeout) ) )
from there, *Sesid and *Timeout are per per child globals. that much
i can infer. *Gate is a flag for usage of httpGate? how about *Port%?
/e
--
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
