Re: Distributed application
[Originally posted by ezad1] > I was learning through chapter 5 and 6. I still don't understand about how to > catch the connection information from the client side. From another NT client > I am accessing the SimpleWeb application through the browser. In the > application server screen shows the connection information ( u_demodb, > connection, Execution). The same way I am running the application from the > another NT client. Now how to identify from the E ID the process is done. And > how to link the Client application connection with the Browser connection. > > Please explain me. > > Thanks > Lakshmi I'm not quite sure what you are asking but if it is what I think you are asking, then you'll never see when the process is done. This is because you are seeing the log while the process is going on. The next time you look at the log, you'll see that the previous session is done. Maybe this answer is more confusing than the question, I hope not.
|