Re: Simple APR install question...

2009-10-12 Thread Darryl Pentz
I must confess to not having really paid much attention to the APR listener. Do you recommend always using this when running on Windows or are there only certain conditions under which to use APR? thanks, Darryl From: "Caldarale, Charles R" To: Tomcat Users

Re: Simple APR install question...

2009-10-12 Thread Darryl Pentz
I note that the README says that 1.1.12 is the current stable version. Is there a compelling reason to go for 1.1.16? Hmm, that said the repository I looked at only had up to 1.1.14. - Darryl From: "Caldarale, Charles R" To: Tomcat Users List Sent: Mon, Oct

Re: Tracking down OOM - PermGen using jmap and jhat

2009-03-10 Thread Darryl Pentz
using jmap and jhat > From: Darryl Pentz [mailto:djpe...@yahoo.com] > Subject: Re: Tracking down OOM - PermGen using jmap and jhat > > I tried using JConsole's GC button, but > clearly this didn't do the trick. Did clicking the button run a major GC (aka PS MarkSweep)? A

Re: Tracking down OOM - PermGen using jmap and jhat

2009-03-09 Thread Darryl Pentz
load classes in order to expose the likely culprit. Many thanks, Darryl Pentz - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Tracking down OOM - PermGen using jmap and jhat

2009-03-09 Thread Darryl Pentz
I'm using this article: http://blogs.sun.com/fkieviet/entry/how_to_fix_the_dreaded to try and isolate an apparent memory leak in our web application. It has been functioning fine until a new release which we deployed over this last weekend. Now suddenly we're hitting PermGen OOM's within the f

Re: Communicating between webapps

2008-10-09 Thread Darryl Pentz
It's my thread, but you're welcome to it now. I'm done. :-) - Original Message From: André Warnier <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Thursday, October 9, 2008 9:59:50 AM Subject: Re: Communicating between webapps Hi. This is not "my" thread, so if anyone thinks I'm pushi

Re: Communicating between webapps

2008-10-08 Thread Darryl Pentz
ebapps - Original Message - From: "Darryl Pentz" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, October 08, 2008 10:02 PM Subject: Re: Communicating between webapps > Bill, > > You would think so but it isn't that easy. Which i

Re: Communicating between webapps

2008-10-08 Thread Darryl Pentz
us' in its name, perhaps somebody here knows. Anyway, from the responses one can tell this isn't an easy peasy no brainer. *shrug* - Original Message From: Bill Davidson <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Wednesday, October 8, 2008 8:17:56 PM Subject: Re: Commun

Re: Communicating between webapps

2008-10-08 Thread Darryl Pentz
In my case, webapp A needs to let webapp B know that an event has occurred ... webapp B then does something based on that event, and the result of that action is relevant to webapp A. I did in fact use HttpURLConnection because the original HttpClient class (Commons I think) was a memory pig an

Communicating between webapps

2008-10-08 Thread Darryl Pentz
es anybody know of any tried and trusted ways of communicating between webapps in Tomcat? Thanks, Darryl Pentz - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: Interapp Communications

2008-09-16 Thread Darryl Pentz
solutions including RMI, HttpInvoker, JMS, etc. Eventually, the simple HttpURLConnection is nice and lightweight for my needs right now. And now that the beast that is the Commons HttpClient is out of the mix things are far more efficient. Many thanks, Darryl Pentz P.S. Nice to see Saffers helping

Re: Piggybacking HTTP with binary protocol

2008-09-09 Thread Darryl Pentz
Hi Hassan, pardon my stupidity, but how exactly do you do what you're suggesting? - DP - Original Message From: Hassan Schroeder <[EMAIL PROTECTED]> To: Tomcat Users List ; Darryl Pentz <[EMAIL PROTECTED]> Sent: Tuesday, September 9, 2008 9:25:07 PM Subject: Re:

Re: Piggybacking HTTP with binary protocol

2008-09-09 Thread Darryl Pentz
tp. Raymond On Mon, Sep 8, 2008 at 06:50, Darryl Pentz <[EMAIL PROTECTED]> wrote: > Last time I mailed the list, I was inquiring about implementing a custom > connector or something along those lines to support a binary protocol along > with HTTP. This approach proved fla

Piggybacking HTTP with binary protocol

2008-09-08 Thread Darryl Pentz
Last time I mailed the list, I was inquiring about implementing a custom connector or something along those lines to support a binary protocol along with HTTP. This approach proved flawed for various reasons, if not virtually impossible to do with the connector, processor, handler architecture e

How to intercept request connections - custom connector?

2008-09-07 Thread Darryl Pentz
d if not, then to let the regular Tomcat web server connector service the request? Thanks in advance, Darryl Pentz - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For ad