OpenVZ Forum


Home » General » Support » unix domain sockets between VPS
unix domain sockets between VPS [message #2676] Sat, 15 April 2006 13:44 Go to next message
jonsmirl is currently offline  jonsmirl
Messages: 11
Registered: April 2006
Junior Member
Can I use Unix domain sockets between the VPSs? If not how does the performance of the network bridge compare to unix domain sockets?
Re: unix domain sockets between VPS [message #2721 is a reply to message #2676] Tue, 18 April 2006 10:10 Go to previous message
dev is currently offline  dev
Messages: 1693
Registered: September 2005
Location: Moscow
Senior Member

VPSs are fully isolated, so unix domain sockets are isolated as well and can't be used for communication between VPSs.
Instead, you can use IPv4 via venet network device, which, if used with MTU=16386 is as efficient as loopback network device.

Or you can create a pipe in a host system, fork and make 2 VPS enter/exec with one pipe descriptor in one VPS and another fd in another VPS. But it will require some vzctl modifications and not that good from maintainance POV.


http://static.openvz.org/userbars/openvz-developer.png
Previous Topic: No module aic7xxx found for kernel 2.6.8-022stab076.1
Next Topic: Can't get GIT tree to work
Goto Forum:
  


Current Time: Sun Oct 13 22:37:46 GMT 2024

Total time taken to generate the page: 0.06064 seconds