[algogeeks] IPC Material

2011-07-26 Thread Swathi
Does anyone has good material on InterProcessCommunications? Please share. Thanks in advance. -Swathi -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this

Re: [algogeeks] ipc

2010-07-07 Thread sharad kumar
@harit why pipes are fastest...plzz explain a bit -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algoge...@googlegroups.com. To unsubscribe from this group, send email to

Re: [algogeeks] ipc

2010-07-07 Thread Satya
I think pipes are fastest as the other end process will be trying to read the from fds always(waiting for the input). semaphores,monitors all these need certain condition to meet so that they get ++/-- , notify. Signal's can be masked!!. . Satya On Wed, Jul 7, 2010 at 8:13 AM, sharad

Re: [algogeeks] ipc

2010-07-06 Thread Ashish Goel
above all shared memory, refer galvin, once memory is shared, it is quite fast whereas for message passing, system calls are required Best Regards Ashish Goel Think positive and find fuel in failure +919985813081 +919966006652 On Tue, Jul 6, 2010 at 8:43 AM, sharad kumar

Re: [algogeeks] ipc

2010-07-06 Thread harit agarwal
shared memory processing is fast but it is not a IPC mechanism... -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algoge...@googlegroups.com. To unsubscribe from this group, send email to

Re: [algogeeks] ipc

2010-07-06 Thread harit agarwal
pipes -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algoge...@googlegroups.com. To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroups.com. For more options, visit this group at

Re: [algogeeks] ipc

2010-07-06 Thread Ashish Goel
shared memory not an ipc mechanism?? please get your fundamentals correct refer galvin or boveti or comer Best Regards Ashish Goel Think positive and find fuel in failure +919985813081 +919966006652 On Tue, Jul 6, 2010 at 5:29 PM, harit agarwal agarwalha...@gmail.comwrote: shared memory

[algogeeks] ipc

2010-07-05 Thread sharad kumar
which is the fastest IPC mechanism between Semaphores, Monitors, Message passing and Signals -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algoge...@googlegroups.com. To unsubscribe from this group, send