Re: [VOTE] release apr-1.4.2?

2010-01-26 Thread Jeff Trawick
On Sun, Jan 24, 2010 at 6:45 PM, Guenter Knauf fua...@apache.org wrote: Hi Jeff. Jeff Trawick schrieb: (I hope this doesn't start another long hash format thread) perhaps Guenter would want to update the apr roll script (if there is one) to massage the md5 sums as appropriate for future

Dynamic memory at runtime update and question

2010-01-26 Thread Yonts, Richard
After further experimentation, I have determined that the shared memory code does something unexpected (at least, to me). I have multiple processes {A..E} that each ask for a block of memory using the apr_shm_create() call and convert it to a Node. Each process requests the memory from the

Re: [VOTE] release apr-1.4.2?

2010-01-26 Thread William A. Rowe Jr.
On 1/21/2010 10:44 AM, William A. Rowe Jr. wrote: Hi folks, There is a new candidate at the usual location, http://apr.apache.org/dev/dist/ for an apr 1.4.2 release. The only major delta from what the overwhelmingly positive 1.4.1 candidate is reverting the breaking API change in 1.3.9

About DBD Prepare Statement Problem

2010-01-26 Thread liuxulin
hi everybody, I've got some problems, hope for your helps. 1. When i try to connect Mysql with 'apr-util DBD' , But get some errors. After executing 'apr_dbd_pvselect', I got the result 'empty value'. But i can get correct result with the 'apr_dbd_select' method. in my code: entry =

Re: About DBD Prepare Statement Problem

2010-01-26 Thread Bojan Smojver
On Wed, 2010-01-27 at 13:40 +0800, liuxulin wrote: Is there anything wrong? Without going into details, compile the thing (your program and APU) with -g and -O0, then run it with gdb and step all the way through to see where the failure actually occurs. This will give you a better indication as