delphi - How can the client display the server's progress during a remote DCOM call? -


i have multi tier application witch use tdcomconnection on client side , tremotedatamodule on server side.

i have published process server, reads tsqlquery.

when call procedure client application through dcomconnection, client application not respond until procedure on server have not finished.

i've resolved blocking using threads on client application call procedure on server application.

but need show tprogressbar on client application shows procedure's progress on server side

i don't know how can access server in same session while other function working


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

javascript - Add class to another page attribute using URL id - Jquery -