Title: Message
im using an Ajax.Request to hit a java servlet and do some processing. during this time, if the user feels the process is taking too long, he/she can hit a cancel button to kill the request...    by calling the  abort function off of the transport, will that kill the processing that my server is doing as well or just make the client think that the process has ended?
 
right now i cant seem to get the servlet to stop processing even though the abort method has been called, im starting to think the abort method isnt the magic bullet that i was lazily hoping for.... can anyone help me out?
-------------------------------------
 
I haven't had to do anything like this (yet), so I am not much help, but I will be interested in following this thread.
 
On this note, I have no idea if server-side SQL scripts are aborted if a user hits the "stop" button on a browser before the page is fully loaded.
 
Sam
 
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to