From: Pavel M. <pa...@uc...> - 2001-02-24 20:07:12
|
Hi! >UDP datagram, and would make it very easy to map native console >operations -- how weird they may be -- onto the virtual screen. The >downside is that it makes server-side logging and scrollback harder. > >Thoughts on this subject? Yes. You just lost ability to count number of messages. You can't say if 50 or 500 same messages come. That might not be showstopper, however. >Once again, it will not handle interrupted connections (server >reboots, >buffer overruns) correctly -- in fact, it would have disastrous >effects. >Saying you can have a small TCP implementation is not good enough -- >the >OS on the server will implement TCP, not the small TCP derivative >capable >of handling interrupted connections. This is reason for not using >TCP. >That something looks a lot like TCP doesn't mean TCP is the right >answer. What is problem with client doing reconnects? It is easy. If you get reset, you reconnect. Pavel -- I'm pa...@uc.... "In my country we have almost anarchy and I don't care." Panos Katsaloulis describing me w.r.t. patents at di...@li... |