[zones-discuss] How to start processes in non-global zone by a GZ process?

2006-12-27 Thread Ian McGlothlin
I am looking for an efficient way to have a GZ process start a process in a zone, specifically a labeled zone in Trusted Extensions. The only thing that I can find so far that even comes close is using zlogin in the non-interactive mode. Is there a way to do this with utilizing a fork(), exec()

Re: [zones-discuss] zone to zone networking slow!!

2006-12-27 Thread Steffen Weiberle
Hi Gino, Is it possible that UNIX sockets are being used instead of INET? That would eliminate the TCP and IP protocol processing down and up the stack required for IPC. X Windowing System does that--if the client and server are co-located, they don't create IP connections. With the web and DB