I'm using jQuery and use $.ajax to send out request.
My computer is pretty slow(which can be fixed by adding updating the memory),
and the request times out frequently.
But I've found that although it's timeout,
process at server side doesn't terminate.
Is is normal or something wrong?