RE: [Tinyos-help] AF_UNIX

2006-05-21 Thread pradeep.ramakrishna

Does it mean if socket is opened with the domain AF_UNIX its for IPC
within the same machine.../??and if AF_INET across machine

-Original Message-
From: Michael Schippling [mailto:[EMAIL PROTECTED]
Sent: Saturday, May 20, 2006 1:37 AM
To: Pradeep T Ramakrishna (WT01 - Broadband Networks)
Cc: tinyos-help@Millennium.Berkeley.EDU
Subject: Re: [Tinyos-help] AF_UNIX

It's so old that I've forgotten the details but it's just one of the
options for internal IPC. I believe it is basically a named pipe in the
filesystem space. It's a convenient way to configure your IPC for local
or 'global' access without having to change the code.

All of the local IPC mechanisms, pipes, queues, etal, probably boil down
to a shared memory implementation in the kernel, they just have
different access semantics. The named pipes are convenient because you
can connect them up by finding the end-points in the file system,
without having to have a common parent process.

Caveat -- all information from memory and one online man page --

MS

[EMAIL PROTECTED] wrote:
 Hi ,
 In sockets  we say that the domain types are like AF_INET and AF_UNIX,

 the first is used for the Internet and the second one for the UNIX
 IPC,does it mean that to AF_UNIX domain is used to communicate with
 the process running in the same machine if yes during what secnarios
do we use them
 
 bcoz in unix we have pipes and fifos 2 communicate between the process

 which have the same ancestors...in same machine then message queues
 ,shared memory etc between different unrelated process in the same
 machine and sockets between different machine...
 
 
 Thanks and Regards,
 Pradeep TR
 

 The information contained in this electronic message and any
 attachments to this message are intended for the exclusive use of the
 addressee(s) and may contain proprietary, confidential or privileged
 information. If you are not the intended recipient, you should not
 disseminate, distribute or copy this e-mail. Please notify the sender
 immediately and destroy all copies of this message and any
attachments.

 WARNING: Computer viruses can be transmitted via email. The recipient
 should check this email and any attachments for the presence of
viruses.
 The company accepts no liability for any damage caused by any virus
 transmitted by this email.

 www.wipro.com


 --
 --

 ___
 Tinyos-help mailing list
 Tinyos-help@Millennium.Berkeley.EDU
 https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-h
 elp


The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

www.wipro.com

___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] AF_UNIX

2006-05-19 Thread pradeep.ramakrishna



Hi
,
In
socketswe say that the domain types are like AF_INET and
AF_UNIX,
the first is used
for the Internet and the second one for the UNIX IPC,does 
it mean that to
AF_UNIX domain is used to communicate with the process 
running in the same
machine if yes during what secnarios do we use them

bcoz in unix we have
pipes and fifos2 communicate between the process which have the same

ancestors...in same
machinethen message queues ,shared memory etc between
different unrelated 
process
in the same
machine and sockets between different machine...


Thanks and
Regards,
Pradeep
TR



The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
 
www.wipro.com
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] RE: Welcome to the Tinyos-help mailing list (Digest mode)

2006-05-18 Thread pradeep.ramakrishna

Hi ,
 In the reset vector address we place the instruction branch or jump and
even the address to where we have to jump or branch but the address
itself is 32 bits...?

 How is it that we are able to accommodate the 32 bits address and even
the instruction in the 32 bits space


Thanks and Regards,
Pradeep


The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

www.wipro.com

___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help