I need to embed a very simple server in a Mac carbon bundle that will be loaded when a GUI starts up. It can't hang the main thread as the GUI needs to start responding to user interaction. So I can't start an ev_loop in the main thread. Are there any examples of people starting the ev_loop in another thread in this sort of situation? I am not an experienced C programmer and was just hoping to build a simple webserver that will serve up one file.
Thanks! John Wright
_______________________________________________ libev mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev
