Slava,

start cabal on onigirihouse. run in screen, detach, logout

xterm 1 : telnet to onigirihouse:8000. login as "user1"

xterm 2 : telnet to onigirihouse:8000. login as "user2"

Wait for half an hour or so. Eventually I see this error message in the xterms 
that were connected to cabal: "Connection closed by foreign host." (I think 
this is not a problem with Factor or cabal, but due to flakiness with linnode 
or the network between me and them.)

ssh to onigirihouse. attach to screen. Inspect the users variable:

        users> [ duplex-stream-closed? ] map .
        V{ f f }

This is unexpected. The connections were closed so I'm expecting these to 
return true. Another thing, if I use the scrollback capability in the screen, 
I notice these two lines:

        Error on fd 10: Connection reset by peer
        Error on fd 9: Connection reset by peer

Should Factor be closing these streams when those reset errors occur? That 
they aren't closed is causing the problem with cabal; when new users connect, 
they are indeed connected but cabal has trouble writing to these users which 
appear to not have closed streams.

Ed

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to