[PHP-DEV] Re: [patch] pgsql async query

2001-11-25 Thread Yasuo Ohgaki
A few changes, - pg_reset() returns boolean value now - added more cleanup for leftover Comments are welcome. PS: If you have problem with attachment, please let me know. -- Yasuo Ohgaki pgsql_async.diff Description: Binary data -- PHP Development Mailing List To uns

[PHP-DEV] Re: [PATCH] pgsql async query functions

2001-11-03 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > I really need async query functions for pgsql, so I wrote it. > All functions are *simple* libpq wrapper. This patch is safe to > apply. > > Async query can be very useful to improve performance, since > pg_sendquery() returns immediately, then user can use > pg_getresult()