i am trying to write a code to stress test webservers,i know there r many
free tools out there but looking for opensource codes so that i couls tweak
them.
Cheers
--- On Fri, 7/25/08, Fredrik Lundh <[EMAIL PROTECTED]> wrote:
From: Fredrik Lundh <[EMAIL PROTECTED]>
Subject: Re:
Fredrik Lundh wrote:
(when do we get the ability to edit our c.l.python messages for, say, 30
minutes after they're posted? ;-)
The IETF is waiting to borrow Guido's time machine for study before releasing
the RFC for NNTTP (Network News Time Travel Protocol). Of course, if you have
you get t
Fredrik Lundh wrote:
"load testing" other people's sites are known as something else, of course.
message.replace(" are ", " is ") # do'h!
(when do we get the ability to edit our c.l.python messages for, say, 30
minutes after they're posted? ;-)
--
http://mail.python.org/mailman/listinfo/
Diez B. Roggisch wrote:
umm. are you saying that you run ruby-lang.org and want to write a
stress tester in Python just for the fun of it, or are we missing
something here...
This:
http://www.pylot.org/
Seems as if he *is* using various languages for fun...
"load testing" other people's s
Fredrik Lundh schrieb:
leo davis skrev:
I found this code snippet(reference http://www.goldb.org) and wish to
do more with it than just send out a Http Get request.I would like to
introduce more traffic -say by downloading files,crawling through all
the links,logging in etc etc,and wish to se
leo davis skrev:
I found this code snippet(reference http://www.goldb.org) and wish to do
more with it than just send out a Http Get request.I would like to
introduce more traffic -say by downloading files,crawling through all
the links,logging in etc etc,and wish to see how the web server
re
Hiya,
I found this code snippet(reference http://www.goldb.org) and wish to do more
with it than just send out a Http Get request.I would like to introduce more
traffic -say by downloading files,crawling through all the links,logging in etc
etc,and wish to see how the web server reacts.I'm tryin