Problem with threads in python????????

2008-02-25 Thread Manikandan R
Hai, Is it possible to share a single variable between multiple threads. For eg: Class A: thread_init() def run(): fun1() def fun(): assume some arithmatic operation is going on according to the input given and each fun will *give different

Fwd: Problem with threads in python????????

2008-02-25 Thread Manikandan R
Hai, Is it possible to share a single variable between multiple threads. For eg: Class A: thread_init() def run(): fun1() def fun(): assume some arithmatic operation is going on according to the input given and each fun will *give different

reg - timer........

2008-02-21 Thread Manikandan R
Hai.. I have planned to access the web page via python coding, for that I use url = 'http:\\username:[EMAIL PROTECTED]' urllib.urlopen(url) It opens fine when its correct web page else it hangs there So I have planned to start a timer when i launch the web

How to increase the APR cache size?????

2008-02-15 Thread Manikandan R
Hai Friends, How can we increase the ARP cache size? For storing a single entry how many bytes will it takes? What is the default ARP cache size? (Plz mention you are saying in bytes or in number of entries it can store) Thank's and Regard's,

Hai...

2008-02-11 Thread Manikandan R
Hai, I am working in Python scripting. I an need to find out all the device connected in the network. Just I planned to broad cast the ping address and use the ARP table to get the IP address of the system in the network. As, I am working in Win XP i am not able to use ping -b command to broad

How to broad cast ping address.......

2008-02-11 Thread Manikandan R
Hai, I am working in Python scripting. I an need to find out all the device connected in the network. Just I planned to broad cast the ping address and use the ARP table to get the IP address of the system in the network. As, I am working in Win XP i am not able to use ping -b command to broad

How to collect all the IP address of the system connected in network?

2008-01-29 Thread Manikandan R
Hai, I am working with python 2.4. I am new to python, I need to collect all the ipaddress of the systems connected in the network for my project. While browsing I come accross Ur link. I think U peoples can help me. Can U please send me the code and guide me to get it. I am

Fwd: The results of your email commands

2008-01-29 Thread Manikandan R
Hai, I am working with python 2.4. I am new to python, I need to collect all the ipaddress of the systems connected in the network for my project. While browsing I come accross Ur link. I think U peoples can help me. Can U please send me the code and guide me to

Is netstat in python is enough for getting ip address of all system connected in network

2008-01-28 Thread Manikandan R
hai everybody, I am working in python 2.4. I am in need to get the ip address of all the devices connected in the network. Is its possible in python, can anyone help me please. If its possible, can U give me the code. Mani. --