You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unix Domain Sockets are up to 50% faster than TCP and for some functions more reliable in that your WAMP system can be running even if TCP/IP has not come up.
The text was updated successfully, but these errors were encountered:
I can put this on roadmap, but I have a couple of other items I am planning to address first. I don't think this should be major work item though, since wampcc uses libuv for IO, and libuv comes with inbuilt support for UDS.
Would it be possible to add UDS support?
Unix Domain Sockets are up to 50% faster than TCP and for some functions more reliable in that your WAMP system can be running even if TCP/IP has not come up.
The text was updated successfully, but these errors were encountered: