WO2005041525A1 - Method, system and program product for communicating over a network - Google Patents

Method, system and program product for communicating over a network Download PDF

Info

Publication number
WO2005041525A1
WO2005041525A1 PCT/EP2004/052464 EP2004052464W WO2005041525A1 WO 2005041525 A1 WO2005041525 A1 WO 2005041525A1 EP 2004052464 W EP2004052464 W EP 2004052464W WO 2005041525 A1 WO2005041525 A1 WO 2005041525A1
Authority
WO
WIPO (PCT)
Prior art keywords
rules
message
server
client
messages
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.)
Ceased
Application number
PCT/EP2004/052464
Other languages
English (en)
French (fr)
Inventor
Matt Hogstrom
Anthony Tuel
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.)
IBM United Kingdom Ltd
International Business Machines Corp
Original Assignee
IBM United Kingdom Ltd
International Business Machines 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 IBM United Kingdom Ltd, International Business Machines Corp filed Critical IBM United Kingdom Ltd
Priority to JP2006536079A priority Critical patent/JP2007515699A/ja
Publication of WO2005041525A1 publication Critical patent/WO2005041525A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/02Network architectures or network communication protocols for network security for separating internal from external traffic, e.g. firewalls
    • H04L63/0227Filtering policies
    • 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/214Monitoring or handling of messages using selective forwarding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/14Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic
    • H04L63/1408Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic by monitoring network traffic
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols

Definitions

  • the invention relates generally to cornmunicating over a network, and more specifically, to a method, system and program product that classify messages on a client before sending the messages to a server for processing.
  • a server is often shared by numerous users that are performing various operations. Frequently, it is desirable to assign different priorities and/or groupings for processing messages that are communicated to the server in conjunction with these operations. For example, a first group of one or more users may be performing operations on a server that are expected to have a quick response time (e.g., obtaining stock quotes), while a second group of one or more users may be performing operations that do not require a quick response time and/or take up a large number of server resources. Ideally, the server will assign a different priority for the operations. For example, the operations that do not require a quick response time could be assigned a lower priority so that the performance of these operations does not interfere with the operations that require a quick response time. Additionally, when a lot of server resources are consumed by an operation, the number of these operations that are being processed could be limited so that the server does not deadlock.
  • a thread may accept connections from various clients, and store the corresponding messages in a queue.
  • One or more additional threads may then be used to decode and classify the messages and place the classified messages in the corresponding processing queues.
  • various threads for processing the messages can obtain the messages from their own processing queue, and process the messages.
  • Requiring the server to declassify messages has several drawbacks.
  • information for classifying the message may be contained within several protocol layers for transporting the message (e.g., HyperText Transport Protocol (HTTP), Internet Inter-Object Request Broker (ORB) Protocol (HOP), etc.).
  • HTTP HyperText Transport Protocol
  • ORB Internet Inter-Object Request Broker
  • HOP Internet Inter-Object Request Broker
  • nearly the entire message must be decoded to properly classify the message.
  • some messages may not be classified resulting in reduced performance. For these messages, this decoding may be performed unnecessarily.
  • an additional thread is RSW030188
  • an additional queue for decoding and classifying messages adds additional response time for messages that wait in the queue for processing, and requires synchronization between the threads that are accepting connections and those performing the classification.
  • the present invention provides a method, system and program product for communicating over a network.
  • a server generates a set (i.e., one or more) of rules for classifying messages.
  • the set of rules is provided to clients for use when communicating with the server, and the client's set of rules can be periodically synchronized with the set of rules on the server.
  • the client Before the client communicates a message to the server, the client can classify the message using the set of rules. Messages can be sent, for example, over different ports according to the message classification. In this case, the server can separately monitor multiple ports for messages, and process the messages accordingly.
  • the present invention provides an improved solution for classifying messages for processing on a server.
  • a first aspect of the present invention provides a method of communicating over a network, the method comprising: obtaining a set of rules for classifying messages on a client; providing a message on the client to be sent to a server; classifying the message on the client based on the set of rules; and sending the message to the server based on the message classification.
  • a second aspect of the present invention provides a method of communicating over a network, the method comprising: creating a set of rules for classifying messages; providing the set of rules to a client; and separately monitoring on a server for RSW030188
  • classified messages having one of a plurality of message classifications based on the set of rules.
  • a third aspect of the present invention provides a system for communicating over a network, the system comprising: a rules system for managing a set of rules for classifymg messages; an update system for providing the set of rules to a client; and a plurality of monitoring systems, wherein each monitoring system monitors for messages having a unique message classification.
  • a fourth aspect of the present invention provides a program product stored on a recordable medium for cornmunicating over a network, which when executed comprises: program code for managing a set of rules for classifying messages; program code for providing the set of rules to a client; and program code for separately monitoring a plurality of ports on a server for classified messages.
  • FIG. 1 shows an illustrative system for communicating over a network according to one embodiment of the present invention
  • FIG. 2 shows an illustrative data flow between the systems according to another embodiment of the present invention.
  • FIG. 3 shows an illustrative message being sent to the server according to still another embodiment of the present invention.
  • the present invention provides a method, system and program product for communicating over a network.
  • a server generates a set (i.e., one or more) of rules for classifying messages.
  • the set of rules is provided to clients for use when communicating with the server, and the client's set of rules can be periodically synchronized with the set of rules on the server.
  • the client Before the client communicates a message to the server, the client can classify the message using the set of rales. Messages can be sent, for example, over different ports according to the message classification. In this case, the server can separately monitor multiple ports for messages, and process the messages accordingly.
  • the present invention provides an improved solution for classifying messages for RSW030188
  • FIG. 1 shows an illustrative system 10 for communicating over a network 13.
  • server 12 and client 26 communicate over network 13 using cornr ⁇ unication systems 28A-B, respectively.
  • network 13 can comprise any type of communications link.
  • network 13 can comprise an addressable connection in a client-server (or server-server) environment that may utilize any combination of wireline and/or wireless transmission methods.
  • server 12 and client 26 may utilize conventional network connectivity, such as Token Ring, Ethernet, WiFi or other conventional communications standards.
  • network 13 can comprise any type of network, including the Internet, a wide area network (WAN), a local area network (LAN), a virtual private network (VPN), etc.
  • connectivity could be provided by conventional TCP/IP sockets-based protocol, and client 26 could utilize an Internet service provider to establish connectivity to server 12.
  • server 12 generally includes central processing unit (CPU) 14, memory 16, input output (I/O) interface 18, bus 20, external I O devices/resources 22, and a storage unit 24.
  • CPU 14 may comprise a single processing unit, or be distributed across one or more processing units in one or more locations, e.g., on a client and server.
  • Memory 16 may comprise any known type of data storage and/or transmission media, including magnetic media, optical media, random access memory (RAM), read-only memory (ROM), a data cache, a data object, etc.
  • Storage unit 24 may comprise any type of data storage for providing storage for information necessary to carry out the present invention as described below. As such, storage unit 24 may include one or more storage devices, such as a magnetic disk drive or an optical disk drive.
  • memory 16 and or storage unit 24 may reside at a single physical location, comprising one or more types of data storage, or be distributed across a plurality of physical systems in various forms. Further, memory 16 and/or storage unit 24 can include data distributed across, for example, a LAN, WAN or a storage area network (SAN) (not shown).
  • LAN local area network
  • WAN wide area network
  • SAN storage area network
  • I/O interface 18 may comprise any system for exchanging information to/from an external source.
  • I/O devices 22 may comprise any known type of external device, including speakers, a CRT, LED screen, handheld device, keyboard, mouse, voice recognition system, speech output system, printer, monitor/display, facsimile, pager, etc.
  • Bus 20 provides a communication link between each of the components in server 12 and likewise may comprise any known type of transmission link, including electrical, optical, wireless, etc.
  • additional components such as cache memory, communication systems, system software, etc., may be incorporated into server 12.
  • server 12 comprises any type of computing device capable of communicating with one or more other computing devices (e.g., client 26).
  • client 26 can comprise any type of computing device, such a server, a desktop computer, a laptop, a handheld device, a mobile phone, a pager, a personal data assistant, etc.
  • client 26 typically includes the same elements as shown in server 12 (e.g., CPU, memory, I O interface, etc.). These have not been separately shown and discussed for brevity. It is understood, however, that if client 26 is a handheld device or the like, a display could be contained within client 26, and not as an external I/O device 22 as shown for server 12.
  • FIG. 16 Shown stored in memory 16 and on client 26 are communication systems 28A-B for communicating between server 12 and client 26 over network 13. Further, a plurality of processing systems 36 are shown in memory 16 of server 12 and a plurality of programs 42 are shown on client 26. In general, a program 42 generates a message that is to be communicated to server 12 for processing by a processing system 36. Once processing of the message is complete, processing system 36 may send a response message to program 42.
  • communication system 28A on server 12 is shown including a rules system 30, an update system 32, and a set (one or more) of monitoring systems 34
  • communication system 28B is shown including a classification system 38 and a maintenance system 40.
  • each monitoring system 34 monitors for messages of a unique message classification, and forwards any messages received to a corresponding processing system 36.
  • Rules system 30 can be used to manage a set of rules for communicating classified messages from client 26 to server 12, and update system 32 can provide the set of rules to maintenance system 40 for use on client 26.
  • classification system 38 can reference the set of rules to determine how to classify the message before sending it to server 12.
  • sets of rules 44A-B are stored on server 12 and client 26, respectively (e.g., on a storage unit 24 (FIG. 1)).
  • Each set of rules 44A-B includes one or more rules for classifying messages, and each rule specifies how to classify one or more messages based on one or more attributes of the message. Consequently, set of rules 44B is used by client 26 to classify messages that are sent to server 12.
  • Messages can be classified using any attribute of the message, including for example, one or more attributes of program 42 that is sending the message, the content of the message, the client 26 from which the message is being sent, the processing system 36 processing the message, or the like.
  • a rule can comprise a message type and the classification information that corresponds with the message type. In this case, each message having a RSW030188
  • An administrator 48 can manage set of rules 44A using rules system 30.
  • rules system 30 can provide an interface that allows administrator 48 to create, delete, modify, view, etc. one or more rules in set of rules 44A.
  • Set of rules 44B on client 26 comprises a copy of set of rules 44 A that was obtained from server 12 at a particular time. For example, when client 26 has not yet acquired a set of rules 44B from server 12, maintenance system 40 can obtain a copy of set of rules 44A from update system 32 and store it as set of rules 44B.
  • set of rules 44B can be periodically synchronized with set of rules 44A.
  • maintenance system 40 can periodically request an updated set of rules 44B from server 12.
  • set of rules 44B can include a date and/ or time after which an updated set of rules 44B should be obtained. After this time, maintenance system 40 can request an updated set of rules 44B from update system 32.
  • maintenance system 40 can request an updated set of rales 44B after a set time interval, at the same time every day, etc. In either case, client 26 can periodically synchronize its clock with server 12 to ensure that set of rules 44B is updated appropriately.
  • update system 32 can broadcast one or more updates to set of rules 44A to client 26 for use as set of rules 44B periodically, after administrator 48 modifies set of rules 44A, or when administrator 48 requests that an updated set of rules 44A should be sent.
  • update system 32 can provide the current set of rules 44A to maintenance system 40.
  • update system 32 can provide a set of modifications made to set of rules 44A since set of rules 44B was previously synchronized, and/or a new date and/or time after which an updated set of rules is to be obtained (e.g., when no modifications were made to set of rules 44A).
  • set of rules 44B can further include a version or the like that identifies the particular set of rules 44B that is being updated with the current set of rules 44A, and maintenance system 40 can communicate the version to update system 32.
  • maintenance system 40 can provide the date/time that set of rules 44B was previously obtained. In either case, update system 32 can determine the necessary modifications and provide them to maintenance system 40.
  • classification system 38 can classify the message based on set of rules 44B. In particular, classification system 38 can determine one or more attributes of the message, and determine if a rule in set of rules 44B matches the one or more attributes. If a rule is present, classification system 38 can classify the message according to the cor- RSW030188
  • classification system 38 can leave the message as unclassified. For example, classification system 38 can analyze the message to dete ⁇ nine a message type, and then dete ⁇ nine if a rule that corresponds to the determined message type is present in set of rules 44B. When a rule is found, the message can be classified according to the classification information in the rule, otherwise the message can remain unclassified. In either case, the message is communicated to server 12.
  • set of rules 44B can include a date and/or time after which an updated set of rules should be obtained. Classification system 38 can also access the date and/or time to determine whether set of rules 44B can continue to be used for classifying messages. For example, if set of rules 44B contains a date/time that has passed, classification system 38 can stop using set of rules 44B, rather than risk that one or more rules are no longer in use on server 12. Similarly, while set of rules 44B is being updated by maintenance system 40, classification system 38 can be prevented from accessing set of rules 44B. In either case, classification system 38 can send any message as unclassified to server 12.
  • Messages sent by client 26 are received by one of monitoring systems 34.
  • Each monitoring system 34 can monitor for and receive messages having a unique message classification.
  • the monitoring system 34 can provide the message to a corresponding processing system 36 for processing the message.
  • a server 12 can include a monitoring system 34 for receiving unclassified messages, which can also provide messages to a processing system 36 for processing unclassified messages. While a particular processing system 36 might only process messages from a single monitoring system 34, it is understood that any relationship between monitoring systems 34 and processing systems 36 is possible.
  • Monitoring systems 34 and/or processing systems 36 can also be configured based on set of rules 44 A. For example, when administrator 48 creates a rule that includes a new message classification, rules system 30 can start an additional monitoring system 34 to monitor for messages having the new message classification, and an additional processing system 36 for processing the messages. To this extent, similar to maintenance system 40, rales system 30 can periodically synchronize the configuration of monitoring systems 34 and/or processing systems 36 with set of rules 44A. For example, the configuration of monitoring systems 34 can be synchronized at the same time that set of rules 44B indicates that it should be updated. In this manner, it can be assured that the configuration of monitoring systems 34 on server 12 matches the set of rules 44B that is being used on client 26.
  • FIG. 3 shows an illustrative message 50 being sent to server 12 after being RSW030188
  • set of rules 44B includes a plurality of rules 52A-C, in which each rule 52A-C includes a message type 54 for the attribute of the message and a corresponding port number 56 for the classification information.
  • Message 50 can be received by classification system 38 specifying that it should be sent over the default port.
  • classification system 38 can determine its message type.
  • Classification system 38 can then determine if the message type 54 for a rule 52A-C matches the message type of message 50. When a match is found, classification system 38 can change the port for message 50 to the port number 56 in the matching rule 52A-C.
  • message 50 is shown having a message type equal to two and specifying a default port of 2809. The message type matches the message type 54 for rule 52B in set of rules 44B. Consequently, the port for message 50 is set to the port number 56 for rule 52B, e.g., port 2807.
  • message 50 is sent to server 12.
  • client 26 does not have a connection with server 12 for the port number (e.g., port 2807)
  • communication systems 28A-B (FIG. 1) can first open a connection for the port. Once the connection is established, message 50 can be sent to server 12.
  • server 12 can include a plurality of monitoring systems 34A-D, in which each monitoring system 34A-D separately monitors the ports for messages 50 having a unique message classification, e.g., sent over a unique port number. Further, each monitoring system 34A-D provides messages 50 received over the port number to a unique processing system 36A-D for processing the particular message classification, e.g., message type.
  • messages 50 of a particular message classification are efficiently forwarded to the processing system 36A-D that processes messages of the particular message classification.
  • message 50 is shown sent over port 2807, which is being monitored by monitoring system 34B.
  • monitoring system 34B When message 50 is received by monitoring system 34B, it is provided to processing system 36B, which processes messages having a message type of two.
  • processing system 36B can send a response message back to client 26 using the same port, e.g., port 2807.
  • Server 12 is also shown including a monitoring system 34D, which monitors the default port (e.g., port 2809). Monitoring system 34D forwards messages 50 received on the default port to a processing system 36D that can process messages 50 in any message classification (e.g., any type). This allows clients 26 that do not have a current set of rules 44B and/or a classification system 38 (e.g., previous versions of communication system 28B (FIG. 1)) to continue to successfully communicate with server 12 without using the message classification capability. Further, client 26 may bypass classification system 38 for some messages 50. For example, when a message 50 is part of a short lived connection (e.g., only a single message), the message 50 may be more efficiently sent over the default port, for which client 26 may already have an RSW030188
  • monitoring systems 34A-D are shown and discussed, it is understood that the separate systems could be interpreted as a single monitoring system 34 that monitors a plurality of ports using, for example, a unique thread for each port.
  • the present invention can be realized in hardware, software, or a combination of hardware and software. Any kind of computer/server system(s) - or other apparatus adapted for carrying out the methods described herein - is suited.
  • a typical combination of hardware and software could be a general-purpose computer system with a computer program that, when loaded and executed, carries out the respective methods described herein.
  • a specific use computer e.g., a finite state machine
  • containing specialized hardware for carrying out one or more of the functional tasks of the present invention could be utilized.
  • the present invention can also be embedded in a computer program product, which comprises all the respective features enabling the implementation of the methods described herein, and which - when loaded in a computer system - is able to carry out these methods.
  • Computer program, software program, program, or software in the present context mean any expression, in any language, code or notation, of a set of instructions intended to cause a system having an information processing capability to perform a particular function either directly or after either or both of the following: (a) conversion to another language, code or notation; and/or (b) reproduction in a different material form.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer And Data Communications (AREA)
PCT/EP2004/052464 2003-10-27 2004-10-07 Method, system and program product for communicating over a network Ceased WO2005041525A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006536079A JP2007515699A (ja) 2003-10-27 2004-10-07 ネットワークを介して通信するための方法、システム、およびプログラム

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/694,141 US20050091322A1 (en) 2003-10-27 2003-10-27 Method, system and program product for communicating over a network
US10/694,141 2003-10-27

Publications (1)

Publication Number Publication Date
WO2005041525A1 true WO2005041525A1 (en) 2005-05-06

Family

ID=34522535

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP2004/052464 Ceased WO2005041525A1 (en) 2003-10-27 2004-10-07 Method, system and program product for communicating over a network

Country Status (6)

Country Link
US (1) US20050091322A1 (https=)
JP (1) JP2007515699A (https=)
KR (1) KR20060093724A (https=)
CN (1) CN1875597A (https=)
TW (1) TW200515745A (https=)
WO (1) WO2005041525A1 (https=)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7565445B2 (en) * 2004-06-18 2009-07-21 Fortinet, Inc. Systems and methods for categorizing network traffic content
US8892737B2 (en) * 2006-03-06 2014-11-18 Vmware, Inc. Network sniffer for performing service level management
CN100425039C (zh) * 2006-04-06 2008-10-08 中国科学院计算技术研究所 标志集合式两维报文分类及查找方法和设备
CN101841546B (zh) * 2010-05-17 2013-01-16 华为技术有限公司 一种规则匹配方法、装置及系统
US9021043B2 (en) * 2010-09-28 2015-04-28 Microsoft Technology Licensing Llc Message gateway with hybrid proxy/store-and-forward logic
CN106789587B (zh) * 2016-12-28 2021-05-18 国家计算机网络与信息安全管理中心 一种云计算环境下可靠消息的通信装置及方法
WO2025233953A1 (en) * 2024-05-06 2025-11-13 Indian Institute Of Science Authenticating messages prior to transmission from a main system to a plurality of subsystems

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6101541A (en) * 1998-04-21 2000-08-08 International Business Machines Corporation Active polling by network LDAP directory
US20020078192A1 (en) * 2000-08-01 2002-06-20 Stefan Kopsell Cookie manager for control of cookie transfer in internet client-server computer systems
US20020083214A1 (en) * 2000-12-27 2002-06-27 International Business Machines Corporation Protocol adapter framework for integrating non-IIOP applications into an object server container
US20030152035A1 (en) * 2002-02-08 2003-08-14 Pettit Steven A. Creating, modifying and storing service abstractions and role abstractions representing one or more packet rules

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3490473B2 (ja) * 1993-02-17 2004-01-26 松下電器産業株式会社 プロセッサ間通信システム
JPH10254843A (ja) * 1997-03-06 1998-09-25 Hitachi Ltd クロスバスイッチ、該クロスバスイッチを備えた並列計算機及びブロードキャスト通信方法
US5933849A (en) * 1997-04-10 1999-08-03 At&T Corp Scalable distributed caching system and method
US6161130A (en) * 1998-06-23 2000-12-12 Microsoft Corporation Technique which utilizes a probabilistic classifier to detect "junk" e-mail by automatically updating a training and re-training the classifier based on the updated training set
JP3929186B2 (ja) * 1998-09-18 2007-06-13 三菱電機株式会社 クライアント/サーバシステム
US6449251B1 (en) * 1999-04-02 2002-09-10 Nortel Networks Limited Packet mapper for dynamic data packet prioritization
US6895249B2 (en) * 2000-07-14 2005-05-17 Qualcomm Incorporated Method and apparatus for broadcasting position location data in a wireless communication system
US7318040B2 (en) * 2002-09-17 2008-01-08 International Business Machines Corporation Predicting and adjusting users' working hours and electronic calendar events
US7200636B2 (en) * 2002-11-01 2007-04-03 Sun Microsystems, Inc. Method and apparatus for applying personalized rules to e-mail messages at an e-mail server
US7299261B1 (en) * 2003-02-20 2007-11-20 Mailfrontier, Inc. A Wholly Owned Subsidiary Of Sonicwall, Inc. Message classification using a summary
US20050090251A1 (en) * 2003-10-07 2005-04-28 Ravi Kuchibhotla Apparatus and method for shared network

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6101541A (en) * 1998-04-21 2000-08-08 International Business Machines Corporation Active polling by network LDAP directory
US20020078192A1 (en) * 2000-08-01 2002-06-20 Stefan Kopsell Cookie manager for control of cookie transfer in internet client-server computer systems
US20020083214A1 (en) * 2000-12-27 2002-06-27 International Business Machines Corporation Protocol adapter framework for integrating non-IIOP applications into an object server container
US20030152035A1 (en) * 2002-02-08 2003-08-14 Pettit Steven A. Creating, modifying and storing service abstractions and role abstractions representing one or more packet rules

Also Published As

Publication number Publication date
CN1875597A (zh) 2006-12-06
US20050091322A1 (en) 2005-04-28
KR20060093724A (ko) 2006-08-25
TW200515745A (en) 2005-05-01
JP2007515699A (ja) 2007-06-14

Similar Documents

Publication Publication Date Title
US11088984B2 (en) System and method for enabling real-time eventing
US7831734B2 (en) Method and system for remote configuration of network devices
JP6935496B2 (ja) メッセージングプロトコル通信の管理
US7571444B2 (en) Method, system and program product for managing events
US10331504B2 (en) Method and system for extending application programming interfaces
US11277369B1 (en) Message queue architecture and interface for a multi-application platform
US9548897B2 (en) Network entity registry for network entity handles included in network traffic policies enforced for a provider network
JP5104489B2 (ja) 分散イベント検出システム、分散イベント検出方法、及び分散イベント検出用プログラム
US20130304912A1 (en) Enterprise service bus deployment at the level of individual services
US20220201024A1 (en) Modeling Topic-Based Message-Oriented Middleware within a Security System
CN114598659B (zh) 规则库优化方法和装置
CN118827680B (zh) 数据处理方法及系统
US7552215B2 (en) Method, system, and computer program product for supporting a large number of intermittently used application clusters
CN113079098A (zh) 路由更新的方法、装置、设备和计算机可读介质
AU2024318097A1 (en) System and method for dynamic routing and scalable management of endpoint device communications
WO2005041525A1 (en) Method, system and program product for communicating over a network
US9043415B2 (en) Managing a subscription hierarchy in presence systems
CN113760481A (zh) 一种分布式定时任务调度系统和方法
Serpanos et al. IoT System Architectures
US11663058B1 (en) Preemptive filtering of events of an event bus with a deterministic filter
US9479599B2 (en) Reroute of a web service in a web based application
Geier et al. Improving the deployment of multi-tenant containerized network function acceleration
US11856048B2 (en) System and method for deferring data retrieval
US20260037273A1 (en) Continuous Container Utilization System and Method
EP4642008A1 (en) Method of managing messages

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200480031630.X

Country of ref document: CN

AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG 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 NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): BW GH GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PL PT RO SE SI SK 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
WWE Wipo information: entry into national phase

Ref document number: 2006536079

Country of ref document: JP

WWE Wipo information: entry into national phase

Ref document number: 1020067007982

Country of ref document: KR

122 Ep: pct application non-entry in european phase