passing what a function returns to another function
Bart Nessux
bart_nessux at hotmail.com
Sun Feb 8 11:05:06 EST 2004
More information about the Python-list mailing list
Sun Feb 8 11:05:06 EST 2004
- Previous message (by thread): passing what a function returns to another function
- Next message (by thread): passing what a function returns to another function
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Steven wrote: > for i in xrange(999999999): > # hmmm, this looks like a Denial of Service attack to me... > # haven't you got something better to do with your time, > # like maybe writing a natural language parser or something > # useful and challenging? > f = urlopen(url) Thanks for the tips on functions. It is a Denial of Service script written in Python and it is very effective (produces loads > 150 on a 1000MHz PowerMac G4 running apache with static html pages). It's been written for Unix load testing in an academic setting. It will not be misused. Just trying to get the client/server details worked out since the scripts have been rewritten to be more modular... here's where I ran into problems with functions. Again, thanks to all for the tips.
- Previous message (by thread): passing what a function returns to another function
- Next message (by thread): passing what a function returns to another function
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list