Re: cvs commit: httpd-test/specweb99/specweb99-2.0 mod_specweb99.c

2003-01-14 Thread Roy T. Fielding
Does anyone have a perl script etc. to automatically convert all leading tabs to n blanks? I was thinking of manually de-tabifying in the vicinity of this fix, but it would be better to do the whole thing if I can get my hands on such a tool. Most Unices have a command called "expand" that does

Re: cvs commit: httpd-test/flood flood.c flood_config.c flood_config.h flood_easy_reports.c flood_easy_reports.h flood_farm.c flood_farm.h flood_farmer.c flood_farmer.h flood_net.c flood_net.h flood_n

2004-02-09 Thread Roy T. Fielding
+/* Copyright 2001-2004 Apache Software Foundation The name of the corporation is "The Apache Software Foundation". It needs to be written with the "The". Roy

board report for HTTP server project

2005-11-14 Thread Roy T . Fielding
Much to my surprise, I apparently have a board report due yesterday for this Wednesday's board meeting. Do we have any ASF issues that need reporting to the board, aside from what is in STATUS*? Any choice commentary? Does anyone else feel like we have too many dev lists for one project? Ro

Re: Test framework code. :-)

2001-07-11 Thread Roy T. Fielding
> The problem we have to solve, is that we have to allow all of the current > mod_perl developers to continue to have commit access to that code, and we > would like to remove any chance of code duplication. I suggest we simply create a new unix group for the test repository and add everyone inter

Re: Test framework code. :-)

2001-07-12 Thread Roy T. Fielding
> > I suggest we simply create a new unix group for the test repository and > > add everyone interested to that group. I do not want to play games on > > the CVS module directory side because that will fail as soon as someone > > without write access to both repositories tries a commit. I talked

Re: Test framework code. :-)

2001-07-12 Thread Roy T. Fielding
> To that end, I would suggest the following setup for the httpd-test > repository > > httpd-test/test_framework BTW, please call it perl_framework, or some witty name for it, since there will be several test frameworks within this module. The eBuilt one is called flood, but we can change that n

Re: commit?

2001-07-26 Thread Roy T. Fielding
I think we should just give jsachs commit access to httpd-test. Roy

Re: test harness for Apache

2001-07-11 Thread Roy T. Fielding
> Is it possible to create a httpd sub-project for this work? Doug, Ryan, and > Will can make sure the code is committed once the project is set up. A > separate mailing list for people working on the test harness and scripts > would allow anyone not necessarily interested in this work to ignore

Re: cvs commit emails?

2001-08-08 Thread Roy T. Fielding
On Tue, Aug 07, 2001 at 08:30:18PM -0700, Justin Erenkrantz wrote: > On Wed, Aug 08, 2001 at 10:30:10AM +0800, Stas Bekman wrote: > > How do I get to see cvs commits for test-dev? > > [EMAIL PROTECTED] -- justin That will work, but the list is really at [EMAIL PROTECTED] Roy

Re: Regular expressions in Flood?

2001-08-14 Thread Roy T. Fielding
> Also, does anyone know anything about the POSIX regex functions (in > regex.h)? Is there a reason to use PCRE even when the POSIX regex > functions are available? I've coded up a quick proof-of-concept using > the POSIX regex functions, but I'm not sure why httpd doesn't use the > POSIX libra

Re: cvs commit: httpd-test/flood config.h.in configure.in flood.c flood_round_robin.c

2001-08-24 Thread Roy T. Fielding
> > I don't see a problem adding a PRNG into APR as long as we have a by > > default "good" one available with known characteristics. -- justin > > Um... APR *already* has random stuff in there. It can build against the > truerand library, and it can use the /dev/random device. > > If we have a

Re: Pools, possible replacement, WAS: RE: [Fwd: brianp patch Quantify results]

2001-08-25 Thread Roy T. Fielding
> BTW can flood simulate a steady # of requests being attempted per > second? > or does it just fire up N threads/processes and whack away. > ( check out http://www.cs.rice.edu/CS/Systems/Web-measurement/ for more > info) Heh, nice coincidence -- I printed that paper out earlier today and gave Ju

Re: Anyone know what this means?

2001-08-30 Thread Roy T. Fielding
Brian added you to the avail file earlier today, so you can commit now. Roy On Thu, Aug 30, 2001 at 11:58:59AM -0700, Aaron Bannert wrote: > CVS has an extra layer of access permissions that are preventing you from > doing a commit. You need to get added to the accel file for httpd-test. > (

Re: cvs commit: httpd-test/flood/examples round-robin-example.xml

2001-08-02 Thread Roy T. Fielding
> Added pre/post delays, as well as a precision amount for each. > All times are in seconds. The actual delays is calculated as: > actual_delay + (precision * e) > (where e is a number in [-1,1]). I'm using rand() to generate > the 'e' factor, and as this is not threadsafe on some >

INRIA paper on Traffic Model and Performance Evaluation of Web Servers

2001-10-05 Thread Roy T. Fielding
I ran across this by accident while searching for something else. The research is excellent, albeit packed with a bit too much statistics for a casual reader. Roy http://www.inria.fr/rrrt/rr-3840.html RR-3840 - Traffic Model and Performance Evaluation of Web Servers Liu, Zhen - Niclausse,

Re: [franklin_tech_bulletins@yahoo.com: IBM AS/400 HTTP Server '/' attack]

2001-11-09 Thread Roy T. Fielding
> > john sachs wrote: > > > > > > anyway, in doing so, i noticed that 1.3 serves the page > > > as you'd expect. in 2.0, you get 404. which is "correct"? > > > > 404 is most definitely not correct. Adding a '/', optionally > > followed by more data, to the end of a mapped filename is > > perfe

Re: [franklin_tech_bulletins@yahoo.com: IBM AS/400 HTTP Server '/' attack]

2001-11-09 Thread Roy T. Fielding
On Fri, Nov 09, 2001 at 03:16:03PM -0500, Rodent of Unusual Size wrote: > Rodent of Unusual Size wrote: > > > > "William A. Rowe, Jr." wrote: > > > > > > Since the default handler doesn't glom onto trailing path_info, > > > it doesn't get handled. All 1.3 pages I tested _without_ SSI's > > > enab

Re: cvs commit: httpd-test/flood STATUS config.h.in configure.in

2001-11-16 Thread Roy T. Fielding
> Added a new parameter --enable-ssl. SSL is enabled by default, so if you > don't have the libs you either have to install them or pass --disable-ssl. -1. Export and import restrictions in some countries require that it be disabled by default. Roy