Hi, I'm fighting a relatively nasty issue. I've implemented a WMS service (Web Map Server), which basically returns a geographic map in response to a request stating which data to use, which area to display, which style to apply to the map, and so on.
The main trouble is that building the map can take anywhere from 100ms to minutes, depending on how much data is needed, and during the map building time the output stream is not touched (the map is drawn on a buffered image, which is encoded to png/gif/jpeg only when completely drawn). It happens quite often that the client closes the connection because the map is taking too much time to be generated, and I would like to be informed about this right away to avoid wasting precious resources. Is there any way to know? Cheers Andrea -- View this message in context: http://www.nabble.com/Any-way-to-check-the-client-abruptly-close-the-connection--tf4043946.html#a11487168 Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]