USRE35110E - System for optimizing data transmission associated with addressable buffer devices - Google Patents

System for optimizing data transmission associated with addressable buffer devices Download PDF

Info

Publication number
USRE35110E
USRE35110E US07/433,531 US43353189A USRE35110E US RE35110 E USRE35110 E US RE35110E US 43353189 A US43353189 A US 43353189A US RE35110 E USRE35110 E US RE35110E
Authority
US
United States
Prior art keywords
data stream
peripheral device
buffer
data
updated
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
US07/433,531
Inventor
Thomas A. Harper
Carol R. Harper
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
BMC Software Inc
Original Assignee
BMC Software Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by BMC Software Inc filed Critical BMC Software Inc
Priority to US07/433,531 priority Critical patent/USRE35110E/en
Application granted granted Critical
Publication of USRE35110E publication Critical patent/USRE35110E/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/002Specific input/output arrangements not covered by G06F3/01 - G06F3/16
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/178Techniques for file synchronisation in file systems
    • G06F16/1794Details of file format conversion
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • G06F3/1415Digital output to display device ; Cooperation and interconnection of the display device with other functional units with means for detecting differences between the image stored in the host and the images displayed on the displays

Definitions

  • the present invention relates to a system for optimizing the telecommunication of formatted data streams between a host computer, on the one hand, and a device that notes the data stream content in an addressable buffer, on the other.
  • the device may be, for example, a screen-type display terminal, a printer, or other apparatus.
  • the host and device may be in close physical proximity, as in the case of a local terminal at the site of the host, or they may be physically remote, as in the case of a dial-up terminal used to communicate with the host.
  • end-users utilize terminal devices to view selected data and sometimes to enter or update the data.
  • a travel agent in Los Angeles might use a remote terminal to send a data stream to an airline reservation host computer in Dallas requesting a display of all flights from Houston to New York.
  • the host computer responds with a series of data streams containing the desired information.
  • a number of common terminal devices use an addressable buffer associated, e.g., with a screen display or a printer.
  • a "buffer” is an organized group of updatable electronic memory cells reserved for a particular use.
  • a display or print buffer is typically a buffer that holds information displayed on a terminal screen or a hard-copy printout. It could be said that the screen or printer serves as a "viewer” for examining the contents of the device buffer in much the same way that a microfiche viewer can be used to examine back issues of newspapers stored on fiche.
  • FIG. 1 shows a greatly simplified representation of a typical device buffer arrangement.
  • the host computer sends a data stream to the terminal device over a telecommunications line.
  • the device preprogrammed with its own internal software of a kind well known to those skilled in the art, updates the contents of the display buffer in response to data streams generated either by the host computer or by the terminal user (e.g., through a keyboard).
  • the display shows the updated contents of the device buffer.
  • Protocols typically include specifications for treating some portions of a data stream as data and other portions as embedded commands.
  • a number of sophisticated data communications protocols operate in a basically similar manner. Some portions of a data stream are treated as commands, like the "1" in a long-distance dialing sequence. Other portions are treated as data, like the telephone number. How a portion of the data stream is treated can vary with its position within the data stream. Depending on the protocol used, the treatment of a portion of a data stream can also vary with the position of that portion with respect to characters or character sequences in the data stream that function as order representing buffer control information. The general operation of several types of such order (e.g., start-field orders, set-attribute orders, set-buffer-address orders) are discussed below.
  • the command sets available in communications protocols typically include commands for specifying where outgoing data from the host computer should be placed in the device buffer when received by the device. This is known as specifying the buffer address at which the new data should be written into the buffer.
  • an out-going data stream from the host computer might include a command for the terminal device to prepare to write new data into the display buffer beginning at buffer address 8.
  • the outgoing data associated with this command might then consist of the characters "n o t".
  • the terminal would process this command and modify the device buffer in accordance with the associated data.
  • the display which acts as a window on the buffer, would then read "Now is not time . . . " instead of "Now is the time . . . "
  • Some communications systems embed codes within the buffer itself that indicate to the terminal's internal software just how subsequent characters in the buffer should be presented on the display screen or printout.
  • the IBM 3270 system is an example of such a system.
  • the character at buffer address 1 is assumed to be a code that causes a terminal screen to display all subsequent characters (i.e., the characters stored at buffer addresses 2, 3, and so forth) extra bright on the screen.
  • the code itself is displayed as a blank on the screen. All subsequent "real” characters are displayed extra bright until the brightness is turned off by another embedded code.
  • a code representing "normal" display is shown at buffer address 6.
  • the terminal causes subsequent "real" characters in the buffer (e.g., at addresses 7, 8, and so on) to be displayed on the screen at normal intensity.
  • the data characters that occupy the elements of a device buffer between any two such control codes are commonly referred to as a field.
  • the control code that occupies the buffer address immediately prior to the first character in a field is known as the field attribute character, or field attribute byte, for that field.
  • the field attribute byte for the field containing the characters "N o w" is located at buffer address 1.
  • MDT modified data tag
  • the MDT attribute works in conjunction with the terminal device's internal software or other control system: if the terminal notes that the MDT attribute flag for a given field is set, it includes the contents of the field in the next inbound data stream.
  • a host application can pre-set the MDT flag for a given field to ensure that the associated field data is transmitted inbound, whether or not it has been modified.
  • a field is known as a "pre-modified" field.
  • This technique may be useful, e.g., in a data base system where a host computer serves a number of devices, each of which is examining a particular record in a data base, by forcing each device to transmit certain portions of its buffer, e.g., the identifying number of the data base record.
  • the pre-modified field technique just discussed is an example of data streams that can be sent and received by a software program on the host computer known as an application or an applications program.
  • a travel agent querying an airline reservation computer may have his request processed by an applications program that searches the computer's data files; identifies flights corresponding to the travel agent's request; and causes the host computer's communications device to send a data stream back to the travel agent's remote terminal.
  • FIG. 4 A simplified representation of this process is shown in FIG. 4.
  • Some methods of managing outgoing data transmissions used by applications programs can result in unnecessary transmission and ineffective use of telecommunications resources.
  • the host application might cause the entire terminal device buffer to be erased with a data-stream erase command conforming to the protocol in question, then to be completely refreshed with outgoing data. To the extent that the refreshed buffer is unchanged from the original buffer, the outgoing data represents wasted transmission time.
  • Some screen-management systems keep track of which fields have been modified since the previous outgoing transmission and send data streams causing only the modified fields to be refreshed. This task is complicated, however, by the fact that the beginning and ending points of fields in the device buffer may be altered as a result of a data transmission. Once again moreover, to the extent that the device buffer remains unchanged after a data transmission, the transmission represents a waste of system resources.
  • Minimizing the use of transmission resources is important because the effectiveness of any communications system such as described above will be subject to limitation by the rate at which data can be transmitted. Many common systems that transmit data streams over normal telephone lines, for example, cannot handle data speeds faster than 9600 bits per second (bps) or even as low as 1200 bps.
  • an optimizer system is interposed between a host computer application program and a telecommunications link connecting the host computer with an addressable-buffer terminal device such as a screen-display terminal, a printer, or other apparatus.
  • the optimizer includes a computer program that remains resident in the host computer's memory.
  • the program causes the computer (a) to divert outgoing data streams that would normally be transmitted to the device by the host; (b) to generate new optimized outgoing data streams conforming to the communications protocol in use; and (c) to hand back each optimized data stream back for further outgoing transmission in place of the corresponding original data stream.
  • Each incoming data stream reflects only the contents of the fields in the device buffer that have actually beed modified. If the host has previously instructed the device to transmit all fields, however, whether or not modified, the host might attempt to retransmit the instruction or even take improper action. To prevent this, the optimizer creates a new incoming data stream conforming to the host's previously-noted expectations about the incoming data stream.
  • the contents of an optimized outgoing data stream reflect the result of a comparison by the optimizer of (1) an image in random-access memory (RAM) of the "up-dated state" of the device buffer, namely the state assumed by the host application to exist in the device buffer after reception by the device of the original outgoing data stream; with (2) a similar RAM image of the assumed present state of the device buffer.
  • the comparison is achieved by performing an exclusive-or (XOR) operation to generate a RAM image that indicates which characters in the updated-state image reflect changes from the present-state image.
  • XOR exclusive-or
  • this XOR operation can be achieved by destructively superimposing the updated-state RAM image over the (no longer needed) present-state RAM image, thus eliminating the need for additional RAM for a third image.
  • the optimizer also removes any "erase” commands from the outgoing data stream. This preserves the device buffer contents and allows the optimized outgoing data stream to transform the buffer, and thus the display, printout, or other presentation, to the desired new state.
  • the optimized data stream "handed back" by the optimizer thus represents the differences between the assumed present and updated states of the device buffer. Consequently, it is normally shorter than the usual display-refreshing data stream which represents the entire updated state of the buffer, and it thus requires correspondingly less transmission time.
  • the optimizer negates any order in the original outgoing data stream that would cause the terminal device to transmit inbound the entirety of any portion of the device buffer regardless of whether that portion had been modified. Of course, subsequent inbound transmissions from the device would reflect the fact that its premodified field attributes had been turned off in this manner. To conform to the expectation of this application program in this regard, the optimizer additionally modifies each inbound data stream to supply any fields expected by the host application.
  • Control codes contained in the device buffer are represented in the updated-state and present-state images by unique characters.
  • the optimizer consults a translation table to generate these characters. The purpose of the translation is to ensure that the XOR comparison of the two images will not result in an incorrect no-change-required conclusion for a particular device buffer address if a control code in one image is identical to a data character at the same address in the other image.
  • the optimizer programming includes the capability to deal with null suppression in some terminal devices.
  • the internal programming of some devices causes them to suppress nulls in transmitting inbound data. For example, a ten-character field with three nulls interspersed throughout would be transmitted to the host as seven characters.
  • Null suppression systems typically do not incidate where the nulls were suppressed, and so it would be difficult or impossible to reconstruct the exact content of the associated field in the device buffer. Consequently, in parsing an incoming transmission, the optimizer can detect null suppression in a field by noting when the field length does not match the corresponding field length in the image generated during the previous outgoing transmission, but the optimizer cannot reliably update the present-state image of the device buffer in that field.
  • a simple way of ensuring that the next outgoing transmission properly updates the null-suppressed field is to transmit the entire content of that field.
  • the optimizer detects null suppression in a field during an incoming transmission, it fills the associated portions of the present-state image with a unique "in-doubt" character signifying that the exact content of the null-suppressed field is not known.
  • the XOR comparison is performed, a mismatach occurs at those addresses, since the unique in-doubt character in the present-state image does not match any character in updated-state image. The characters from the updated-state image are therefore superimposed on the in-doubt characters by the XOR comparison and are routinely included in the next optimized outgoing data stream as described above.
  • FIG. 1 is a simplified block diagram representing typical data telecommunications arrangements.
  • FIGS. 2 and 3 are representation of maps of the contents of a display buffer.
  • FIG. 4 is a simplified block diagram of a typical host application program as used in a telecommunication system.
  • FIG. 5 is a simplified block diagram of the same system with an optimizer in accordance with the present invention interposed between the application program and the host communications device.
  • FIGS. 6A and 6C are flow charts of the operation of the optimizer in processing an outgoing data stream.
  • FIG. 6B is a block diagram of one of the operations represented in FIG. 6A.
  • FIG. 7 is a flow chart of the operation of the optimizer in processing an incoming data stream.
  • a telecommunications system 10 includes a terminal device 15 in communication with a host computer 20.
  • the programming of the host computer 20 includes one or more application program 25 which exchange data streams, indicated by arrows 26 and 27, with a communications program 30.
  • These programs 25 and 30 may be of any type appropriate to the particular host computer 20; they are not disclosed herein and are described only generally for purposes of explanation.
  • the application programs 25 are sometimes referred to herein as host applications or host units.
  • the communications program 30 is sometimes referred to herein as a signal routing unit. It will be appreciated by those of ordinary skill having the benefit of this disclosure that, while the host unit, the signal routing unit, and the optimizer described below are described herein as being implemented on a single computer, the invention disclosed and claimed herein is not limited to such implementations.
  • Data streams to and from the host application 25 are intercepted by an optimizer program 35 in accordance with the present invention.
  • the optimizer program 35 is interposed between the host application program 25 and the communications program 30.
  • the optimizer 35 pre-processes outgoing data streams to the device 15 before the data streams are actually transmitted by the communications program 30.
  • the optimizer 35 additionally pre-processes incoming data streams received by the communications program 30 before the data streams are delivered to the host application 25.
  • FIGS. 6A and 6C show the general sequence of operations of an optimizer in accordance with the present invention in processing an outgoing data stream
  • FIG. 7 shows the corresponding general sequence in processing an incoming data stream.
  • the optimizer 35 remains resident in the memory of the host computer 20. Using techniques known to those skilled in the art, when the host application 25 initiates a call to the communications program 30 in the case of an outgoing data stream, or vice versa in the case of an incoming data stream, the call is stolen by the optimizer 35, in effect diverting the data stream for preprocessing.
  • the optimizer 35 steals the data stream 26 as described above. As shown in FIG. 6A, the optimizer 35 parses the outgoing data stream 26 to determine which device 15 is the intended destination of the data stream 26. It locates the RAM image of the present state of the selected device 15, or if none exists (such as in a log-in or sign-on situation), creates one. It makes a copy of this present-state image; an updated-state image discussed below will be based upon the copy.
  • present state of the device buffer refers to the state which is assumed to exist by the host application 25. As is seen below, the actual state of the device buffer differs from this assumed state because of the operation of the optimizer 35.
  • the optimizer 35 parses the outgoing data stream 26 in the same general manner as is done by the device 15 when a protocol data stream is received. If any portion of the data stream 26 represents a control code, e.g., a field attribute, in the protocol in question, that portion is translated into a unique character to avoid any possible confusion with data characters.
  • the optimizer 35 applies the parsed data stream, including any translated portions, to the copy of the RAM image in a simulation of the action of the device 15 upon the device buffer. The copy thus becomes an updated-state image of the device buffer that represents the state of the buffer to be expected when the outgoing data stream 26 is ultimately received by the device 15.
  • the optimizer program 35 then destructively super-imposes the updated-state RAM image upon the present-state RAM image in an exclusive-or (XOR) operation indicated in FIGS. 6A and 6B by the reference numeral 50.
  • the present-state image is thereby transformed into a pattern of binary zeros or nulls (where the present- and updated-state images were identical) and non-nulls (where they differed), referred to herein as the "difference image.”
  • the address of any non-null character found in the difference image, by the action of the XOR operation, corresponds to the address of a character in the updated-state image required to update the corresponding position in the buffer of the device 15, referred to as an "updating character.”
  • the optimizer 35 begins constructing an optimized data stream to be transmitted to the device 15.
  • the optimizer 35 scans the difference image in search of non-null characters. When a non-null character is encountered, the optimizer 35 notes its address and adds to set-buffer-address order, corresponding to that address, to the optimized data stream.
  • the optimizer 35 then switches to scanning the difference image in search of a null character. When a null character is encountered, the optimizer 35 notes its address as well.
  • the optimizer 35 returns to the updated-state image with the starting and ending addresses of a sequence of updating characters, which correspond to the starting and ending addresses of the previously referred-to-non-null character sequence in the difference image.
  • Each such updating character in the updated-state image is examined to determine if it is an encoded control character such as a field attribute byte. If so, the character is decoded in a translation table and an appropriate control order is added to the optimized data stream. If the updating character is a data character instead of a control character, the optimizer 35 adds the character to the optimized data stream.
  • the optimizer 35 returns to scanning the difference image again for non-null characters. The above steps are repeated until the entire difference image has been processed. The resulting new data stream reflects only the updating characters instead of the entire contents of the updated-state image.
  • Some systems 10 may provide for sending an "erase" code to the device 15 independent of the contents of the outgoing data stream 26.
  • the optimizer 35 is programmed to remove the erase code.
  • the new optimized outgoing data stream is handed to the communications program 30 for transmission to the device 15.
  • the updated-state image is retained for use as the new present-state image.
  • FIG. 7 shows the general sequence of program instructions for the optimizer 35 for handling incoming data streams.
  • the optimizer 35 intercepts incoming data streams from the communications program 30.
  • the optimizer 35 parses each incoming data stream to determine which device 15 originated the data stream.
  • the present-state image for that particular device i.e., the image of the state assumed to exist by the host application 25.
  • the optimizer's next task is to update the present-state image with the incoming data.
  • Incoming data streams in some systems consist of the contents of a series of data fields, each preceded by the address in the device buffer of the first data (as opposed to control) character in the field because the embedded control code delimiting the beginning of the field (e.g., the field attribute byte) is not included in the data stream.
  • the optimizer 35 finds the corresponding address in the present-state image, namely the address of the first data (as opposed to control) character in that particular field.
  • the optimizer backs up one character in the present-state image, namely to the address of the control character that marks the beginning of the field. It decodes that control character (which is represented in the present-state image by a unique symbol), turns on the MDT flag to indicate that the data in that field have been modified, and re-encodes the control code into the corresponding unique symbol.
  • the MDT flag will already be set because the present-state image reflects the host application 25's assumptions about the state of the device buffer, and those assumptions may include the pre-setting of the MDT flag for the field in question.
  • the data from the incoming data stream, reflecting the contents of modified fields in the device buffer, are then copied into the succeeding positions in the present-state image. Failure to fill a field in the present-state image completely with incoming data indicates that the terminal device 15 suppressed nulls in the field during transmission. In such event, the image field is filled out with a unique "in-doubt" character to indicate the suppression of nulls.
  • Each succeeding portion of the incoming data stream i.e., each modified-field transmission from the device 15, is parsed and added to the present-state image in the same way until the entire data stream has been parsed.
  • the original incoming data stream is then discarded and the optimizer 35 begins constructing a new incoming data stream to hand back to the host application 25.
  • the optimizer 35 scans the present-state image for the unique symbols indicating control characters such as field attribute bytes.
  • Each such control character is decoded and examined to determine whether the host application 25 should treat the corresponding data field as having been modified. This will occur either if the corresponding field at the device buffer was actually modified, in which case the new data was received and processed as just described and the MDT flag was turned on by the optimizer 35; or if the host application 25 assumes that the MDT flag for that field was pre-set to begin with.
  • a set-buffer-address order corresponding to the address of the field in question is added to the new incoming data stream, followed by the data characters in that field in the present-state image (but not by any trailing in-doubt characters). If the present-state image field contains any trailing in-doubt characters, the entire field is filled with the in-doubt character to ensure that the entire field will cause a mismatch on the next outgoing XOR comparison (FIGS. 6A and 6B) and therefore be transmitted back to the device 15.
  • the computer could be programmed to perform its imaging comparison on specified portions of the updated- and present-state buffer images instead of on the images as a whole. This might prove useful in situations where the contents of some portions of the remote device buffer are known to be fixed and not subject to modification either by the host or by the device, e.g., where unchanging information is displayed on a terminal screen to prompt the terminal user.
  • the optimizer can also be used in conjunction with local devices such as those "hard-wired" into the host as well as with remote devices connected to the host by telephone.
  • a similar imaging technique can be used if the device uses additional buffers to contain other control characters such as character attributes or extended field attributes.
  • the imaging concept can also be extended to devices that support partitioning of a display screen by creating present- and updated-state images for each partition. This could be accomplished, for example, by partitioning the RAM images discussed above.
  • the imaging technique can be adapted for use with programmed symbol buffers for graphics users, for implementing outboard formatting applications, or to handle devices that utilize light pens or magnetic-strip readers attached.

Abstract

A method and a computer program for performing the method are disclosed for optimizing signals being exchanged between a host unit and an addressable-buffer peripheral device. The program optimizes an outgoing signal from the host unit by (1) creating an updated-state map representing the state of the peripheral device buffer expected to exist after processing by the peripheral device of the outgoing signal, (2) performing an exclusive-or (XOR) operation using the updated-state map and a present-state map representing the existing state of the buffer, and (3) constructing and transmitting a substitute outgoing signal which represents only changes to the buffer, and in which all premodified field flags are turned off. Position-dependent characters, such as attribute bytes are translated into nondata characters prior to incorporation into a map, and are retranslated into their original form for use in the substitute signal.

Description

BACKGROUND OF THE INVENTION
The present invention relates to a system for optimizing the telecommunication of formatted data streams between a host computer, on the one hand, and a device that notes the data stream content in an addressable buffer, on the other. The device may be, for example, a screen-type display terminal, a printer, or other apparatus. The host and device may be in close physical proximity, as in the case of a local terminal at the site of the host, or they may be physically remote, as in the case of a dial-up terminal used to communicate with the host.
Addressable-Buffer Devices
In many on-line computer applications, end-users utilize terminal devices to view selected data and sometimes to enter or update the data. A travel agent in Los Angeles, for example, might use a remote terminal to send a data stream to an airline reservation host computer in Dallas requesting a display of all flights from Houston to New York. The host computer responds with a series of data streams containing the desired information.
A number of common terminal devices use an addressable buffer associated, e.g., with a screen display or a printer. Generally speaking, a "buffer" is an organized group of updatable electronic memory cells reserved for a particular use. A display or print buffer is typically a buffer that holds information displayed on a terminal screen or a hard-copy printout. It could be said that the screen or printer serves as a "viewer" for examining the contents of the device buffer in much the same way that a microfiche viewer can be used to examine back issues of newspapers stored on fiche.
FIG. 1 shows a greatly simplified representation of a typical device buffer arrangement. The host computer sends a data stream to the terminal device over a telecommunications line. The device, preprogrammed with its own internal software of a kind well known to those skilled in the art, updates the contents of the display buffer in response to data streams generated either by the host computer or by the terminal user (e.g., through a keyboard). The display shows the updated contents of the device buffer.
Communications Protocols
The effectiveness of a communication system such as that represented in FIG. 1 is commonly enhanced by programming the host computer and the terminal device to handle data streams in accordance with a pre-specified convention. Such a convention is known as a "protocol." Protocols typically include specifications for treating some portions of a data stream as data and other portions as embedded commands.
The protocol used in U.S. long-distance telephone dialing is a familiar example. Any time the number "1" is received by the telephone company switching computer as the first digit in an initial dialing sequence, the computer automatically treats it as a command for a special call, e.g., to enter the long-distance network. The next three digits are then treated as the area code, and the final seven digits as the actual telephone number. Anyone wishing to place a long-distance call must observe this convention or a similar one, depending on which long-distance service is used.
A number of sophisticated data communications protocols operate in a basically similar manner. Some portions of a data stream are treated as commands, like the "1" in a long-distance dialing sequence. Other portions are treated as data, like the telephone number. How a portion of the data stream is treated can vary with its position within the data stream. Depending on the protocol used, the treatment of a portion of a data stream can also vary with the position of that portion with respect to characters or character sequences in the data stream that function as order representing buffer control information. The general operation of several types of such order (e.g., start-field orders, set-attribute orders, set-buffer-address orders) are discussed below.
Addressing Buffer Memory
The command sets available in communications protocols typically include commands for specifying where outgoing data from the host computer should be placed in the device buffer when received by the device. This is known as specifying the buffer address at which the new data should be written into the buffer.
In the example represented in FIGS. 1 and 2, an out-going data stream from the host computer might include a command for the terminal device to prepare to write new data into the display buffer beginning at buffer address 8. The outgoing data associated with this command might then consist of the characters "n o t". The terminal would process this command and modify the device buffer in accordance with the associated data. The display, which acts as a window on the buffer, would then read "Now is not time . . . " instead of "Now is the time . . . "
Buffer-Embedded Character Attribute Data
Some communications systems embed codes within the buffer itself that indicate to the terminal's internal software just how subsequent characters in the buffer should be presented on the display screen or printout. The IBM 3270 system is an example of such a system. In the simplified example shown in FIG. 3, the character at buffer address 1 is assumed to be a code that causes a terminal screen to display all subsequent characters (i.e., the characters stored at buffer addresses 2, 3, and so forth) extra bright on the screen. The code itself is displayed as a blank on the screen. All subsequent "real" characters are displayed extra bright until the brightness is turned off by another embedded code. In FIG. 3, a code representing "normal" display is shown at buffer address 6. The terminal causes subsequent "real" characters in the buffer (e.g., at addresses 7, 8, and so on) to be displayed on the screen at normal intensity.
In such a system, the data characters that occupy the elements of a device buffer between any two such control codes are commonly referred to as a field. The control code that occupies the buffer address immediately prior to the first character in a field is known as the field attribute character, or field attribute byte, for that field. In the simplified example of FIG. 3, the field attribute byte for the field containing the characters "N o w" is located at buffer address 1.
Techniques for controlling the field attribute byte are well known. Those skilled in the art will recognize that the IBM 3270 system, for example, utilizes known bit masking and shifting techniques to encode a number of different field attributes (brightness, etc.) into a single field attribute byte. One field attribute byte can thus control several attributes for any given field.
Premodified Fields
One of the field attributes provided for in some telecommunications systems, for example the IBM 3270 system, is known as a "modified data tag" (MDT) attribute. The MDT attribute works in conjunction with the terminal device's internal software or other control system: if the terminal notes that the MDT attribute flag for a given field is set, it includes the contents of the field in the next inbound data stream.
A host application can pre-set the MDT flag for a given field to ensure that the associated field data is transmitted inbound, whether or not it has been modified. Such a field is known as a "pre-modified" field. This technique may be useful, e.g., in a data base system where a host computer serves a number of devices, each of which is examining a particular record in a data base, by forcing each device to transmit certain portions of its buffer, e.g., the identifying number of the data base record.
Host Applications
The pre-modified field technique just discussed is an example of data streams that can be sent and received by a software program on the host computer known as an application or an applications program. A travel agent querying an airline reservation computer, for example, may have his request processed by an applications program that searches the computer's data files; identifies flights corresponding to the travel agent's request; and causes the host computer's communications device to send a data stream back to the travel agent's remote terminal. A simplified representation of this process is shown in FIG. 4.
Outgoing Transmissions
Some methods of managing outgoing data transmissions used by applications programs can result in unnecessary transmission and ineffective use of telecommunications resources. In some systems, for each outgoing transmission the host application might cause the entire terminal device buffer to be erased with a data-stream erase command conforming to the protocol in question, then to be completely refreshed with outgoing data. To the extent that the refreshed buffer is unchanged from the original buffer, the outgoing data represents wasted transmission time.
Many applications involve data fields that remain unchanged throughout an online session. In an insurance claim-adjustment application, the name and address of the insured might be such a field; on the other hand, details concerning payment of a claim might change several times during an online session.
Some screen-management systems keep track of which fields have been modified since the previous outgoing transmission and send data streams causing only the modified fields to be refreshed. This task is complicated, however, by the fact that the beginning and ending points of fields in the device buffer may be altered as a result of a data transmission. Once again moreover, to the extent that the device buffer remains unchanged after a data transmission, the transmission represents a waste of system resources.
Incoming Transmissions
The same inefficient use of system resources can be seen in some systems for managing inbound data transmissions. As noted above, some host applications cause pre-modified attributes for each device served to be set. The entire contents of the affected fields are thus included in each inbound transmission, regardless of whether the affected fields have been modified. While this can help reduce the risk of data base corruption, it also increases the time needed for the transmission.
Transmission Speed Limitations
Minimizing the use of transmission resources is important because the effectiveness of any communications system such as described above will be subject to limitation by the rate at which data can be transmitted. Many common systems that transmit data streams over normal telephone lines, for example, cannot handle data speeds faster than 9600 bits per second (bps) or even as low as 1200 bps.
Special dedicated telephone lines can be used to increase the possible transmission speed. Nevertheless, the data speed, sometimes known as the "baud rate," can cause data to take undesirably long to transmit.
Queue Delays Arising from Slow Speeds
The waste of telecommunications resources referred to above, arising from unnecessary transmission of unmodified data, can drastically impair system effectiveness in a multi-user system. If an airline reservation computer is equipped to handle, say 100 remote terminals at once, the time required to transit data increases the system access time required by any single user. This can in turn increase the changes that a subsequent caller will be unable to access the system at all because the system is already busy servicing previously s ent messages. The subsequent caller will thus be forced to wait in a "queue" to be able to transmit his request or to receive the information desired.
SUMMARY OF THE INVENTION
In accordance with the present invention, an optimizer system is interposed between a host computer application program and a telecommunications link connecting the host computer with an addressable-buffer terminal device such as a screen-display terminal, a printer, or other apparatus.
The optimizer includes a computer program that remains resident in the host computer's memory. The program causes the computer (a) to divert outgoing data streams that would normally be transmitted to the device by the host; (b) to generate new optimized outgoing data streams conforming to the communications protocol in use; and (c) to hand back each optimized data stream back for further outgoing transmission in place of the corresponding original data stream.
Each incoming data stream reflects only the contents of the fields in the device buffer that have actually beed modified. If the host has previously instructed the device to transmit all fields, however, whether or not modified, the host might attempt to retransmit the instruction or even take improper action. To prevent this, the optimizer creates a new incoming data stream conforming to the host's previously-noted expectations about the incoming data stream.
The contents of an optimized outgoing data stream reflect the result of a comparison by the optimizer of (1) an image in random-access memory (RAM) of the "up-dated state" of the device buffer, namely the state assumed by the host application to exist in the device buffer after reception by the device of the original outgoing data stream; with (2) a similar RAM image of the assumed present state of the device buffer. The comparison is achieved by performing an exclusive-or (XOR) operation to generate a RAM image that indicates which characters in the updated-state image reflect changes from the present-state image. In some systems, this XOR operation can be achieved by destructively superimposing the updated-state RAM image over the (no longer needed) present-state RAM image, thus eliminating the need for additional RAM for a third image.
The optimizer also removes any "erase" commands from the outgoing data stream. This preserves the device buffer contents and allows the optimized outgoing data stream to transform the buffer, and thus the display, printout, or other presentation, to the desired new state.
The optimized data stream "handed back" by the optimizer thus represents the differences between the assumed present and updated states of the device buffer. Consequently, it is normally shorter than the usual display-refreshing data stream which represents the entire updated state of the buffer, and it thus requires correspondingly less transmission time.
As part of the optimization of outgoing data streams, the optimizer negates any order in the original outgoing data stream that would cause the terminal device to transmit inbound the entirety of any portion of the device buffer regardless of whether that portion had been modified. Of course, subsequent inbound transmissions from the device would reflect the fact that its premodified field attributes had been turned off in this manner. To conform to the expectation of this application program in this regard, the optimizer additionally modifies each inbound data stream to supply any fields expected by the host application.
Control codes contained in the device buffer, such as field attribute bytes, are represented in the updated-state and present-state images by unique characters. The optimizer consults a translation table to generate these characters. The purpose of the translation is to ensure that the XOR comparison of the two images will not result in an incorrect no-change-required conclusion for a particular device buffer address if a control code in one image is identical to a data character at the same address in the other image.
The optimizer programming includes the capability to deal with null suppression in some terminal devices. The internal programming of some devices causes them to suppress nulls in transmitting inbound data. For example, a ten-character field with three nulls interspersed throughout would be transmitted to the host as seven characters. Null suppression systems typically do not incidate where the nulls were suppressed, and so it would be difficult or impossible to reconstruct the exact content of the associated field in the device buffer. Consequently, in parsing an incoming transmission, the optimizer can detect null suppression in a field by noting when the field length does not match the corresponding field length in the image generated during the previous outgoing transmission, but the optimizer cannot reliably update the present-state image of the device buffer in that field.
In such a situation a simple way of ensuring that the next outgoing transmission properly updates the null-suppressed field is to transmit the entire content of that field. When the optimizer detects null suppression in a field during an incoming transmission, it fills the associated portions of the present-state image with a unique "in-doubt" character signifying that the exact content of the null-suppressed field is not known. When the XOR comparison is performed, a mismatach occurs at those addresses, since the unique in-doubt character in the present-state image does not match any character in updated-state image. The characters from the updated-state image are therefore superimposed on the in-doubt characters by the XOR comparison and are routinely included in the next optimized outgoing data stream as described above.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a simplified block diagram representing typical data telecommunications arrangements.
FIGS. 2 and 3 are representation of maps of the contents of a display buffer.
FIG. 4 is a simplified block diagram of a typical host application program as used in a telecommunication system.
FIG. 5 is a simplified block diagram of the same system with an optimizer in accordance with the present invention interposed between the application program and the host communications device.
FIGS. 6A and 6C are flow charts of the operation of the optimizer in processing an outgoing data stream.
FIG. 6B is a block diagram of one of the operations represented in FIG. 6A.
FIG. 7 is a flow chart of the operation of the optimizer in processing an incoming data stream.
Throughout the following detailed description, similar reference numerals refer to similar elements in all Figures of the drawings.
DETAILED DESCRIPTION OF THE INVENTION
As shown in FIG. 5, a telecommunications system 10 includes a terminal device 15 in communication with a host computer 20. The programming of the host computer 20 includes one or more application program 25 which exchange data streams, indicated by arrows 26 and 27, with a communications program 30. These programs 25 and 30 may be of any type appropriate to the particular host computer 20; they are not disclosed herein and are described only generally for purposes of explanation. The application programs 25 are sometimes referred to herein as host applications or host units. Similarly, the communications program 30 is sometimes referred to herein as a signal routing unit. It will be appreciated by those of ordinary skill having the benefit of this disclosure that, while the host unit, the signal routing unit, and the optimizer described below are described herein as being implemented on a single computer, the invention disclosed and claimed herein is not limited to such implementations.
Data streams to and from the host application 25 are intercepted by an optimizer program 35 in accordance with the present invention. As shown in FIG. 5, the optimizer program 35 is interposed between the host application program 25 and the communications program 30. The optimizer 35 pre-processes outgoing data streams to the device 15 before the data streams are actually transmitted by the communications program 30. The optimizer 35 additionally pre-processes incoming data streams received by the communications program 30 before the data streams are delivered to the host application 25.
As will be appreciated by those skilled in the art, the details of the optimizer program 35 will of course vary with such things as the design of the host computer 20 upon which the optimizer program 35 is implemented, the operating system program used for the host computer 20, the communications protocol in use, and so forth. FIGS. 6A and 6C show the general sequence of operations of an optimizer in accordance with the present invention in processing an outgoing data stream, and FIG. 7 shows the corresponding general sequence in processing an incoming data stream.
The optimizer 35 remains resident in the memory of the host computer 20. Using techniques known to those skilled in the art, when the host application 25 initiates a call to the communications program 30 in the case of an outgoing data stream, or vice versa in the case of an incoming data stream, the call is stolen by the optimizer 35, in effect diverting the data stream for preprocessing.
General Sequence for Outgoing Data Streams
Referring to FIGS. 5 and 6A, when the host application 25 generates an outgoing data stream 26, the optimizer 35 steals the data stream 26 as described above. As shown in FIG. 6A, the optimizer 35 parses the outgoing data stream 26 to determine which device 15 is the intended destination of the data stream 26. It locates the RAM image of the present state of the selected device 15, or if none exists (such as in a log-in or sign-on situation), creates one. It makes a copy of this present-state image; an updated-state image discussed below will be based upon the copy.
It should be noted that the term "present state" of the device buffer refers to the state which is assumed to exist by the host application 25. As is seen below, the actual state of the device buffer differs from this assumed state because of the operation of the optimizer 35.
The optimizer 35 parses the outgoing data stream 26 in the same general manner as is done by the device 15 when a protocol data stream is received. If any portion of the data stream 26 represents a control code, e.g., a field attribute, in the protocol in question, that portion is translated into a unique character to avoid any possible confusion with data characters. The optimizer 35 applies the parsed data stream, including any translated portions, to the copy of the RAM image in a simulation of the action of the device 15 upon the device buffer. The copy thus becomes an updated-state image of the device buffer that represents the state of the buffer to be expected when the outgoing data stream 26 is ultimately received by the device 15.
The optimizer program 35 then destructively super-imposes the updated-state RAM image upon the present-state RAM image in an exclusive-or (XOR) operation indicated in FIGS. 6A and 6B by the reference numeral 50. The present-state image is thereby transformed into a pattern of binary zeros or nulls (where the present- and updated-state images were identical) and non-nulls (where they differed), referred to herein as the "difference image."
The address of any non-null character found in the difference image, by the action of the XOR operation, corresponds to the address of a character in the updated-state image required to update the corresponding position in the buffer of the device 15, referred to as an "updating character."
Referring now to FIG. 6C, the optimizer 35 begins constructing an optimized data stream to be transmitted to the device 15. The optimizer 35 scans the difference image in search of non-null characters. When a non-null character is encountered, the optimizer 35 notes its address and adds to set-buffer-address order, corresponding to that address, to the optimized data stream.
The optimizer 35 then switches to scanning the difference image in search of a null character. When a null character is encountered, the optimizer 35 notes its address as well.
The optimizer 35 returns to the updated-state image with the starting and ending addresses of a sequence of updating characters, which correspond to the starting and ending addresses of the previously referred-to-non-null character sequence in the difference image. Each such updating character in the updated-state image is examined to determine if it is an encoded control character such as a field attribute byte. If so, the character is decoded in a translation table and an appropriate control order is added to the optimized data stream. If the updating character is a data character instead of a control character, the optimizer 35 adds the character to the optimized data stream.
When all updating characters in the sequence have been processed in this manner, the optimizer 35 returns to scanning the difference image again for non-null characters. The above steps are repeated until the entire difference image has been processed. The resulting new data stream reflects only the updating characters instead of the entire contents of the updated-state image.
Some systems 10 may provide for sending an "erase" code to the device 15 independent of the contents of the outgoing data stream 26. In such systems, the optimizer 35 is programmed to remove the erase code.
The new optimized outgoing data stream is handed to the communications program 30 for transmission to the device 15. The updated-state image is retained for use as the new present-state image.
General Sequence for Incoming Data Streams
FIG. 7 shows the general sequence of program instructions for the optimizer 35 for handling incoming data streams.
Using techniques similar to those described above, the optimizer 35 intercepts incoming data streams from the communications program 30. The optimizer 35 parses each incoming data stream to determine which device 15 originated the data stream. The present-state image for that particular device (i.e., the image of the state assumed to exist by the host application 25) is located.
The optimizer's next task is to update the present-state image with the incoming data. Incoming data streams in some systems consist of the contents of a series of data fields, each preceded by the address in the device buffer of the first data (as opposed to control) character in the field because the embedded control code delimiting the beginning of the field (e.g., the field attribute byte) is not included in the data stream.
In such a situation the optimizer 35 finds the corresponding address in the present-state image, namely the address of the first data (as opposed to control) character in that particular field. The optimizer backs up one character in the present-state image, namely to the address of the control character that marks the beginning of the field. It decodes that control character (which is represented in the present-state image by a unique symbol), turns on the MDT flag to indicate that the data in that field have been modified, and re-encodes the control code into the corresponding unique symbol. (In some cases the MDT flag will already be set because the present-state image reflects the host application 25's assumptions about the state of the device buffer, and those assumptions may include the pre-setting of the MDT flag for the field in question.)
The data from the incoming data stream, reflecting the contents of modified fields in the device buffer, are then copied into the succeeding positions in the present-state image. Failure to fill a field in the present-state image completely with incoming data indicates that the terminal device 15 suppressed nulls in the field during transmission. In such event, the image field is filled out with a unique "in-doubt" character to indicate the suppression of nulls.
Each succeeding portion of the incoming data stream, i.e., each modified-field transmission from the device 15, is parsed and added to the present-state image in the same way until the entire data stream has been parsed.
The original incoming data stream is then discarded and the optimizer 35 begins constructing a new incoming data stream to hand back to the host application 25. The optimizer 35 scans the present-state image for the unique symbols indicating control characters such as field attribute bytes.
Each such control character is decoded and examined to determine whether the host application 25 should treat the corresponding data field as having been modified. This will occur either if the corresponding field at the device buffer was actually modified, in which case the new data was received and processed as just described and the MDT flag was turned on by the optimizer 35; or if the host application 25 assumes that the MDT flag for that field was pre-set to begin with.
In either case, a set-buffer-address order corresponding to the address of the field in question is added to the new incoming data stream, followed by the data characters in that field in the present-state image (but not by any trailing in-doubt characters). If the present-state image field contains any trailing in-doubt characters, the entire field is filled with the in-doubt character to ensure that the entire field will cause a mismatch on the next outgoing XOR comparison (FIGS. 6A and 6B) and therefore be transmitted back to the device 15.
When the entire present-state image has been processed in this way, the new data stream, which simulates an unoptimized incoming data stream, is handed to the host application 25.
It will be appreciated by those skilled in the art having the benefit of this disclosure that this invention is believed to be capable of application in other situations. Accordingly, this description is to be construed as illustrative only and as for the purpose of teaching those skilled in the art the manner of carrying out the invention.
It is also to be understood that the form of the invention shown and described is to be taken as the presently preferred embodiment. Various modifications and changes may be made without departing from the spirit and scope of the invention as set forth below in the claims.
For example, the computer could be programmed to perform its imaging comparison on specified portions of the updated- and present-state buffer images instead of on the images as a whole. This might prove useful in situations where the contents of some portions of the remote device buffer are known to be fixed and not subject to modification either by the host or by the device, e.g., where unchanging information is displayed on a terminal screen to prompt the terminal user.
The optimizer can also be used in conjunction with local devices such as those "hard-wired" into the host as well as with remote devices connected to the host by telephone.
A similar imaging technique can be used if the device uses additional buffers to contain other control characters such as character attributes or extended field attributes. The imaging concept can also be extended to devices that support partitioning of a display screen by creating present- and updated-state images for each partition. This could be accomplished, for example, by partitioning the RAM images discussed above. The imaging technique can be adapted for use with programmed symbol buffers for graphics users, for implementing outboard formatting applications, or to handle devices that utilize light pens or magnetic-strip readers attached.
It is intended that the following claims be interpreted to embrace all such modifications and changes.

Claims (6)

    What is claimed is: .[.1. An optimizing system for a telecommunications system that includes
  1. corresponding original symbol..]. 3. .[.The.]. .Iadd.An .Iaddend.optimizing system .[.of claim 1,.]. .Iadd.for a telecommunications systems, said telecommunications system including:
    (A) a host unit which exchanges data streams with a peripheral device, said data streams being routed between said host unit and said peripheral device by a signal routing unit,
    (B) said peripheral device having an addressable buffer whose information contents are modifiable in response to data streams from said host unit,
    (C) said data streams conforming to a protocol that supports the use of a field-attribute character sequence in a data stream to delimit a field in said addressable buffer, and that further supports premodification of a modified-data tag (MDT) in a field attribute character sequence in a data stream, whereby a set MDT indicates a field in said addressable buffer that has been modified, a premodified MDT being referred to hereinafter as a "premodified field flag,"
    (D) said buffer contents including data characters and further including control codes,
    said optimizing system comprising:
    (a) an optimizer connected to control said signal routing unit and programmed:
    (1) to read the information content of a data stream from the host unit prior to the routing of the data stream to the peripheral device;
    (2) to generate an updated-state image representing the information contents of the peripheral device buffer that would be expected to exist after processing by the peripheral device of said data stream;
    (3) to generate a data stream representing any differences in data characters, as well as any differences in control codes, between said updated-state image and a present-state image representing the information available to the optimizer about the present information contents of the peripheral device buffer; and
    (4) to cause said signal routing unit to route the data stream so generated to the peripheral device in lieu of the data stream from the host unit;
    (b) .Iaddend..[.wherein said optimizer is programmed.]. .Iadd.said optimizer being programmed .Iaddend.so that all premodified field flags in
  2. the data stream routed to the peripheral device are turned off. .[.4. An optimizing system for a telecommunications system, said telecommunications system including
    a host unit which exchanges data streams with a peripheral device, said data streams being routed between said host unit and said peripheral device by a signal routing unit,
    said peripheral device having an addressable buffer whose information contents are modifiable in response to data streams from said host unit,
    said buffer contents including data characters and further including control codes,
    said optimizing system comprising:
    a control-code translation table stored in a storage device and containing, for each control code normally represented in a data stream by an original symbol that is also usable to represent a data character, a translated symbol that is not used to represent any data character;
    an optimizer connected to control said signal routing unit and to read said translation table and programmed
    to read the content of an original data stream emanating from the host prior to the routing of the original data stream to the peripheral device;
    to generate an updated-state image,
    said updated-state image representing the information contents of the buffer that would be expected to exist after processing by the peripheral device of said original data stream,
    said optimizer utilizing in said updated-state image generation the translated symbol for any control code having a translated symbol instead of the corresponding original symbol for said control code;
    to generate a modified data stream,
    said modified data stream representing any differences in data characters, as well as any differences in control codes, between said updated-state image and a present-state image representing the information available to the optimizer about the present information contents of the peripheral device buffer,
    the optimizer utilizing in said modified data stream generation the original symbol for any control code having a translated symbol; and
    to cause said signal routing unit to route the modified data stream to the peripheral device in lieu of the original data stream from the host unit..]. .[.5. The optimizing system of claim 4, wherein said optimizer is programmed to incorporate a device-control message in the modified data stream that when processed by the peripheral device, causes a data stream subsequently initiated by the peripheral device to be sent as a data stream representing changes to the peripheral device buffer that were caused at the device since the last data stream initiated by the peripheral device..]. .[.6. A method for optimizing the exchange of data streams between a host unit and a peripheral device,
    said data streams being routed between the host unit and the peripheral device by a signal routing unit,
    said peripheral device having an addressable buffer whose information contents are modifiable in response to data streams from said host unit,
    said buffer contents including data characters and further including control codes,
    said method comprising the steps of:
    reading the information content of a data stream from the host prior to the routing of the data stream to the device;
    generating an image representing the updated state of the buffer, said updated-state being the state that would be expected to exist after processing by the peripheral device of said data stream;
    generating a substitute data stream representing both any differences in data characters and any differences in control codes between said updated-state image and an image representing the information available to the optimizer about the present information content of the peripheral device buffer; and
    sending the substitute data stream so generated to the peripheral device in
  3. lieu of the original data stream..]. .[.7. An optimizing system for a telecommunications system, said telecommunications system including
    a host unit which exchanges data streams with a peripheral device, said data streams being routed between the host unit and the peripheral device by a signal routing unit,
    said peripheral device having an addressable buffer whose information contents are modifiable in response to data streams from said host unit,
    said buffer contents including data characters and further including control codes,
    said optimizing system comprising:
    a control-code translation table, said translation table containing, for each control code normally represented in a data stream by an original symbol that is also usable to represent a data character, a translated symbol that is not used to represent any data character;
    an optimizer connected to control said signal routing unit and to read said translation table and programmed
    to read the content of an original data stream emanating from the host unit prior to the routing of the data stream to the peripheral device;
    to generate an updated-state image,
    said updated-state image representing the information contents of the buffer that would be expected to exist after processing by the peripheral device of said data stream,
    said optimizer utilizing in said updated-state image generation the translated symbol for any control code having a translated symbol instead of the corresponding original symbol for that control code;
    to generate a modified data stream;
    said modified data stream representing any differences in data characters as well as any
    differences in control codes, between said updated-state image and a present-state image representing the information available to the optimizer about the present information content of the peripheral device buffer,
    the computer utilizing in said modified data stream generation the original symbol for any control code having a translated symbol instead of the corresponding translated symbol;
    to cause said signal routing unit to route the modified data stream to the peripheral device in lieu of the original data stream from the host unit;
    to read an incoming data stream from said peripheral device; and
    to update said present-state image to reflect changes signified by said
  4. incoming data stream..]. .[.8. A method for optimizing the exchange of data streams between a host unit and a peripheral device,
    said data streams being routed between the peripheral device and the host unit by a signal routing unit,
    said peripheral device having an addressable buffer whose contents are modified in response to data streams from said host unit,
    said buffer contents including data characters and further including control codes,
    said method comprising the steps of:
    reading the content of a data stream from the host unit prior to the routing of the data stream to the peripheral device;
    generating an image representing the updated state of the buffer, said updated state being the state that would be expected to exist after processing by the peripheral device of said data stream;
    generating a substitute data stream representing both any differences in data characters and any differences in control codes between said updated-state image and an image representing the information available to the optimizer
    about the present information content of the peripheral device buffer,
    sending the data stream so generated to the peripheral device in lieu of the original data stream;
    reading an incoming data stream from said peripheral device; and
    updating said present-state image to reflect changes signified by said incoming data stream..]. .[.9. A modified data stream for transmission in a telecommunications system, said system including:
    a host unit which exchanges data streams with a peripheral device,
    said data streams being routed between the host unit and the peripheral device by a signal routing unit,
    said peripheral device having an addressable buffer whose contents are modifiable in response to data streams from the host unit,
    said buffer contents including data characters and further including control codes,
    said modified data stream produced by a process comprising the steps of:
    reading the information content of a data stream from the host unit prior to the transmission of the data stream to the peripheral device;
    generating an image representing the updated state of the buffer, said updated state being the state that would be expected to exist after processing by the peripheral device of said data stream; and
    generating a modified data stream representing both any differences in data characters and any differences in control codes between (a) said updated-state image and (b) an image representing information known about the present information content of the peripheral device buffer..].
  5. .[. The modified data stream of claim 9 wherein said step of reading the information content of a data stream from the host unit prior to the transmission of the data stream to the peripheral device is performed by a programmed computer..]. .[.11. The modified data stream of claim 9 wherein said step of generating an image representing the updated state of the buffer is performed by a programmable computer..]. .[.12. The modified data stream of claim 9 wherein said step of generating a modified data stream representing both any differences in data characters and any differences in control codes between (a) said updated-state image and (b) an image representing information known about the present information content of the peripheral device buffer, is performed by a programmed computer..]. .[.13. The modified data stream of claim 9 wherein said modified data stream is sent to the peripheral device in lieu of the data
  6. stream from the host unit..]. .Iadd.14. An optimizing system for a telecommunications system, said telecommunications system including:
    (A) a host unit which exchanges data streams with a peripheral device, said data streams being routed between said host unit and said peripheral device by a signal routing unit,
    (B) said peripheral device having an addressable buffer whose information contents are modifiable in response to data streams from said host unit,
    (C) said data streams conforming to a protocol that supports the use of a field attribute character sequence in a data stream to delimit a field in said addressable buffer, and that further supports premodification of a modified-data tag (MDT) in a field attribute character sequence in a data stream, whereby a set MDT indicates a field in said addressable buffer that has been modified, a premodified MDT being referred to hereinafter as a "premodified field flag,"
    (D) said buffer contents including data characters and further including control codes,
    said optimizing system comprising:
    (a) a control-code translation table stored in a storage device and containing, for each control code normally represented in a data stream by an original symbol that is also usable to represent a data character, a translated symbol that is not used to represent any data character;
    (b) an optimizer connected to control said signal routing unit and to read said translation table and programmed:
    (1) to read the content of an original data stream emanating from the host unit prior to the routing of the original data stream to the peripheral device;
    (2) to generate an updated-state image, said updated-state image representing the information contents of the buffer that would be expected to exist after processing by the peripheral device of said original data stream, said optimizer utilizing in said updated-state image generation the translated symbol for any control code having a translated symbol instead of the corresponding original symbol for said control code;
    (3) to generate a substitute data stream, said substitute data stream representing any differences in data characters, as well as any differences in control codes, between said updated-state image and a present-state image representing the information available to the optimizer about the present information contents of the peripheral device buffer, the optimizer utilizing in said substitute data stream generation the original symbol for any control code having a translated symbol; and
    (4) to cause said signal routing unit to route the substitute data stream to the peripheral device in lieu of the original data stream from the host unit;
    (c) wherein said optimizer is programmed to turn off all premodified field flags in the substitute data stream and thereby to incorporate a device-control message in the modified data stream that, when processed by the peripheral device, causes a data stream subsequently initiated by the peripheral device to be sent as a data stream representing changes to the peripheral device buffer that were caused at the device since the last data stream initiated by the peripheral device. .Iaddend.
US07/433,531 1986-02-07 1989-11-06 System for optimizing data transmission associated with addressable buffer devices Expired - Lifetime USRE35110E (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US07/433,531 USRE35110E (en) 1986-02-07 1989-11-06 System for optimizing data transmission associated with addressable buffer devices

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US06/827,767 US4750137A (en) 1986-02-07 1986-02-07 System for optimizing data transmission associated with addressable-buffer devices
US07/433,531 USRE35110E (en) 1986-02-07 1989-11-06 System for optimizing data transmission associated with addressable buffer devices

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US06/827,767 Reissue US4750137A (en) 1986-02-07 1986-02-07 System for optimizing data transmission associated with addressable-buffer devices

Publications (1)

Publication Number Publication Date
USRE35110E true USRE35110E (en) 1995-12-05

Family

ID=25250107

Family Applications (2)

Application Number Title Priority Date Filing Date
US06/827,767 Ceased US4750137A (en) 1986-02-07 1986-02-07 System for optimizing data transmission associated with addressable-buffer devices
US07/433,531 Expired - Lifetime USRE35110E (en) 1986-02-07 1989-11-06 System for optimizing data transmission associated with addressable buffer devices

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US06/827,767 Ceased US4750137A (en) 1986-02-07 1986-02-07 System for optimizing data transmission associated with addressable-buffer devices

Country Status (2)

Country Link
US (2) US4750137A (en)
EP (1) EP0237742A3 (en)

Families Citing this family (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5113354B1 (en) * 1986-02-07 1993-11-09 System for optimizing data transmissions associated with addressable buffer devices
US4837679A (en) * 1986-12-31 1989-06-06 Bmc Software, Inc. System for supporting an ERASE INPUT key with input suppression in a system for optimizing data transmission associated with addressable-buffer devices
EP0283295B1 (en) * 1987-03-20 1993-09-08 Canon Kabushiki Kaisha Data communication system
US4933849A (en) * 1987-07-16 1990-06-12 Pitney Bowes Security system for use with an indicia printing authorization device
WO1990001191A2 (en) * 1988-07-27 1990-02-08 Bmc Software, Inc. Improved data transmission optimizer
US5046025A (en) * 1988-07-27 1991-09-03 Bmc Software, Inc. Data transmission optimizer including multi-pass symbol buffer optimization, trial generation feature and MDT reset voting feature
US5122949A (en) * 1988-07-27 1992-06-16 Bmc Software, Inc. Data transmission optimizer including device-specific attribute elmination
US4937739A (en) * 1988-07-27 1990-06-26 Bmc Software, Inc. Data transmission optimizer, including programmable symbol code point sorting feature
US4928246A (en) * 1988-10-21 1990-05-22 Iowa State University Research Foundation, Inc. Multiple channel data acquisition system
US5896118A (en) * 1988-10-31 1999-04-20 Canon Kabushiki Kaisha Display system
AU634725B2 (en) 1988-10-31 1993-03-04 Canon Kabushiki Kaisha Display system
US5005137A (en) * 1989-01-09 1991-04-02 Bmc Software, Inc. Method for optimizing data streams containing two-byte characters
US4954965A (en) * 1989-02-09 1990-09-04 International Business Machines Corporation Enhanced frame utilization for CSMA/CD communication protocol
US4958378A (en) * 1989-04-26 1990-09-18 Sun Microsystems, Inc. Method and apparatus for detecting changes in raster data
US5086402A (en) * 1989-07-10 1992-02-04 Simware, Inc. Method for high speed data transfer
US5193162A (en) * 1989-11-06 1993-03-09 Unisys Corporation Cache memory with data compaction for use in the audit trail of a data processing system having record locking capabilities
US5245553A (en) * 1989-12-14 1993-09-14 Options Unlimited Research Full-duplex video communication and document generation system
US5228122A (en) * 1990-01-24 1993-07-13 International Business Machines Corporation Method for bypassing user unwanted display screens from a host controlled terminal
US5367674A (en) * 1991-12-13 1994-11-22 International Business Machines Corporation Data stream optimizer utilizing difference coding between a current state buffer and a next state buffer
US5432901A (en) * 1992-01-30 1995-07-11 Bmc Software, Inc. Method of dynamically generating a local format for use by a logical unit in a VTAM-type communications session
US5420965A (en) * 1992-06-05 1995-05-30 Software Projects, Inc. Single pass method of compressing data transmitted to command driven terminal
US5363315A (en) * 1992-06-30 1994-11-08 Motorola, Inc. Method of communications between and within virtual radio interface standard layers
US5528522A (en) * 1992-10-30 1996-06-18 United States Of America Portable radar or beacon emulator
EP0658849A2 (en) * 1993-12-03 1995-06-21 International Business Machines Corporation System and method for improving 3270 data stream performance
US6041351A (en) * 1997-04-17 2000-03-21 Newmoon.Com Network traffic by instruction packet size reduction
US6408347B1 (en) 1998-12-10 2002-06-18 Cisco Technology, Inc. Integrated multi-function adapters using standard interfaces through single a access point
EP1410281A2 (en) 2000-07-10 2004-04-21 BMC Software, Inc. System and method of enterprise systems and business impact management

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5989056A (en) * 1982-11-12 1984-05-23 Fuji Electric Co Ltd Data transmission system
EP0117281A2 (en) * 1982-12-03 1984-09-05 International Business Machines Corporation Updating data processing files
JPS60238976A (en) * 1984-05-11 1985-11-27 Ricoh Co Ltd Image input device
JPS60239143A (en) * 1984-05-11 1985-11-28 Sharp Corp Connecting system between networks
US4587633A (en) * 1982-11-10 1986-05-06 Wang Laboratories, Inc. Management communication terminal system
US4620289A (en) * 1983-04-25 1986-10-28 Texas Instruments Incorporated Video display system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4587633A (en) * 1982-11-10 1986-05-06 Wang Laboratories, Inc. Management communication terminal system
JPS5989056A (en) * 1982-11-12 1984-05-23 Fuji Electric Co Ltd Data transmission system
EP0117281A2 (en) * 1982-12-03 1984-09-05 International Business Machines Corporation Updating data processing files
US4620289A (en) * 1983-04-25 1986-10-28 Texas Instruments Incorporated Video display system
JPS60238976A (en) * 1984-05-11 1985-11-27 Ricoh Co Ltd Image input device
JPS60239143A (en) * 1984-05-11 1985-11-28 Sharp Corp Connecting system between networks

Non-Patent Citations (28)

* Cited by examiner, † Cited by third party
Title
CURSES.TXT Source code listing (ca. 1979), pp. 1 52, Mar. 24, 1989 9:40a (the date on which the listing was printed). *
CURSES.TXT Source code listing (ca. 1979), pp. 1-52, Mar. 24, 1989 9:40a (the date on which the listing was printed).
DataLynx materials (ca. 1984), Bates Nos. 00050 00067. *
DataLynx materials (ca. 1984), Bates Nos. 00050-00067.
Hydra II materials (ca. 1982): Affidavits of Mark E. Brown (Dec. 6, 1988 and Jul. 12, 1989); descriptive materials, Bates Nos. 00008 00013; source code extracts Bates Nos. 00041 00043. *
Hydra II materials (ca. 1982): Affidavits of Mark E. Brown (Dec. 6, 1988 and Jul. 12, 1989); descriptive materials, Bates Nos. 00008-00013; source code extracts Bates Nos. 00041-00043.
IBM 5740 XT8 source code (1977), Bates Nos. 00200 00478 (separately bound). *
IBM 5740-XT8 source code (1977), Bates Nos. 00200-00478 (separately bound).
IBM SPF/MVS description and source code extracts (1980), Bates Nos. 00034 00039. *
IBM SPF/MVS description and source code extracts (1980), Bates Nos. 00034-00039.
IBM Structured Programming Facility (SPF/TSO) manual extracts, Bates Nos. 00097 00115; Version 2.2 Program Logic Manual, pp. 20 21 (1978), Bates Nos. 00882 00889. *
IBM Structured Programming Facility (SPF/TSO) manual extracts, Bates Nos. 00097-00115; Version 2.2 Program Logic Manual, pp. 20-21 (1978), Bates Nos. 00882-00889.
IBM System Productivity Facility Dialog Management Services manual, Order No. SC34 2036 1, File No. S370/4300 39, second edition, Mar. 1981. *
IBM System Productivity Facility Dialog Management Services manual, Order No. SC34-2036-1, File No. S370/4300-39, second edition, Mar. 1981.
Nagel et al., "Programmable Communications Subsystem Having . . . ", from IBM Technical Disclosure Bulletin, vol. 21, No. 7, Dec. 1978, pp. 2633-2645.
Nagel et al., Programmable Communications Subsystem Having . . . , from IBM Technical Disclosure Bulletin, vol. 21, No. 7, Dec. 1978, pp. 2633 2645. *
Ovsyannikov et al., "A method of avoiding duplication of documentary information in enterprise management systems," Soviet Instrumentation and Control Journal, No. 4, Apr. 1971, pp. 6-8, Oxford, G.B.
Ovsyannikov et al., A method of avoiding duplication of documentary information in enterprise management systems, Soviet Instrumentation and Control Journal, No. 4, Apr. 1971, pp. 6 8, Oxford, G.B. *
Sarch, "Protocol Conversion--Product Of Profusion," Data Communications, Jun., 1981, p. 65 et seq.
Sarch, Protocol Conversion Product Of Profusion, Data Communications, Jun., 1981, p. 65 et seq. *
Siegel, The Little Handshake Machines, Datamation, Jun. 15, 1984, at p. 102. *
Simware SIM3278/VTAM materials (ca. 1984): letter from L. Shepardson to D. Kollsky dated Sep. 22, 1989 (Bates Nos. BP04576 BP04577); source code extracts (Bates Nos. BP04578 BP04581); SIM 3278 User s Guide (Bates Nos. BP04582 04583; promotional materials (Bates Nos. BP04584 BP04587); and Data Communications news item (Bates No. BP04588). *
Simware SIM3278/VTAM materials (ca. 1984): letter from L. Shepardson to D. Kollsky dated Sep. 22, 1989 (Bates Nos. BP04576-BP04577); source code extracts (Bates Nos. BP04578-BP04581); SIM 3278 User's Guide (Bates Nos. BP04582-04583; promotional materials (Bates Nos. BP04584-BP04587); and Data Communications news item (Bates No. BP04588).
Special Report, Data Communications, Nov., 1984, pp. 74 et seq. *
UNIX CURSES materials (Bates Nos. 00017 00031, 00087 00096 (1986)). *
UNIX CURSES materials (Bates Nos. 00017-00031, 00087-00096 (1986)).
Wallace et al., "Data-driven operating concepts for real-time simulation systems," IEEE 1985 National Aerospace and Electronics NAECON 1985, vol. 1, pp. 156-163.
Wallace et al., Data driven operating concepts for real time simulation systems, IEEE 1985 National Aerospace and Electronics NAECON 1985, vol. 1, pp. 156 163. *

Also Published As

Publication number Publication date
US4750137A (en) 1988-06-07
EP0237742A3 (en) 1988-02-10
EP0237742A2 (en) 1987-09-23

Similar Documents

Publication Publication Date Title
USRE35110E (en) System for optimizing data transmission associated with addressable buffer devices
US5113354A (en) System for optimizing data transmissions associated with addressable buffer devices
EP0628230B1 (en) System and method for multiplexing data transmissions
KR100359960B1 (en) Computer, data sharing system, and method for maintaining replica consistency
US5884313A (en) System and method for efficient remote disk I/O
EP0348662A2 (en) Object management and delivery system having multiple object-resolution capability
US20030105847A1 (en) System and method for server managed modification of operating system data stored within a network device
EP0235199A1 (en) Communication protocol selection for data processing system.
JPH09244936A (en) Management method and system for shared data file
JPH0352262B2 (en)
JPH05505266A (en) Telecommunications interface device and method
JPH0152948B2 (en)
US20050256836A1 (en) HTML file processing technique
US4837679A (en) System for supporting an ERASE INPUT key with input suppression in a system for optimizing data transmission associated with addressable-buffer devices
US5046025A (en) Data transmission optimizer including multi-pass symbol buffer optimization, trial generation feature and MDT reset voting feature
CA2088426A1 (en) Vtam mapping-type optimizer
US5784578A (en) Method and system for enhancing the efficiency of data communication between a terminal device and a host computer having an optimizer
GB2078465A (en) Data retrieval apparatus
CN111158776B (en) Smooth restarting method of Web application protection system
EP0394385A1 (en) Improved data transmission optimizer
KR920007392A (en) Data processing method of LAN with multiple NOS
KR100368721B1 (en) Device and method of remote memory access channel for network virtual memory
JPH07168775A (en) Data transfer system
JPH01291553A (en) Individual communication system for mesh network
JPH10289235A (en) Electronic mail device

Legal Events

Date Code Title Description
FPAY Fee payment

Year of fee payment: 12