Jose,

I noticed that the 'tty-server' will close the connection after about 1 
minute. This is because the 'threaded-server' object has a timeout default of 
1 minute.

Here's a snippet which starts a tty-server with no timeout (f >>timeout):

    9999
    <threaded-server>
        "tty-server" >>name
        utf8 >>encoding
        swap local-server >>insecure
        [ listener ] >>handler
        f >>timeout
    start-server

You can also set it to some particular duration such as:

        T{ duration { hour 1 } }

Ed

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to