tags:

views:

16

answers:

0

I always been curious about it. What happens when a user requests a dynamic page that requires long processing and navigates away before the operation completed ? How major web servers handle the situation ? In particular how does Apache MPM handles it? How nginx+fcgi handles it ? The should somehow stop the processing in the middle, right ?