All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] Lightweight socket communication between domains in a single machine
@ 2007-05-01  5:58 김강호
  2007-05-01  9:12 ` [RFC] Lightweight socket communication between domainsin " Ian Pratt
  0 siblings, 1 reply; 11+ messages in thread
From: 김강호 @ 2007-05-01  5:58 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1723 bytes --]

 Hi, all

I'd like to introduce a socket communication facility optimized for sending
and receiving data between domains in a single machine, named Xway.
Xway is a network module that enables socket programs running on virtual
machines in a single machine to communicate each other efficiently though
socket interface. Xway shows better socket communication latency and
bandwidth than the native socket of Xen. Xway also provides binary
compatiblity for socket interface, so that the socket programs don't have to
be recompiled to exploit the advantages of Xway.
We have tested the binary compatiblity for a couple of programs such as ssh,
vsftp, proftp, apache, and mysql.
Those programs works well without any recompilication or modification to the
source codes as we expected.

The main schemes of Xway are as follows:
1) shared memory between domains
2) bypassing TCP/IP and Domain 0
3) dual channel approach dividing data send/receive and others on a socket

The implementation of Xway can be found at
http://sourceforge.net/projects/xway.
It consists of  kernel patch, a kernel module, and a user daemon.

Please evaluate Xway and comments on it .
Feel free to contact me if you meet problems when installing and evaluating
it.


Thank you  in advance.


----------------------------------------------------

Kang-ho Kim

Senior Member of Engineering Staff

System Software Research Team/Internet Server Group
Digital Home Research Division/Electronics and Telecommunications Research
Institute

161 Gajeong-dong, Yuseong-gu, Daejeon, 305-350 KOREA
Phone : 82-42-860-6226

Fax : 82-42-860-6699
Mobile : 82-10-4433-8538

E-mail : khk@etri.re.kr, sunnykuz@gmail.com
----------------------------------------------------

[-- Attachment #1.2: Type: text/html, Size: 2806 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 11+ messages in thread
* Re: [RFC] Lightweight socket communication between domainsin a single machine
@ 2007-05-11 14:07 Suzanne McIntosh
  0 siblings, 0 replies; 11+ messages in thread
From: Suzanne McIntosh @ 2007-05-11 14:07 UTC (permalink / raw)
  To: xen-devel; +Cc: Pankaj Rohatgi, Xiaolan Zhang, Suzanne McIntosh


[-- Attachment #1.1: Type: text/plain, Size: 475 bytes --]

We are working on making our XenSocket code publicly available 
to enable the Xen community to test XenSockets in their own
environments. Once that is done, it would be easier to compare 
and contrast the XenSocket and Xway approaches.

Thanks, 
Sue McIntosh

_______________________________________________________________
Suzanne K. McIntosh
Security, Privacy, and Extensible Technologies - Internet Security Group
IBM T.J. Watson Research Center
Email: skranjac@us.ibm.com

[-- Attachment #1.2: Type: text/html, Size: 776 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2007-10-31  9:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-01  5:58 [RFC] Lightweight socket communication between domains in a single machine 김강호
2007-05-01  9:12 ` [RFC] Lightweight socket communication between domainsin " Ian Pratt
2007-05-02  9:10   ` 김강호
2007-05-07 18:56     ` Mark Williamson
2007-05-14  6:44       ` kangho kim
2007-10-31  9:54         ` tgh
2007-05-03  2:10   ` 김강호
2007-05-09 13:44     ` Zhu Han
2007-05-10  6:04       ` kangho kim
2007-05-10 10:35         ` Mark Williamson
  -- strict thread matches above, loose matches on Subject: below --
2007-05-11 14:07 Suzanne McIntosh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.