Question about App-Context

[email protected] (Daniel Ruoso) Fri, 19 Aug 2005 16:59:58 -0300
Newsgroups perl.p5ee
Message-ID <[email protected]>
Is it possible to have one single App-Context for both providing a GUI
client and SOAP services? Or two different instances would be needed?

I mean, the GUI and the SOAP services are just different services
running on the same context (in my desired environment). This would be
good to avoid IPC if the two processes would be running in the same
"node"...

daniel