sunet-devel
[Top] [All Lists]

[Sunet-devel] Re: sunet: seval do/timeout problem (i want to kill a thr

To: mmc@maruska.dyndns.org (Michal Maru¹ka)
Subject: [Sunet-devel] Re: sunet: seval do/timeout problem (i want to kill a thread)
From: Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
Date: Wed Apr 3 12:08:59 2002
Cc: sunet-devel@lists.sourceforge.net, scsh-news@zurich.ai.mit.edu
List-id: <sunet-devel.lists.sourceforge.net>
Sender: sunet-devel-admin@lists.sourceforge.net
>>>>> "Michal" == Michal Maru¹ka <mmc@maruska.dyndns.org> writes:

Michal> mmc@maruska.dyndns.org (Michal Maru¹ka) writes:
>> i have been looking at SEVAL handler in sunet. It works only if i remove the
>> |        (do/timeout 10


Michal> Going back to fork {i.e. do/timeout} in SEVAL, and commenting out in 
seval.scm

Michal> ;(http-log "Seval sexp:~%~s~%\n" s)
Michal> which apparently "blocks" the server,

Doing a fork in the httpd server is currently not a good idea as the
threads are duplicated this way. We intend to fix this within the next
few days.

Michal> ... i see that the output of the subprocess goes to stdout of the 
server at the
Michal> launch time. I suspect (being warned by the scsh manual) that the 
output of the
Michal> request processing goes to a string-port. Can i debug it (type of the 
port)?

I don't see any redirections to string-ports in seval.

-- 
Martin



<Prev in Thread] Current Thread [Next in Thread>