RE: Critical Patch for Grizzy Connector

2007-08-16 Thread Jerome Louvel
Alex, I've removed the recycling mechanism because it causes potential issues with private variables in parent classes (HttpServerCall and HttpCall). Best regards, Jerome -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Alex Milowski Envoyé :

RE: Status of Grizzly Connector?

2007-08-16 Thread Jerome Louvel
Alex, The Grizzly connector is still in alpha state. I'm actively working on it, first to fix the issue reported several times with POST. I'd like to have a first publicly testable version for Restlet 1.1 M1 scheduled for Q3... soon hopefully :) Best regards, Jerome -Message

RE: Keep Alive Problem with Simple Framwork

2007-08-16 Thread Jerome Louvel
Hi all, Let's tackle this one now as it seems to bother several users. I've entered a bug report here: http://restlet.tigris.org/issues/show_bug.cgi?id=348 Rob, if you could contribute your test case to report that would help us. Best regards, Jerome -Message d'origine- De : Rob

Re: Keep Alive Problem with Simple Framwork

2007-08-16 Thread Rob Heittman
OK, I'll try to distill something that can be circulated and attach it. - Original Message - From: Jerome Louvel [EMAIL PROTECTED] To: discuss@restlet.tigris.org Sent: Thursday, August 16, 2007 2:38:46 PM (GMT-0500) America/New_York Subject: RE: Keep Alive Problem with Simple

mvc frameworks and refreshing applications

2007-08-16 Thread Michael Vogel
Hi, I'm currently investigating mvc frameworks to use for web services that will be built using the restlet api and was wondering if the forum users had any recommendations. Initially, I was thinking of using Spring, but I am concerned about adding the overhead of tomcat to the mix just

Patches for Adding/Removing Hosts between Component Restarts

2007-08-16 Thread Alex Milowski
I've been experimenting with adding and removing host on a running server and have run into some problems. I've attached two patches that gets you part of the way. With these patches, you can now add or remove VirtualHost instances from the Component and then just call stop() and start() to

RE: Patches for Adding/Removing Hosts between Component Restarts

2007-08-16 Thread Rob Heittman
This is a requirement of our application as well. Thanks for the patches ... this will hold us short term. -Original Message- From: Alex Milowski [EMAIL PROTECTED] To: discuss@restlet.tigris.org Sent: 8/16/07 6:25 PM Subject: Patches for Adding/Removing Hosts between Component Restarts