Google: Create A Native Linux Google Drive Application -

2013-06-19 Thread Julian Daich
Please sign for this campaign: http://www.change.org/es/peticiones/google-create-a-native-linux-google-drive-application?share_id=ADrOjDOjXr&utm_campaign=mailto_link&utm_medium=email&utm_source=share_petition ___ Linux-il mailing list Linux-il@cs.huj

Re: Is it OK to poll() a device file descriptor

2013-06-19 Thread Omer Zak
Why not to use a socket (Unix socket or TCP/IP socket), push your "0123456789" in one side and retrieve the same from the other side? You'll need different code to open/close the socket, but writing/reading will look the same. --- Omer On Wed, 2013-06-19 at 09:01 +0300, Elazar Leibovich wrote: