Hi James,

what you see is what you get unfortunately. There is no facility for separate 
processes to access shared memory. There is generally no requirement for this. The 
Tango client ensures repeat requests from the same user are directed to the same 
server instance. If your application demands it, then you need to make special 
provision... a database table, an always running dll or COM, a file, that all server 
instances can write to or read from. If all you require is process IDs of running 
instances, you should be able to execute a command line command to retrieve this, 
depending on your platform.

Regards Simon

> What happens is each process seems to have its own domain array - and
> doesn't see the one running in the other process.
> 
> What gives? 
-- 
_______________________________________________
Get your free email from http://www.graffiti.net

Powered by Outblaze
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to