-
Hi,
First, this is a sweet utility, thanks for maintining it!
I read that Windows allegedly supports zero copy via a Winsock function called TransmitFile -
https://msdn.microsoft.com/en-us/l…
-
Our current IPC system for communicating with the remote plugins (RemoteVstPlugin and RemoteZynAddSubFx) has a number of issues:
* **Cannot reliably send messages from the remote plugins to LMMS:**
…
-
Attempted with 2 Game Servers running,
If one of the servers that Jupiter is connected to dies (is killed), Jupiter disconnects from IRC.
Also Jupiter hangs if one server it is set to connect to isn…
-
I am wondering if it would be possible for usocket to support I/O timeouts on implementations that support it? This would really add a lot of value to me. I would volunteer to work on supporting Clozu…
-
My current plan for handling 10k+ connections, will edit as it's improved.
Comments are welcome :)
Idea: Don't block on anything until it's ready. When waiting for I/O, accept more connections.
+Asyn…
-
See: https://github.com/freedomjs/freedom/blob/master/interface/core.js#L105
I suspect listen should probably be giving back the address and port that end up being listened on.
-
Heya,
The blocking nature of run_server makes this difficult to use from the REPL. REPL use seems to be the recommended way of getting around many of Julia's pain points, so it would be great for thi…
-
*@Sagar19shah commented on Apr 30, 2019, 6:48 AM UTC:*
Hi - We are using boost 1.51.0 asio library on linux and seeing crash at times. Upon investigation we noticed that it is crashing when it tries …
ghost updated
3 years ago
-
When creating a connection in Android activities in onCreate (like shown here http://jfarcand.wordpress.com/2013/04/04/wasync-websockets-with-fallbacks-transports-for-android-node-js-and-atmosphere/) …
-
Since I can't see another way of asking this more in private, I'm posting this question here.
I have an issue with the single TCP connection established not having enough bandwidth due to the re-se…