vote up 0 vote down star

I have a handler that do some hard work under images. It's look like http://example.com/webservice.ashx?imageparam1=100&imageparam2=200

Each request to this handler take about 2-3 seconds.

I need a way to abort image generation if client close connection(i.e. close page or send request for another image).

Is there is a way to do this?

flag

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.