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 kumar <[email protected]>wrote: > @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 [email protected]. > To unsubscribe from this group, send email to > [email protected]<algogeeks%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. > -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
