Can two urcaps access a single xmlrpc server daemon instance?

Can two urcaps access a single shared daemon running on a single xmlrpc server? One of the caps would be responsible for spinning up the server, and each cap would have its own instance of an xmlrpc interface class. I have two caps that have different functionality, but I want to share data between them, and I am wondering if this is an option or if I should combine the two into a single cap?

Hi, it is possible to access daemon on another urcap.
Because daemon of xmlrpc server is actually independent application.

1 Like