WO2002039229A2 - Method and system for providing messaging to multiple clients - Google Patents

Method and system for providing messaging to multiple clients Download PDF

Info

Publication number
WO2002039229A2
WO2002039229A2 PCT/US2001/048484 US0148484W WO0239229A2 WO 2002039229 A2 WO2002039229 A2 WO 2002039229A2 US 0148484 W US0148484 W US 0148484W WO 0239229 A2 WO0239229 A2 WO 0239229A2
Authority
WO
WIPO (PCT)
Prior art keywords
client
host
server
report message
datagram
Prior art date
Application number
PCT/US2001/048484
Other languages
French (fr)
Other versions
WO2002039229A3 (en
Inventor
Nir Leibovich
Michael J. Parness
Original Assignee
The Trend Fund Corp.
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 The Trend Fund Corp. filed Critical The Trend Fund Corp.
Priority to AU2002239617A priority Critical patent/AU2002239617A1/en
Publication of WO2002039229A2 publication Critical patent/WO2002039229A2/en
Publication of WO2002039229A3 publication Critical patent/WO2002039229A3/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/02Details
    • H04L12/16Arrangements for providing special services to substations
    • H04L12/18Arrangements for providing special services to substations for broadcast or conference, e.g. multicast
    • H04L12/1813Arrangements for providing special services to substations for broadcast or conference, e.g. multicast for computer conferences, e.g. chat rooms
    • H04L12/1818Conference organisation arrangements, e.g. handling schedules, setting up parameters needed by nodes to attend a conference, booking network resources, notifying involved parties
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/21Monitoring or handling of messages
    • H04L51/224Monitoring or handling of messages providing notification on incoming messages, e.g. pushed notifications of received messages

Definitions

  • This invention relates generally to a computer-based method and a system for providing alert reports to multiple clients that have established a connection with a server host. Automated registration and de-registration of the clients for the alert reports is also provided.
  • an application may allow users to monitor financial markets, and to place trades for stocks and the like (e.g., day trading). In such a case, it is helpful for the user to be informed of news reports that may affect the market.
  • some application providers generate news messages that appear on the user's computer screen. For example, this may be achieved using an e-mail program such as Simple Mail Transfer Protocol (SMTP) or other application-level e-mail program, to e- mail messages to the users.
  • SMTP Simple Mail Transfer Protocol
  • e-mail may experience a delay of several minutes, and consume resources of the server host and the network by sending a separate copy of the message to each recipient.
  • e-mail is handled by various e-mail servers on the Internet, and there is no guarantee that the e-mail will arrive within a certain amount of time since they are not under the control of the e-mail sender. In many cases where time is critical, these delays and uncertainties are unacceptable.
  • members log onto a chat room to exchange messages.
  • the method and system should provide essentially instant messaging, where the full control of all aspects of the alert delivery is placed in the sender's hands.
  • the method and system should provide automatic registration and de-registration of the users, and efficiently use server and network resources.
  • the method and system should use a multicast distribution scheme to send messages to the clients that takes advantage of the existing connection between the server and the clients.
  • the method and system should also enable the users to link to a relevant web site to obtain additional information regarding the subject of the report.
  • the present invention provides a method and system having the above and other advantages.
  • connections may be made according to the Transmission Control Protocol(TCP)/Internet Protocol (IP).
  • TCP Transmission Control Protocol
  • IP Internet Protocol
  • this is achieved by encoding the reports in datagrams, e.g., using the User Datagram Protocol (UDP)/IP, that are multicast to the clients using the IP addresses of the clients that were obtained from the previously- established connections.
  • UDP is a connectionless transport layer protocol.
  • IP is a network layer protocol.
  • the system includes a client and server component which share a well-defined protocol.
  • the client component is capable of deciphering multicast messages and representing the message content to the user.
  • the server component provides a common client registration and message multicast point. The server relays all messages to all currently-registered clients. For simplicity, clients of the system do not originate messages, since they exist to provide a notification to the clients.
  • client registration is automatically achieved by simply completing the connection between the client and server, e.g., using TCP/IP
  • client deregistration is automatically achieved by simply disconnecting from the server, e.g., closing the TCP/IP connection.
  • the client is always active and registered whenever it is executed by the user.
  • the client only deregisters if the user exits the application.
  • FIG. 1 is a diagram representing a system architecture in accordance with the present invention
  • FIG. 2 is a flow diagram showing a process of registering and de-registering clients at a server in accordance with the present invention
  • FIG. 3 is a flow diagram showing a process of generating and multicasting alert report messages at a server in accordance with the present invention.
  • FIG. 4 is a flow diagram showing a process of receiving and displaying alert report messages at a client in accordance with the present invention.
  • FIG. 1 is a diagram representing a system architecture in accordance with the present invention.
  • the system includes a server 110 that coimnunicates with a number of clients, such as an example client 150, via a computer network 105 such as the Internet.
  • the server also communicates with other clients/users that are not specifically shown.
  • An administrator interface 120 communicates with the server 110 to provide information regarding the alert reports.
  • the interface 120 may include a keyboard that enables an administrator to type in a report to convey breaking news or other information to the currently-connected clients.
  • the reports may include announcements and tips, usually during the stock market hours.
  • Such reports may include "We think there is a large upside to buying XYZ stock at $66 a share”, "The market is oversold, look for a bounce by lunchtime hours", or "The biotech newsletter issue of the month has been posted on the site.”
  • the ability to keep clients informed in this manner with time-sensitive alerts is important in enabling the site to attract clients, often on a paying basis.
  • the invention may use a single transaction protocol, wherein a message transaction is provided by an alert report generator 112 that comprises, in an example embodiment, an ASCII text subject line that mentions the subject of the alert, an ASCII field separator, and a URL that provides a reference to further information for the subject.
  • a relevant URL may be associated with a report, e.g., based on a manual input by the administrator. For example, the message "GE to post earnings" may be associated with the URL "www.ge.com”.
  • the reports e.g., alerts, may be sent by the administrator via a simple on-screen form that is provided by the application. Any administrator with access to the form can type in and send the alert. Moreover, the alerts can be sent at anytime there is something to tell the clients.
  • a client registration function 114 automatically registers each client when the client connects to the server. The IP address of the client is obtained during the establishment of the TCP/IP connection and stored for subsequent use. There is no need for storage of the IP addresses to be maintained external to the running server process.
  • a multicast function 116 distributes any alert reports to the currently- connected (registered) clients as soon as the reports are received from the administrator.
  • the reports are multicast as UDP datagrams using the existing TCP/IP connection established during the initial registration.
  • UDP/IP is a connectionless service that provides quick delivery without the need for overhead processes such as congestion control and confirmation of delivery that connection-oriented services such as TCP provide.
  • IP multicast on the server side each client connection is also a multicast listener on the server. Input is provided to all client connections through the UDP packet containing the message, and the message is then written to the client connection and subsequently displayed on the user's desktop.
  • a web site function 118 provides content that the clients may access. For example, for a day trading web site application, the web site function 118 may provide realtime displays of stock market data, access to research, and so forth.
  • the example client 150 includes a user interface 160 such as a keyboard that allows the user to type in commands to connect to the web site offered by the server 110. Typically, this is achieved using a browser function 152 that runs an Internet browser.
  • a timestamp function 154 appends a timestamp to all received alert reports.
  • An alert report processor 156 processes and displays the data to the user, e.g., on a display 170, by appending a message transactions subject line to a text display that is presented to the user.
  • the subject line or a portion thereof is underlined to indicate further information is available to the user by clicking on the subject text. That is, the subject line provides a hyperlink to an address (URL) such as a web page that provides further information regarding the subject of the report.
  • the display is part of the client application, which may be a Microsoft WindowsTM application that contains a text widget (also referred to as a list box) which supports representing textual data to the user.
  • the client display supports directing the user to the URL contained in the message transaction, e.g., at a designated web site 180, by automating the user's preferred browser installed on the user's computer. This automation may be activated, e.g., whenever the user clicks on the underlined subject text in the client's on-screen text display.
  • FIG. 2 is a flow diagram showing a process of registering and de-registering clients at a server in accordance with the present invention.
  • a determination is made as to whether the server has established a connection with a new client. If so, the new client is registered (210), and a record of registered clients is updated, including client IP addresses (220).
  • the establishment of a connection between the server and the client may be achieved using the TCP three-way handshaking process, as known to those skilled in the art.
  • no specific action is required by the client to become registered.
  • FIG. 3 is a flow diagram showing a process of generating and multicasting alert report messages at a server in accordance with the present invention.
  • a determination is made as to whether a new alert report has been issued, e.g., by the site administrator. If so, an alert report message is generated as described above and provided in one or more UDP datagrams (310).
  • the IP addresses of the currently registered clients are obtained (320), and the UDP datagrams are multicast to the currently-registered clients based on their IP addresses (330).
  • the process is repeated as subsequent alert reports are issued such that the alert reports are multicast to all currently-registered clients.
  • FIG. 4 is a flow diagram showing a process of receiving and displaying alert report messages at a client in accordance with the present invention.
  • the client requests a connection with the server (400), e.g., using TCP/IP.
  • the client browses the website (410) until a new alert report is received from the server (420).
  • the alert report message is processed, e.g., by adding a time stamp and processing the received UDP datagrams (430) to recover the subject line and URL, and a display of the subject line of the message with a hyperlink is provided (440).
  • the client may use its browser to select the hyperlink, and thereby comiect to the hyperlinked website (450).
  • the present invention provides a method and system for transmitting alert report messages from a server to a number of clients that are currently connected to the server.
  • a client application connects to the server via TCP/IP and maintains the connection.
  • An alert report administrator issues an alert by sending an alert report message to the server.
  • This message is then multicast simultaneously to all registered clients.
  • the multicast and receipt of the messages is performed over the TCP/IP connection that was established during the initial registration.
  • a connectionless transport protocol such as UDP is used (e.g. UDP/IP).
  • UDP personal computer
  • That report includes a date/time stamp, a brief message subject, and a URL. If the user clicks on, or otherwise selects, the alert report, the client navigates the user's pre-existing web browser application to the URL identified in the alert report message.

Abstract

A method and system are disclosed for providing a uniform multicast messaging service such that a brief message concerning a particular subject is simultaneously issued from a server to multiple clients. The message also includes a reference to further detailed information regarding the subject, e.g., in the form of a Uniform Ressource Locator (URL). The system includes a client (150) and server (110) component. A client application connects to the server (110) via TCP/IP and maintains the connection. An alert report administrator (112) issues an alert by sending an alert report message to the server. This message is then multicast simultaneously to all registered clients. In particular, the multicast and receipt of the messages is performed over the TCP/IP connection that was established during the initial registration. However, a connectionless transport protocol such as UDP is used. At the client (150), the alert report is processed to provide a notification on the user's PC display (170). The alert notification takes the form of a detailed report that is displayed to the user. That report includes a date/time stamp, a brief message subject, and a URL. If the user clicks on, or otherwise selects, the alert report, the client navigates the user's pre-existing web browser application (152) to the URL identified in the alert report message.

Description

METHOD AND SYSTEM FOR PROVIDING MESSAGING TO MULTIPLE CLIENTS
BACKGROUND OF THE INVENTION This invention relates generally to a computer-based method and a system for providing alert reports to multiple clients that have established a connection with a server host. Automated registration and de-registration of the clients for the alert reports is also provided.
The proliferation of computer networks, including the Internet, has resulted in the development of numerous network applications that provide useful information for news, entertainment, education and other purposes. For example, an application may allow users to monitor financial markets, and to place trades for stocks and the like (e.g., day trading). In such a case, it is helpful for the user to be informed of news reports that may affect the market. Conventionally, some application providers generate news messages that appear on the user's computer screen. For example, this may be achieved using an e-mail program such as Simple Mail Transfer Protocol (SMTP) or other application-level e-mail program, to e- mail messages to the users. However, the users must sign up for such a service by providing the server host with the e-mail address, and typically other identifying information, such as name, address and so forth. Moreover, e-mail may experience a delay of several minutes, and consume resources of the server host and the network by sending a separate copy of the message to each recipient. In particular, e-mail is handled by various e-mail servers on the Internet, and there is no guarantee that the e-mail will arrive within a certain amount of time since they are not under the control of the e-mail sender. In many cases where time is critical, these delays and uncertainties are unacceptable. In another approach, members log onto a chat room to exchange messages.
However, this requires the user to actively monitor the chat room. Moreover, such systems are designed for user-to-user messages, rather than multicast of a message (with a link) to all users at once.
Accordingly, it would be desirable to provide a method and system for providing reports (messages) from a server host to multiple users at respective client hosts at the same time that avoids the delays and uncertainties of conventional e-mail. The method and system should provide essentially instant messaging, where the full control of all aspects of the alert delivery is placed in the sender's hands. The method and system should provide automatic registration and de-registration of the users, and efficiently use server and network resources. The method and system should use a multicast distribution scheme to send messages to the clients that takes advantage of the existing connection between the server and the clients. The method and system should also enable the users to link to a relevant web site to obtain additional information regarding the subject of the report.
The present invention provides a method and system having the above and other advantages.
SUMMARY OF THE INVENTION Accordingly, it is an object of this invention to solve the problems with existing systems described above.
It is an object of the invention to provide a method and system for automatically registering and de-registering clients at a server to receive messages such as alert reports upon the establishment and termination, respectively, of connections between the clients and the server. For example, such connections may be made according to the Transmission Control Protocol(TCP)/Internet Protocol (IP).
It is another object of the invention to provide a method and system for communicating an alert report from the server to the currently-registered clients simultaneously without repeating the alert report. Preferably, this is achieved by encoding the reports in datagrams, e.g., using the User Datagram Protocol (UDP)/IP, that are multicast to the clients using the IP addresses of the clients that were obtained from the previously- established connections. UDP is a connectionless transport layer protocol. IP is a network layer protocol.
These objects and other advantages are provided by a method and system for providing a uniform multicast messaging service wherein a brief message, concerning a subject matter and containing a reference to further detailed information, may be simultaneously issued to multiple clients. The system includes a client and server component which share a well-defined protocol. The client component is capable of deciphering multicast messages and representing the message content to the user. The server component provides a common client registration and message multicast point. The server relays all messages to all currently-registered clients. For simplicity, clients of the system do not originate messages, since they exist to provide a notification to the clients.
Moreover, client registration is automatically achieved by simply completing the connection between the client and server, e.g., using TCP/IP, while client deregistration is automatically achieved by simply disconnecting from the server, e.g., closing the TCP/IP connection.
Thus, the client is always active and registered whenever it is executed by the user. The client only deregisters if the user exits the application.
BRIEF DESCRIPTION OF THE DRAWINGS For a fuller understanding of the invention, reference is made to the following description taken in connection with the accompanying drawings, in which:
FIG. 1 is a diagram representing a system architecture in accordance with the present invention;
FIG. 2 is a flow diagram showing a process of registering and de-registering clients at a server in accordance with the present invention; FIG. 3 is a flow diagram showing a process of generating and multicasting alert report messages at a server in accordance with the present invention; and
FIG. 4 is a flow diagram showing a process of receiving and displaying alert report messages at a client in accordance with the present invention.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The preferred embodiments of the invention are now described with reference to the drawings in the figures.
FIG. 1 is a diagram representing a system architecture in accordance with the present invention. The system includes a server 110 that coimnunicates with a number of clients, such as an example client 150, via a computer network 105 such as the Internet. The server also communicates with other clients/users that are not specifically shown. An administrator interface 120 communicates with the server 110 to provide information regarding the alert reports. For example, the interface 120 may include a keyboard that enables an administrator to type in a report to convey breaking news or other information to the currently-connected clients. For instance, for a server that provides a day-trader application to enable clients to buy and sell stocks, the reports may include announcements and tips, usually during the stock market hours. Such reports may include "We think there is a large upside to buying XYZ stock at $66 a share", "The market is oversold, look for a bounce by lunchtime hours", or "The biotech newsletter issue of the month has been posted on the site." The ability to keep clients informed in this manner with time-sensitive alerts is important in enabling the site to attract clients, often on a paying basis. The invention may use a single transaction protocol, wherein a message transaction is provided by an alert report generator 112 that comprises, in an example embodiment, an ASCII text subject line that mentions the subject of the alert, an ASCII field separator, and a URL that provides a reference to further information for the subject. A relevant URL may be associated with a report, e.g., based on a manual input by the administrator. For example, the message "GE to post earnings" may be associated with the URL "www.ge.com". The reports, e.g., alerts, may be sent by the administrator via a simple on-screen form that is provided by the application. Any administrator with access to the form can type in and send the alert. Moreover, the alerts can be sent at anytime there is something to tell the clients. A client registration function 114 automatically registers each client when the client connects to the server. The IP address of the client is obtained during the establishment of the TCP/IP connection and stored for subsequent use. There is no need for storage of the IP addresses to be maintained external to the running server process.
A multicast function 116 distributes any alert reports to the currently- connected (registered) clients as soon as the reports are received from the administrator. In particular, the reports are multicast as UDP datagrams using the existing TCP/IP connection established during the initial registration. UDP/IP is a connectionless service that provides quick delivery without the need for overhead processes such as congestion control and confirmation of delivery that connection-oriented services such as TCP provide. With IP multicast on the server side, each client connection is also a multicast listener on the server. Input is provided to all client connections through the UDP packet containing the message, and the message is then written to the client connection and subsequently displayed on the user's desktop.
A web site function 118 provides content that the clients may access. For example, for a day trading web site application, the web site function 118 may provide realtime displays of stock market data, access to research, and so forth. The example client 150 includes a user interface 160 such as a keyboard that allows the user to type in commands to connect to the web site offered by the server 110. Typically, this is achieved using a browser function 152 that runs an Internet browser.
A timestamp function 154 appends a timestamp to all received alert reports. An alert report processor 156 processes and displays the data to the user, e.g., on a display 170, by appending a message transactions subject line to a text display that is presented to the user. The subject line or a portion thereof is underlined to indicate further information is available to the user by clicking on the subject text. That is, the subject line provides a hyperlink to an address (URL) such as a web page that provides further information regarding the subject of the report. The display is part of the client application, which may be a Microsoft Windows™ application that contains a text widget (also referred to as a list box) which supports representing textual data to the user.
The client display supports directing the user to the URL contained in the message transaction, e.g., at a designated web site 180, by automating the user's preferred browser installed on the user's computer. This automation may be activated, e.g., whenever the user clicks on the underlined subject text in the client's on-screen text display.
FIG. 2 is a flow diagram showing a process of registering and de-registering clients at a server in accordance with the present invention. At decision block 200, a determination is made as to whether the server has established a connection with a new client. If so, the new client is registered (210), and a record of registered clients is updated, including client IP addresses (220). The establishment of a connection between the server and the client may be achieved using the TCP three-way handshaking process, as known to those skilled in the art. When the connection is established, e.g., using a TCP segment with the bit SYN=1, both the server and the client allocate buffers and variables to the connection. Advantageously, no specific action is required by the client to become registered. At decision block (230), a determination is made as to whether a connection with the client has been terminated (either by the server or client). If so, the terminated client is de-registered (240), and the record of registered clients is updated accordingly (220). Again, no action is required by the client to terminate the registration once the connection terminates. When the connection ends, the resources allocated by the server and client are de-allocated. For example, to close the connection, the client or server may send a special TCP segment with the bit FLN=l.
Moreover, there is no need for the server to store the registration information of the clients after their registration has been terminated since the clients will be re-registered when they subsequently re-connect to the server.
FIG. 3 is a flow diagram showing a process of generating and multicasting alert report messages at a server in accordance with the present invention. At decision block 300, a determination is made as to whether a new alert report has been issued, e.g., by the site administrator. If so, an alert report message is generated as described above and provided in one or more UDP datagrams (310). The IP addresses of the currently registered clients are obtained (320), and the UDP datagrams are multicast to the currently-registered clients based on their IP addresses (330). The process is repeated as subsequent alert reports are issued such that the alert reports are multicast to all currently-registered clients.
FIG. 4 is a flow diagram showing a process of receiving and displaying alert report messages at a client in accordance with the present invention. When the user desires to browse the web site or other information offered by the server, the client requests a connection with the server (400), e.g., using TCP/IP. The client browses the website (410) until a new alert report is received from the server (420). The alert report message is processed, e.g., by adding a time stamp and processing the received UDP datagrams (430) to recover the subject line and URL, and a display of the subject line of the message with a hyperlink is provided (440). The client may use its browser to select the hyperlink, and thereby comiect to the hyperlinked website (450).
Accordingly, it can be seen that the present invention provides a method and system for transmitting alert report messages from a server to a number of clients that are currently connected to the server. In a particular embodiment, a client application connects to the server via TCP/IP and maintains the connection. An alert report administrator issues an alert by sending an alert report message to the server. This message is then multicast simultaneously to all registered clients. In particular, the multicast and receipt of the messages is performed over the TCP/IP connection that was established during the initial registration. However, a connectionless transport protocol such as UDP is used (e.g. UDP/IP). At the client, the alert report is processed to provide a notification on the user's personal computer (PC) display. The alert notification takes the form of a report that is displayed to the user. That report includes a date/time stamp, a brief message subject, and a URL. If the user clicks on, or otherwise selects, the alert report, the client navigates the user's pre-existing web browser application to the URL identified in the alert report message. While the invention has been described and illustrated in connection with preferred embodiments, many variations and modifications as will be evident to those skilled in this art may be made without departing from the spirit and scope of the invention, and the invention is thus not to be limited to the precise details of methodology or construction set forth above as such variations and modification are intended to be included within the scope of the invention.

Claims

1. A method for use by a server host for providing a report message from a server host to a plurality of client hosts in a computer network, comprising: receiving respective request messages from the client hosts to establish respective connections between the client hosts and the server host; said request messages comprising respective addresses of the client hosts in the network; maintaining the addresses of the client hosts obtained from the respective request messages for use by a process running at the server host; wherein, upon establishing the connection, the process automatically registers the client hosts to receive the report message when generated; upon the generation of the report message, forming at least one datagram that carries the report message; and communicating the at least one datagram to the registered client hosts using a multicast transmission that is configured in accordance with the maintained addresses.
2. The method of claim 1, comprising: automatically de-registering the client hosts upon termination of their comiection from receiving further report messages generated at the server host.
3. The method of claim 2, wherein: the automatic de-registering of the client hosts is achieved without a de- registration request from the client hosts.
4. The method of claim 1, wherein: the automatic registering of the client hosts is achieved without a registration request from the client hosts.
5. The method of claim 1 , wherein: the connections are established using a connection-oriented transport protocol.
6. The method of claim 5, wherein: the connection-oriented transport protocol comprises a Transmission Control Protocol (TCP).
7. The method of claim 6, wherein: the connections are established using a network layer Internet Protocol (IP).
8. The method of claim 1 , wherein: the at least one datagram is communicated to the registered client hosts using a connectionless transport protocol.
9. The method of claim 8, wherein: the connectionless transport protocol comprises a User Datagram Protocol.
10. The method of claim 9, wherein: the at least one datagram is communicated to the registered client hosts using a network layer Internet Protocol (IP).
11. The method of claim 1 , wherein: the at least one datagram is adapted to be used by the client hosts to provide a display of the report message.
12. The method of claim 1 , wherein: the report message comprises a text field, and a related network address; and said text field provides a hyperlink to the related network address.
13. The method of claim 12, wherein: the at least one datagram is adapted to be used by the client hosts to provide a display of the report message, and to hyperlink to the related network address.
14. A server host apparatus for providing a report message from a server host to a plurality of client hosts in a computer network, comprising: a client registration function for receiving respective request messages from the client hosts to establish respective connection between the client hosts and the server host, said request messages comprising respective addresses of the client hosts in the network, and for maintaining the addresses of the client hosts obtained from the respective request messages for use by a process running at the server host; wherein, upon establishing the connection, the process automatically registers the client hosts to receive the report message when generated; and a multicast function for forming, upon the generation of the report message, at least one datagram that carries the report message, and for communicating the at least one datagram to the registered client hosts using a multicast transmission that is configured in accordance with the maintained addresses.
15. A method for registering a client host to receive a report message from a server host in a computer network, comprising: providing a request message from the client host to the server host to establish a connection therebetween; wherein: said request message comprises an address of the client host in the network; the address of the client host is obtained from the request message and maintained at the server host for use by a process running at the server host; upon establishing the connection, the process automatically registers the client host to receive the report message when generated; upon the generation of the report message, the server host forms at least one datagram that carries the report message; and the at least one datagram is communicated to the registered client host using a multicast transmission that is configured in accordance with the maintained address; and processing the at least one datagram at the client host after receipt thereat to provide a display of a text field of the report message.
16. The method of claim 15, wherein: the client host is automatically de-registering from receiving further report messages generated at the server host when the client host's connection is terminated.
17. The method of claim 16, wherein : the automatic de-registering of the client host at the server host is achieved without a de-registration request from the client host.
18. The method of claim 15 , wherein : the automatic registering of the client host at the server host is achieved without a registration request from the client host.
19. The method of claim 15, wherein: the connection is established using a connection-oriented transport protocol.
20. The method of claim 19, wherein: the connection-oriented transport protocol comprises a Transmission Control Protocol (TCP).
21. The method of claim 20, wherein: the connection is established using a network layer Internet Protocol (IP).
22. The method of claim 15 , wherein : the at least one datagram is communicated to the registered client host using a connectionless transport protocol.
23. The method of claim 22, wherein: the connectionless transport protocol comprises a User Datagram Protocol.
24. The method of claim 23, wherein: the at least one datagram is communicated to the registered client host using a network layer Internet Protocol (IP).
25. The method of claim 15, wherein: the report message comprises a related network address; and said text field provides a hyperlink to the related network address.
26. A client host in a computer network, comprising: a browser function for providing a request message to a server host in the computer network to establish a comiection therebetween; wherein: said request message comprises an address of the client host in the network; the address of the client host obtained from the request message is maintained at the server host for use by a process running at the server host; upon establishing the connection, the process automatically registers the client hosts to receive a report message from the server host when generated; upon the generation of the report message, the server host forms at least one datagram that carries the report message; and the at least one datagram is communicated to the registered client host using a multicast transmission that is configured in accordance with the maintained address; and a report processor for processing the at least one datagram after receipt thereof to provide a display of a text field of the report message.
PCT/US2001/048484 2000-10-30 2001-10-30 Method and system for providing messaging to multiple clients WO2002039229A2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU2002239617A AU2002239617A1 (en) 2000-10-30 2001-10-30 Method and system for providing messaging to multiple clients

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US70216100A 2000-10-30 2000-10-30
US09/702,161 2000-10-30

Publications (2)

Publication Number Publication Date
WO2002039229A2 true WO2002039229A2 (en) 2002-05-16
WO2002039229A3 WO2002039229A3 (en) 2002-08-22

Family

ID=24820089

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2001/048484 WO2002039229A2 (en) 2000-10-30 2001-10-30 Method and system for providing messaging to multiple clients

Country Status (2)

Country Link
AU (1) AU2002239617A1 (en)
WO (1) WO2002039229A2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1560363A1 (en) * 2004-01-29 2005-08-03 AT&T Corp. Instant message mass update generated from website
EP1952294A2 (en) * 2005-10-06 2008-08-06 Vergence Entertaiment LLC Substantially simultaneous alerts and use thereof in intermittent contests
US7698368B2 (en) 2003-12-12 2010-04-13 International Business Machines Corporation Body-less email for asynchronous chat-like communications and email-chat integration
EP2282460A1 (en) * 2008-06-12 2011-02-09 Huawei Technologies Co., Ltd. Document transmission realizing method, apparatus and user device for message business

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5740549A (en) * 1995-06-12 1998-04-14 Pointcast, Inc. Information and advertising distribution system and method
US5870556A (en) * 1996-07-12 1999-02-09 Microsoft Corporation Monitoring a messaging link
US5892909A (en) * 1996-09-27 1999-04-06 Diffusion, Inc. Intranet-based system with methods for co-active delivery of information to multiple users

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5740549A (en) * 1995-06-12 1998-04-14 Pointcast, Inc. Information and advertising distribution system and method
US5870556A (en) * 1996-07-12 1999-02-09 Microsoft Corporation Monitoring a messaging link
US5892909A (en) * 1996-09-27 1999-04-06 Diffusion, Inc. Intranet-based system with methods for co-active delivery of information to multiple users

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7698368B2 (en) 2003-12-12 2010-04-13 International Business Machines Corporation Body-less email for asynchronous chat-like communications and email-chat integration
EP1560363A1 (en) * 2004-01-29 2005-08-03 AT&T Corp. Instant message mass update generated from website
EP1952294A2 (en) * 2005-10-06 2008-08-06 Vergence Entertaiment LLC Substantially simultaneous alerts and use thereof in intermittent contests
EP1952294A4 (en) * 2005-10-06 2010-08-18 Vergence Entertainment Llc Substantially simultaneous alerts and use thereof in intermittent contests
EP2282460A1 (en) * 2008-06-12 2011-02-09 Huawei Technologies Co., Ltd. Document transmission realizing method, apparatus and user device for message business
EP2282460A4 (en) * 2008-06-12 2011-06-29 Huawei Tech Co Ltd Document transmission realizing method, apparatus and user device for message business

Also Published As

Publication number Publication date
WO2002039229A3 (en) 2002-08-22
AU2002239617A1 (en) 2002-05-21

Similar Documents

Publication Publication Date Title
US11790448B2 (en) System and method for communicating with an electronic exchange in an electronic trading environment
US6907447B1 (en) Method and apparatus for providing an instant message notification
US6763384B1 (en) Event-triggered notification over a network
US8606859B2 (en) Method and system to communicate messages in a computer network
US6857006B1 (en) Multimedia direct communication system linked with HTTP protocol
US9760946B1 (en) Methods and apparatus for detecting gaps in a sequence of messages, requesting missing messages and/or responding to requests for messages
AU777806B2 (en) Method and apparatus for anonymous subject-based addressing
US10535099B2 (en) Financial market trading system
US7251695B2 (en) Computer network communication method and apparatus
US7096262B2 (en) Apparatus and method for asymmetric electronic commerce transactions
WO2002039229A2 (en) Method and system for providing messaging to multiple clients
KR20010077148A (en) Method for sending/receiving email and the attached file
CN100375426C (en) Method and system for providing information about requested order form
JP2010055237A (en) Im interlocked comment system
JP2004536390A (en) How to exchange data and user interface components
CN1588414A (en) Method and its use of realizing e-mail service based on internet address technology
KR20010073256A (en) Electronic mail system

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ OM PH PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

AK Designated states

Kind code of ref document: A3

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ OM PH PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A3

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
121 Ep: the epo has been informed by wipo that ep was designated in this application
REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP