Browse thread
lablgtk2: receiving messages from network?
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2006-04-15 (19:33) |
From: | Ivan Matveich <ivan.matveich@g...> |
Subject: | lablgtk2: receiving messages from network? |
Dear ocaml users, I'm writing a gtk program that must receive data through a tcp connection and react to it immediately. What's the best way to implement this? Can gtk call me back when data is available on a socket? How do I use Marshal without blocking? Thank you.