Benoit Foucher
Benoit Foucher
We could add a cookie interceptor and middleware to support cookies. It would be the same as HTTP cookies except that cookies would be supported for both client->server invocations and...
This 3.7 PR fixes: - unnecessary "ref" parameters for ThreadPoolCurrent - the connection code to no longer call the transceiver finishXxx method if the connection is closed
This PR adds comments for the `setReadyCallback` and `fd` methods on the `Transceiver` interface.
This PR merges the back pressure fix from 3.7 to main.
Ice perform DNS lookups on a background thread to ensure that asynchronous calls don't block on hostname resolution. Lookups are serialized on this thread. Therefore, if a lookup takes time...
The Ice MFC demo used to create multiple sessions (successively) with the same router and communicator. This happened to work fine because for each session it creates an object adapter...
Remembering for a short amout of time (few seconds perhaps?) that a connection couldn't be established to an endpoint could be useful. For instance, on Windows, `connect()` can be very...
Instead of taking a boolean to specify whether or not a proxy enables/disables connection caching, the connection caching could use a timeout which would specify for how long the connection...
Windows 8 and Windows Server 2012 added support for high-speed networking Registered I/O extensions: http://msdn.microsoft.com/en-us/library/windows/desktop/ms740642(v=vs.85).aspx
Right now, there's no easy way for servers started by an IceGrid node to log to the same logger as the one used by the node. For example, if the...