Re: all ip addresses of machines in the local network

2006-08-31 Thread damacy
Amit Khemka wrote: > > in my program so far, multiple threads (255 threads in total) spawned > > at once with each one of them trying to call socket.gethostbyaddr(ip) > > function. i.e. if exception thrown, no machine found. i used .join() to > > wait for the threads to terminate. it's fully workin

Re: all ip addresses of machines in the local network

2006-08-31 Thread Gabriel Genellina
At Wednesday 30/8/2006 21:54, damacy wrote: in my program so far, multiple threads (255 threads in total) spawned at once with each one of them trying to call socket.gethostbyaddr(ip) function. i.e. if exception thrown, no machine found. i used .join() to wait for the threads to terminate. it's

Re: all ip addresses of machines in the local network

2006-08-31 Thread Amit Khemka
> in my program so far, multiple threads (255 threads in total) spawned > at once with each one of them trying to call socket.gethostbyaddr(ip) > function. i.e. if exception thrown, no machine found. i used .join() to > wait for the threads to terminate. it's fully working however the > problem is

Re: all ip addresses of machines in the local network

2006-08-30 Thread damacy
Amit Khemka wrote: > On 8/24/06, Amit Khemka <[EMAIL PROTECTED]> wrote: > > On 23 Aug 2006 21:46:21 -0700, damacy <[EMAIL PROTECTED]> wrote: > > > hi, sandra. > > > > > > no, it's not as complicated as that. all i want to do is to load a > > > database onto different machines residing in the same n

Re: all ip addresses of machines in the local network

2006-08-25 Thread Ognjen B
Amit Khemka wrote: > On 23 Aug 2006 21:46:21 -0700, damacy <[EMAIL PROTECTED]> wrote: > >> hi, sandra. >> >> no, it's not as complicated as that. all i want to do is to load a >> database onto different machines residing in the same network. i hope >> there is a way doing it. or perhaps i have a

Re: blindness and top vs. bottom posting (was "all ip addresses of machines in the local network")

2006-08-24 Thread Tim Chase
> I am a member of another list that has at least one member > who has lost his vision, and reads his news with a speech > generator. It is terribly inconvenient for him to follow > a thread full of 'bottom postings', as he is then forced to > sit through the previous message contents again and ag

Re: all ip addresses of machines in the local network

2006-08-24 Thread John Bokma
tobiah <[EMAIL PROTECTED]> wrote: > I am a member of another list that has at least one member > who has lost his vision, and reads his news with a speech > generator. It is terribly inconvenient for him to follow > a thread full of 'bottom postings', as he is then forced to > sit through the pre

Re: all ip addresses of machines in the local network

2006-08-24 Thread tobiah
I am a member of another list that has at least one member who has lost his vision, and reads his news with a speech generator. It is terribly inconvenient for him to follow a thread full of 'bottom postings', as he is then forced to sit through the previous message contents again and again in sea

Re: all ip addresses of machines in the local network

2006-08-24 Thread Amit Khemka
On 8/24/06, Amit Khemka <[EMAIL PROTECTED]> wrote: > On 23 Aug 2006 21:46:21 -0700, damacy <[EMAIL PROTECTED]> wrote: > > hi, sandra. > > > > no, it's not as complicated as that. all i want to do is to load a > > database onto different machines residing in the same network. i hope > > there is a w

Re: all ip addresses of machines in the local network

2006-08-24 Thread Amit Khemka
On 23 Aug 2006 21:46:21 -0700, damacy <[EMAIL PROTECTED]> wrote: > hi, sandra. > > no, it's not as complicated as that. all i want to do is to load a > database onto different machines residing in the same network. i hope > there is a way doing it. or perhaps i have a poor understanding of how > ne

Re: all ip addresses of machines in the local network

2006-08-23 Thread John Bokma
"damacy" <[EMAIL PROTECTED]> wrote: > hi, sandra. If you reply like is common on Usenet, there is no need to address someone, since the attribution line is just there: Sandra-24 wrote: ^^^ Google for top posting, and read why it's generally considered bad. > no, it's not as compli

Re: all ip addresses of machines in the local network

2006-08-23 Thread mbstevens
On Wed, 23 Aug 2006 21:46:21 -0700, damacy wrote: > hi, sandra. > > no, it's not as complicated as that. all i want to do is to load a > database onto different machines residing in the same network. i hope > there is a way doing it. or perhaps i have a poor understanding of how > networks work.

Re: all ip addresses of machines in the local network

2006-08-23 Thread John Bokma
"damacy" <[EMAIL PROTECTED]> wrote: > hi, there. i have a problem writing a program which can obtain ip > addresses of machines running in the same local network. > > say, there are 4 machines present in the network; [a], [b], [c] and [d] > and if i run my program on [a], it should be able to fin

Re: all ip addresses of machines in the local network

2006-08-23 Thread damacy
hi, sandra. no, it's not as complicated as that. all i want to do is to load a database onto different machines residing in the same network. i hope there is a way doing it. or perhaps i have a poor understanding of how networks work. regards, damacy Sandra-24 wrote: > damacy wrote: > > hi, ther

Re: all ip addresses of machines in the local network

2006-08-23 Thread Sandra-24
damacy wrote: > hi, there. i have a problem writing a program which can obtain ip > addresses of machines running in the same local network. > > say, there are 4 machines present in the network; [a], [b], [c] and [d] > and if i run my program on [a], it should be able to find "host names" > and "ip

all ip addresses of machines in the local network

2006-08-23 Thread damacy
hi, there. i have a problem writing a program which can obtain ip addresses of machines running in the same local network. say, there are 4 machines present in the network; [a], [b], [c] and [d] and if i run my program on [a], it should be able to find "host names" and "ip addresses" of the other