[plt-scheme] Surprising behavior from "run-server"

From: Eric Hanchrow (offby1 at blarg.net)
Date: Sun Nov 4 08:41:35 EST 2007

This is r7563 of the PLT trunk.

Run the file "test.ss"; you'll see

    Sent hang; got #<eof>
    Sent list-tables; got #<eof>

That first line makes sense: the server to which we sent the 'hang
command has been killed because it ran too long.  But the other server
should have kept running, as far as I can tell.

Is this a bug, or am I failing to understand something about how
run-server works?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: server.ss
Type: application/octet-stream
Size: 3608 bytes
Desc: server.ss
URL: <http://lists.racket-lang.org/users/archive/attachments/20071104/2fba0609/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tables.ss
Type: application/octet-stream
Size: 1413 bytes
Desc: tables.ss
URL: <http://lists.racket-lang.org/users/archive/attachments/20071104/2fba0609/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.ss
Type: application/octet-stream
Size: 1613 bytes
Desc: test.ss
URL: <http://lists.racket-lang.org/users/archive/attachments/20071104/2fba0609/attachment-0002.obj>
-------------- next part --------------

-- 
I read the opening sentence [of The Lord Of The Rings] and
phoned around several friends to say goodbye, because suicide
seemed so obviously preferable to 500 more pages of the same.
        -- Helene Hanff

Posted on the users mailing list.