Hello, How can I use bridges, which are created by xen, to send large portions of information between processes, which are running in different linux domains. Or, may be, it is better to use another form of interdomain communication (like grant_table_op())? Programs, which run in domain, are something like client and server: server is managed by the commands, which it receives from client. Sorry for bad English. -- Best regards, Anton Korenyushkin aka blacktiger mailto:tiger@swsoft.mipt.ru _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Why not use grant table mechanism? That''s a good way to exchange data across two domains. -x On Sun, 31 Jul 2005, Anton Korenyushkin wrote:> Hello, > > How can I use bridges, which are created by xen, to send large portions of > information between processes, which are running in different linux domains. > Or, may be, it is better to use another form of interdomain communication > (like grant_table_op())? Programs, which run in domain, are something like > client and server: server is managed by the commands, which it receives from > client. > > Sorry for bad English. > > -- > Best regards, > Anton Korenyushkin aka blacktiger > mailto:tiger@swsoft.mipt.ru > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Sun, 31 Jul 2005, Anton Korenyushkin wrote:> Hello, > > How can I use bridges, which are created by xen, to send large portions of > information between processes, which are running in different linux domains. > Or, may be, it is better to use another form of interdomain communication > (like grant_table_op())? Programs, which run in domain, are something like > client and server: server is managed by the commands, which it receives from > client.Use normal networking. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
> How can I use bridges, which are created by xen, to send large portions of > information between processes, which are running in different linux > domains. Or, may be, it is better to use another form of interdomain > communication (like grant_table_op())? Programs, which run in domain, are > something like client and server: server is managed by the commands, which > it receives from client.In the future there will be mechanisms for directly sharing memory between applications in different domains. Until then, networking may be your best bet: pretend the domains are actually separate machines. Cheers, Mark> Sorry for bad English. > > -- > Best regards, > Anton Korenyushkin aka blacktiger > mailto:tiger@swsoft.mipt.ru > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel