Hido,
Are you succesfully passing connection references across process in JADE 5.1.7 or higher?
You would normally need to enable the 'dirty sharing of transients' option in the ini file or via the process method to allow this.
Actually, no. For the sake of not worrying about dirty sharing, what I did is following:
- process performing read on tcp remembers the tcpIpConnection object and passes processing to
a worker app via notification.
- worker app replies the same way once done processing.
- process that has handle to tcpip object is able to retrieve right object and do a write on it.
This way process reading connections is not blocked while request is being processed.
What are experiences of people out there using dirty sharing of transients between two or more processes?
Hidajet Hasimbegovic