Hi all,
I am considering Ocaml for a project where a client requests JPEG
images from multiple databases running on remote machines.
On the client GUI I want to have red/green lights that flash red when
a database is no longer accessible.
Each of these lights then is a thread that sleeps for a while, wakes
up, pings the server, outputs the result to the GUI and goes back to
sleep.
Given that Ocaml does not have thread support is this possible?
Thanks...
Deech
.