Re: [Twisted-Python] Distributed system programming

2012-03-10 Thread nivedita datta
Hi, I am trying to implement a distributed Denial of service attack on servers. Its for a class project work. Kindly provide some useful links/resources for the same if possible. Regards, Nivedita On Sun, Mar 11, 2012 at 4:59 AM, Allen Short wrote: > Twisted is a general library for networkin

[Twisted-Python] Weekly Bug Summary

2012-03-10 Thread exarkun
Bug summary __ Summary for 2012-03-04 through 2012-03-11 Opened Closed Total Change Enhancements: 7 2808 +5 Defects: 3 0536 +3 Tasks: 2 6 6

Re: [Twisted-Python] Distributed system programming

2012-03-10 Thread Allen Short
Twisted is a general library for networking -- you can use it to write both servers and clients, usable together in the same process or separately. "Distributed system" is a broad name that covers a lot of different things, so there are several different possible approaches. Here are some general r

[Twisted-Python] Distributed system programming

2012-03-10 Thread nivedita datta
Hi, I have the following query "Can programming for distributed system done using twisted? If yes, kindly provide some resource to get started. If not, please suggest any existing module for the same on python." Regards, Nivedita ___ Twisted-Python mai