Hi Marc, two short notes, in a hurry: today I tried EV on Solaris 8 and found that -lresolv needs to be added to the linker options in order to make inet_aton() available. Perhaps this can be added to the default configuration.
Then I run a simple loop in the debugger (on the same system), with just one periodic watcher. Surprisingly, once started I could not interrupt the loop via CTRL-C. This is different on Windows where I just retried it (Windows, I know ;-) ) (and different to what I expected as typically an uncatched signal is handled as usual). I cannot say if this is caused by EV, Solaris or even the Solaris version. Besides this, it worked well and with a very low load. Greetings Jochen