unregister the thread for webapplications

View: New views
1 Messages — Rating Filter:   Alert me  

unregister the thread for webapplications

by Dev_here :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello

Problem Description : My application can run a Buisness Process(BP) or Web application (by deploying war files). For a BP, I can see the HTTP server connection getting closed, as it can understand the response notifications. So connections are registered/unregistered accordingly. But for a web application, whenever connections are made, we dont get notified of the response of the closure part, and consequently the connection doesnt get unregistered.

Do you have any suggestion/solution how to do address it? I guess Jetty process all the requests, so can we recieve some notification when the web applications completes the tasks, so that the threads can be unregistered ?

Thanks
Dev