Re: Eunet or EuLibnet or TCP socket library (or socket.e)
- Posted by ghaberek (admin) Jun 09, 2016
- 2279 views
Spock said...
Are there any suggestions as to how long the maximum length of each stage chould be? I am also thinking that (barring network delays) the timeouts should be based somewhat on the number of active connections.
Maybe have a look at execute_request() in std/net/http.e to see how it handles timeouts.
-Greg