Unload Event?
Brought to you by:
teamfxml
I'm using the socket server between
Windows2000/SQL2000 & Linux/Apache. It works very
well, although if a user stops the loading of the page
(using the stop button on the browser) before the
query request is complete, the server on the Windows
side max's out the CPU until I restart the services.
Can this be handled by releasing the connection with
an OnUnload event? I try it, but it doesn't seem to
make a difference.
What if they don't allow Javascript?