I have some c source i am thinking of making into an XS module. The code basically loops around checking for a message and then prints out the message to STDOUT.
Anybody got some ideas about interfacing. I would like to use this with Tk eventually. A simple idea i have is just to have a poll call run every second using $mw->after() to run the poll function. I am on win32. Any thoughts would be appreciated. Forking, Threads, etc.