[progress Communities] [progress Openedge Abl] Forum Post: Corticon .net Inline Response Is...

Status
Not open for further replies.
A

A_Haddad

Guest
Hi all, I am studying diffrent ways to use Corticon server -version 5.4.1) in a .Net application. So I followed the JOM sample given with Corticon installation files in the aim to use Corticon as an inline component of the .Net application. I noticed a strange behavior.: I run method iICcServer.execute(serviceName, llistObjects) in two ways: First time : in a synchronous way: iICcServer.execute() is run on the main application thread Second time: in an asynchronous way: iICcServer.execute() is run on a different thread, through a Task<>. The problem is: the Corticon response is not the same: some rules are not triggered in the asynchronous mode! So I have less modified/added entities!! This is the main problem. Another one, but less important: For performances, the synchronous mode is faster!! Have some one encountered the same problem? Any ideas?

Continue reading...
 
Status
Not open for further replies.
Top