Re: [Axis2] Re: Extensions and revisions to SimpleHTTPServer

2006-05-23 Thread Jeff Barrett
lease respond to axis-dev@ws.apache.org To axis-dev@ws.apache.org cc Subject Re: [Axis2] Re: Extensions and revisions to SimpleHTTPServer Jeff, This warning is for use ON the server-side :) Definitely not for high volume stuff that a server needs to handle. Client-side is ok. thank

Re: [Axis2] Re: Extensions and revisions to SimpleHTTPServer

2006-05-23 Thread Sanjiva Weerawarana
t e-mail and Sametime ID: [EMAIL PROTECTED] > > > > > > > > Sanjiva Weerawarana <[EMAIL PROTECTED]> > > > > 05/21/2006 01:35 PM > > > > Please respond to > > axis-dev@ws.apache.org > > > > > > To axis-dev@ws.apache.org &g

Re: [Axis2] Re: Extensions and revisions to SimpleHTTPServer

2006-05-23 Thread Davanum Srinivas
IBM Software Group - WebSphere Web Services Development Phone: 512-838-4587 or Tie Line 678-4587 Internet e-mail and Sametime ID: [EMAIL PROTECTED] Sanjiva Weerawarana <[EMAIL PROTECTED]> 05/21/2006 01:35 PM Please respond to axis-dev@ws.apache.org To axis-dev@ws.apache.org cc

Re: [Axis2] Re: Extensions and revisions to SimpleHTTPServer

2006-05-23 Thread Jeff Barrett
ease respond to axis-dev@ws.apache.org To axis-dev@ws.apache.org cc Subject Re: [Axis2] Re: Extensions and revisions to SimpleHTTPServer On Sun, 2006-05-21 at 20:17 +0200, Oleg Kalnichevski wrote: > On Sun, 2006-05-21 at 07:57 -1000, Chuck Williams wrote: > > Oleg, > >

Re: [Axis2] Re: Extensions and revisions to SimpleHTTPServer

2006-05-21 Thread Sanjiva Weerawarana
On Sun, 2006-05-21 at 20:17 +0200, Oleg Kalnichevski wrote: > On Sun, 2006-05-21 at 07:57 -1000, Chuck Williams wrote: > > Oleg, > > > > Thanks for doing this! Is your code committed or posted somewhere? > > Please let me know when and where I can obtain it for testing, and to > > create a resour

Re: [Axis2] Re: Extensions and revisions to SimpleHTTPServer

2006-05-21 Thread Oleg Kalnichevski
On Sun, 2006-05-21 at 07:57 -1000, Chuck Williams wrote: > Oleg, > > Thanks for doing this! Is your code committed or posted somewhere? > Please let me know when and where I can obtain it for testing, and to > create a resource-manageable http server based on it. I plat to create a Jira ticket a

Re: [Axis2] Re: Extensions and revisions to SimpleHTTPServer

2006-05-21 Thread Chuck Williams
Oleg, Thanks for doing this!  Is your code committed or posted somewhere?  Please let me know when and where I can obtain it for testing, and to create a resource-manageable http server based on it. In your benchmark below for Axis2's current SimpleHttpServer, note these two lines: Complet

Re: [Axis2] Re: Extensions and revisions to SimpleHTTPServer

2006-05-20 Thread Oleg Kalnichevski
On Sat, 2006-05-20 at 18:30 -0400, Davanum Srinivas wrote: > Oleg, > > We use it for one-way/async scenarios. Example see here: > http://www.w3.org/2002/ws/addr/testsuite/exchanges/#SOAP11-HTTP-In-Only > > there are more patters on that page... > I see. Is there a change to find out whether a m

Re: [Axis2] Re: Extensions and revisions to SimpleHTTPServer

2006-05-20 Thread Davanum Srinivas
Oleg, We use it for one-way/async scenarios. Example see here: http://www.w3.org/2002/ws/addr/testsuite/exchanges/#SOAP11-HTTP-In-Only there are more patters on that page... thanks, dims On 5/20/06, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: Davanum, et al (sorry about my previous message),

[Axis2] Re: Extensions and revisions to SimpleHTTPServer

2006-05-20 Thread Oleg Kalnichevski
Davanum, et al (sorry about my previous message), I took at the first stub at the rewrite of the SimpleHTTPServer based on HttpComponents HttpCore and got it (more or less) functional. In fact I appears to be holding up quite well. Judging by some _very_ _preliminary_ results SimpleHTTPServer got

Re: Extensions and revisions to SimpleHTTPServer

2006-05-20 Thread Oleg Kalnichevski
Davanum, et al, I took at the first stub at the rewrite of the SimpleHTTPServer On Thu, 2006-05-18 at 11:07 -1000, Chuck Williams wrote: > Thanks Oleg. I'll exercise your code, report issues, provided patches, > etc., as soon as it is available. > > I need some features that might not be ava

Re: Extensions and revisions to SimpleHTTPServer

2006-05-18 Thread Davanum Srinivas
Chuck, i'd say go for it, we can always find a home for it :) -- dims On 5/18/06, Chuck Williams <[EMAIL PROTECTED]> wrote: Oleg Kalnichevski wrote on 05/18/2006 11:17 AM: On Thu, 2006-05-18 at 11:07 -1000, Chuck Williams wrote: I need some features that might not be available in a simp

Re: Extensions and revisions to SimpleHTTPServer

2006-05-18 Thread Chuck Williams
Oleg Kalnichevski wrote on 05/18/2006 11:17 AM: On Thu, 2006-05-18 at 11:07 -1000, Chuck Williams wrote: I need some features that might not be available in a simple implementation, primarily the ability to control a set of thread pools assigned to different operations. E.g., I'v

Re: Extensions and revisions to SimpleHTTPServer

2006-05-18 Thread Oleg Kalnichevski
On Thu, 2006-05-18 at 11:07 -1000, Chuck Williams wrote: > Thanks Oleg. I'll exercise your code, report issues, provided patches, > etc., as soon as it is available. > > I need some features that might not be available in a simple > implementation, primarily the ability to control a set of thread

Re: Extensions and revisions to SimpleHTTPServer

2006-05-18 Thread Chuck Williams
Thanks Oleg. I'll exercise your code, report issues, provided patches, etc., as soon as it is available. I need some features that might not be available in a simple implementation, primarily the ability to control a set of thread pools assigned to different operations. E.g., I've got a bunch of

Re: Extensions and revisions to SimpleHTTPServer

2006-05-18 Thread Oleg Kalnichevski
Chuck Williams wrote: robert burrell donkin wrote on 05/18/2006 07:56 AM: On 5/18/06, *Davanum Srinivas* <[EMAIL PROTECTED] > wrote: The long term plan is to use HttpCore in HttpComponents. See thread: http://marc.theaimsgroup.com/?l=axis-dev&w=2&r=1&s=http

Re: Extensions and revisions to SimpleHTTPServer

2006-05-18 Thread Chuck Williams
robert burrell donkin wrote on 05/18/2006 07:56 AM: On 5/18/06, Davanum Srinivas <[EMAIL PROTECTED]> wrote: The long term plan is to use HttpCore in HttpComponents. See thread: http://marc.theaimsgroup.com/?l=axis-dev&w=2&r=1&s=httpcomponents&q=b +1  this will hap

Re: Extensions and revisions to SimpleHTTPServer

2006-05-18 Thread robert burrell donkin
On 5/18/06, Davanum Srinivas <[EMAIL PROTECTED]> wrote: The long term plan is to use HttpCore in HttpComponents. See thread: http://marc.theaimsgroup.com/?l=axis-dev&w=2&r=1&s=httpcomponents&q=bAgain, Please don't use what exists now in production now :) Pleaseping/watch the httpcomponents guys

Re: Extensions and revisions to SimpleHTTPServer

2006-05-17 Thread Davanum Srinivas
Chuck, 1. Yes, Please don't use it in production. See item #2 in your message :) 2. some tests fail (some some do fail intermittently even now) because of problems in the http stream reading problems. the full copy prevented a few problems but i still get random errors in security tests, especia

Extensions and revisions to SimpleHTTPServer

2006-05-17 Thread Chuck Williams
Hi All, I'm interested in using SimpleHTTPServer in production because it simplifies installation and packaging and it is (or should be) lean and fast.  The application is a dedicated SOAP service that does not need other web or application server facilities.  To use SimpleHTTPServier, I need