At 17:20 20/02/2003, Jeremy Mullin wrote:
Don't call malloc? Wow, that puts some serious restrictions on what an external library can do. :)
In the code that you control, obviously.

Couldn't drivers be required to implement something like SQLCancel in ODBC? A mechanism that lets the driver processing the request cancel the query nicely?
They have this functionality. The engine will call their request-shutdown callbacks, where they can (and should) clean after themselves.

Zeev


--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to