I am using Vim OLE for my implementation. Sometimes, I have to send a large number of messages to OLE server (using SendKeys method), and I can't afford to avoid that. I find that among these messages, some messages are dropped randomly (or at least I haven't found the pattern yet). My questions are 1. Is that possible that messages are dropped in the transmission? If so, how to detect it? Somehow, the result that is returned is always 'succeeded'. 2. What is the minimum interval of two consecutive messages? Or if there is a buffer in OLE server, how many messages is the buffer size? 3. Does this depend on how fast the execution of the function that I call? If not, what does it depend on?
Can anybody enlighten me on this matter? Thank you very much. Anna -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
