Re: [PATCH] add some flags to apr_dbd_mysql flags parameter

2011-07-29 Thread Firat Sarlar
if (fields[6].value != NULL) { if(strstr(fields[6].value, "CLIENT_LONG_PASSWORD")) flags |= CLIENT_LONG_PASSWORD; if(strstr(fields[6].value, "CLIENT_FOUND_ROWS")) flags |= CLIENT_FOUND_ROWS; if(strstr(fields[6].value, "CLIENT_LONG_FLAG")) flags |= CLIENT_LONG_FLAG;

apr_socket_close hangs on windows?

2011-07-29 Thread Antonio Vieiro
Hi all, I am performing some heavy-duty load testing on a networked APR based server on Windows. After each request I close the client socket with the code (see below). I've noticed random hangs on "apr_soket_close", i.e, the the "trying apr_socket_close" message is printed out, but not the next

Re: apr, pools and NetWare

2011-07-29 Thread Philip Martin
"Bert Huijben" writes: > (We don't even have a single call to apr_pool_parent_get() in trunk) We do, in update_editor.c. -- Philip

Fwd: Re: 100% cpu with APR on Windows

2011-07-29 Thread Eric van der Maarel
Hi, Maybe the patch is required as an attachment? Here it is. Can it be included in apr? Regards, Eric --- apr.orig/poll/unix/select.c 2009-10-02 18:24:00.0 +0200 +++ apr/poll/unix/select.c 2011-07-07 14:55:29.0 +0200 @@ -149,6 +149,14 @@ break; }