ven, 19 Mar 2010, epanda skribis: > I'am open to some other synchronization scheme ideas >
You could use window wait semaphore api. However a more portable way is running an infinite loop to check for the presence or absence of a particular file, if it fails, sleep for 1 second and then check again. As long as there is a sleep inside the loop, the cpu load will not be high. -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php To unsubscribe from this group, send email to vim_use+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
