Hi,

Actually i don't want to pass info all at once and i need to pass the data from one program to another as it becomes available. So i think pipes are not the way to do it, i believe the best way is actually through sockets.

I just need to get them running

Btw, is the listen() just a single call or will it keep listening for any period of time? I mean in order to catch incoming connections i believe i will need to get that listen in some while or for cycle, is this right?

Thanks to all for the help,

Alex Paes