4 Mar
1999
4 Mar
'99
10:12 p.m.
I have a long running process that will be started by Zope. This process has a CORBA interface that is implemented using ILU. I would like to be able to asynchronously have this process generate data for Zope. My basic questions are: o Can I have an ILU mainloop inside of Zope? (I really don't care if I have to hack Zope or if I can use an external method.) o Should I fork/exec the long running process and give the process a URL that indicates where the data should be written? (I can use pickles or sql.) o How do I tell Zope that new data is avaliable if the process is external to Zope? Jody Winston