Re: EncodeRepresentation.write leaving blocked threads around?

2007-10-16 Thread J. Matthew Pryor
-cycle of services within an application. --tim On 10/15/07, J. Matthew Pryor [EMAIL PROTECTED] wrote: My running app has about 15 threads this stack traces identical to this? Daemon Thread [Thread-44] (Suspended) Unsafe.park(boolean, long) line: not available [native method

Re: EncodeRepresentation.write leaving blocked threads around?

2007-10-16 Thread J. Matthew Pryor
that there end up being hundreds of these dead corpse threads left over as our software runs for longer. Thanks for your help Matthew On 17/10/2007, at 1:16 AM, Tim Peierls wrote: On 10/16/07, J. Matthew Pryor [EMAIL PROTECTED] wrote: The thread is created by the ByteUtils class in its getStream

EncodeRepresentation.write leaving blocked threads around?

2007-10-15 Thread J. Matthew Pryor
My running app has about 15 threads this stack traces identical to this? Daemon Thread [Thread-44] (Suspended) Unsafe.park(boolean, long) line: not available [native method] LockSupport.park() line: 118 AbstractQueuedSynchronizer$ConditionObject.await() line:

Re: Content type via URL parameters?

2007-05-23 Thread J. Matthew Pryor
Thanks for the clear explanation. Yes I would like to use Application. We are using spring and at present our servlet extends the spring FrameworkServlet Any other pointers for good approaches here will be much appreciated Thanks, Matthew On 24/05/2007, at 2:41 AM, Thierry Boileau wrote:

Re: Jetty 6.1 support with other webapps configured

2007-03-07 Thread J. Matthew Pryor
); myServer.start(); Best regards, Jerome -Message d'origine- De : J. Matthew Pryor [mailto:[EMAIL PROTECTED] Envoyé : mardi 6 mars 2007 22:39 À : discuss@restlet.tigris.org Objet : Re: Jetty 6.1 support with other webapps configured Thanks so much for the answer. Sorry to seem very dim

AbstractRestlet ?

2007-03-07 Thread J. Matthew Pryor
OK I am off and running now, thanks for the Jetty 6.1 help. I was wanting to handle gets and puts and deletes in different methods, and here there I found code examples that had handlePut() kind of methods. These seemed to extend AbstractRestlet, but I can't find this class any more?

Re: AbstractRestlet ?

2007-03-07 Thread J. Matthew Pryor
shouldn't care about the upper layers of processes too much. Thanks again for your patience and assistance and the oh so gentle RTFM^3 J. Matthew Pryor On 07/03/2007, at 9:21 PM, Jerome Louvel wrote: Hi Matthew, You are referring to older version of the Restlet API. AbstractRestlet is now

Re: Jetty 6.1 support with other webapps configured

2007-03-06 Thread J. Matthew Pryor
Thanks so much for the answer. Sorry to seem very dim, but where would I find an example of using JettyServerHeler parameterizing the conenctor? Regards, J. Matthew Pryor On 06/03/2007, at 9:22 PM, Jerome Louvel wrote: Hi J. Matthew, If you want to run Restlets as well as Servlets

Jetty 6.1 support with other webapps configured

2007-03-05 Thread J. Matthew Pryor
code and looked at all the tutorials and examples I can find but haven't had any luck with that or the mail list archives Any help or pointers greatly appreciated J. Matthew Pryor