[slimpl] Hello list, and an idea about asynchronous events
Dmitry Petukhov
dmgenp at gmail.com
Tue Feb 14 12:14:23 CST 2006
>
> In my opinion, better way is to select() on swank socket in a separate
> process, and alert vim instance via netbeans or --remote-send when we have
> some data. Code within vim instance can talk with this process through any
> IPC mechanism. This way we don't need periodic events in vim at all. This
> also can be done with threads, but with separate process vim have less
> chance to hang if something goes wrong in perl code.
>
Just thought - why we can't alert vim directly from swank ?
looks like (encode-message) is a good place to do it
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.lispniks.com/pipermail/slimpl/attachments/20060214/8b3e0ff4/attachment.html
More information about the slimpl
mailing list