Re: Windows make files have type relating to aprapp.mak / apr_app.mak

2011-04-28 Thread William A. Rowe Jr.
On 4/27/2011 9:25 PM, Seth Call wrote: The Makefile.win in apr-util has a typo, I believe: in target 'buildall': $(MAKE) $(MAKEOPT) -f apr_app.makCFG=apr_app - $(ARCH) RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f libapr_app.mak CFG=libapr_app - $(ARCH) RECURSE=0 $(CTARGET) it

Re: [Vote] Release apr-util 1.3.11

2011-04-28 Thread Rainer Jung
Hi Stefan, On 28.04.2011 00:34, Stefan Fritsch wrote: On Tuesday 26 April 2011, Rainer Jung wrote: +1 although there are still two problems on Solaris 10 for test_reslist, but not a regression. I built and made check on the following platforms: - Solaris 8 + 10, Sparc - SuSE Linux Enterprise

RE: How to send a textMessage to an exising queue (destination)

2011-04-28 Thread Ming Ruan
Hello all, It should be possible to send a text message to an EXISTING queue, and if the queue does not exist, NO new queue may be created, but how? I search al the way in the internet, it seems nobody has any trouble or need to do like me! Thanks in advance. Ming Ab Ovo

Re: [Vote] Release apr-util 1.3.11

2011-04-28 Thread Eric Covener
   - twice crashes (segmentation fault) Does the strict aliasing volatile fix in later APR's apr_ring.h help this? I got this impression somewhere.

Re: [Vote] Release apr-util 1.3.11

2011-04-28 Thread Bojan Smojver
On Thu, 2011-04-14 at 19:55 -0400, Jeff Trawick wrote: [+1] Release apr-util 1.3.11 as GA Fedora 14, x86_64, all tests passed. Note, didn't run DB tests, so maybe that should be like +0.1. Linked against APR 1.4.2. -- Bojan

Re: [Vote] Release apr-util 1.3.11

2011-04-28 Thread Rainer Jung
On 28.04.2011 12:46, Eric Covener wrote: - twice crashes (segmentation fault) Does the strict aliasing volatile fix in later APR's apr_ring.h help this? I got this impression somewhere. I can try, but since much software out there produces aliasing warning, I always build with -O2 -g

Re: How to send a textMessage to an exising queue (destination)

2011-04-28 Thread Jeff Trawick
On Thu, Apr 28, 2011 at 6:33 AM, Ming Ruan ming.r...@ab-ovo.com wrote: Hello all, It should be possible to send a text message to an EXISTING queue, and if the queue does not exist, NO new queue may be created, but how? I search al the way in the internet, it seems nobody has any trouble or

100% cpu with APR on Windows

2011-04-28 Thread Richard van der Laan
Hi, We use GraniteDS and server push based on APR from Tomcat native 1.1.20 in JBoss-4.2.3. When we connect to the server with a client flex app which sets up the comet connection and then stop the client (e.g. stop the browser running the app) the server's CPU utilization becomes 100%. This

Re: 100% cpu with APR on Windows

2011-04-28 Thread Jeff Trawick
On Thu, Apr 28, 2011 at 9:17 AM, Richard van der Laan richard.vanderl...@luminis.eu wrote: Hi, We use GraniteDS and server push based on APR from Tomcat native 1.1.20 in JBoss-4.2.3. When we connect to the server with a client flex app which sets up the comet connection and then stop the

Re: 100% cpu with APR on Windows

2011-04-28 Thread Mladen Turk
On 04/28/2011 03:32 PM, Jeff Trawick wrote: On Thu, Apr 28, 2011 at 9:17 AM, Richard van der Laan richard.vanderl...@luminis.eu wrote: Hi, Anybody with a similar experience and/or solution? This is what you need, right? (sorry, in a rush at the moment)

Re: 100% cpu with APR on Windows

2011-04-28 Thread William A. Rowe Jr.
On 4/28/2011 9:32 AM, Jeff Trawick wrote: This is what you need, right? (sorry, in a rush at the moment) http://svn.apache.org/viewvc?view=revisionrevision=1089433 IIRC, wrowe mentioned holding off this Windows change/fix/whatever to 1.5.x and doc it for 1.4.x. IMO it is okay to make

Re: 100% cpu with APR on Windows

2011-04-28 Thread Richard van der Laan
Hi Jeff, Thanks for the reply. I will apply the patch and see if it solves our problem. Regards, Richard On 28 apr. 2011, at 15:33, Jeff Trawick traw...@gmail.com wrote: On Thu, Apr 28, 2011 at 9:17 AM, Richard van der Laan richard.vanderl...@luminis.eu wrote: Hi, We use GraniteDS and