|
I've a socket program that uses TCP protocol that connect to a terminal server. This terminal server then uses x.25 protocol to talk to terminal. At the terminal server, I'm getting Buffer Overrun error. Anybody know what that means?
My guess is that you're sending data faster than the terminal can read it from the terminal server. When this happens, the terminal server saves the data temporarily in a buffer so that it can send it to the terminal once the terminal catches up. But if the data keeps coming, eventually it fills up the whole buffer, and the terminal server can't save it all.
I could be wrong -- the above is just a guess -- but in any case, there's a buffer somewhere that's too small for the amount of data you're sending it.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.