Title: | DECWINDOWS 26-JAN-89 to 29-NOV-90 |
Notice: | See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit |
Moderator: | STAR::VATNE |
Created: | Mon Oct 30 1989 |
Last Modified: | Mon Dec 31 1990 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 3726 |
Total number of notes: | 19516 |
Which node does and when is a character echod in a client-server environment? I mean when i type in a string of characters, is every character echod after processed by the client or will the character be echod parallel to the generated event to the client? Can i make the program in a way that only one event is send to the client after the return key is hit ? How does this work with the decwindowterminal operating with the LAT protocol ? Will the echoing processed here by the client ? Thanks for replies. Gerard Brouwers SWAS Holland.
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1610.1 | DECWIN::FISHER | Burns Fisher 381-1466, ZKO3-4/W23 | Fri Oct 20 1989 11:31 | 9 | |
Regardless of what transport you are using (LAT, DECNET, TCP, LOCAL), if you are typing into an X server, before you see the character echo, it has travelled all the way to the client and back. This is the way X works. There is no way to tell the server to echo locally. We tried to convince the X folks to define a cterm-like protocol back in the early days of X, but it was too hard a sell. Burns |