WO2008045078A1 - SystÈme de serveur informatique comprenant un module de regroupement de bases de donnÉes fournissant des fonctions de rÉtablissement de connectivitÉ de bases de donnÉes et procÉDÉs connexes - Google Patents

SystÈme de serveur informatique comprenant un module de regroupement de bases de donnÉes fournissant des fonctions de rÉtablissement de connectivitÉ de bases de donnÉes et procÉDÉs connexes Download PDF

Info

Publication number
WO2008045078A1
WO2008045078A1 PCT/US2006/040060 US2006040060W WO2008045078A1 WO 2008045078 A1 WO2008045078 A1 WO 2008045078A1 US 2006040060 W US2006040060 W US 2006040060W WO 2008045078 A1 WO2008045078 A1 WO 2008045078A1
Authority
WO
WIPO (PCT)
Prior art keywords
database
module
unresponsive
processing
modules
Prior art date
Application number
PCT/US2006/040060
Other languages
English (en)
Inventor
Nathan Provo
Harshad N. Kamat
Original Assignee
Teamon Systems, 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 Teamon Systems, Inc. filed Critical Teamon Systems, Inc.
Priority to PCT/US2006/040060 priority Critical patent/WO2008045078A1/fr
Priority to EP06816864A priority patent/EP2074801A1/fr
Priority to CA2652807A priority patent/CA2652807C/fr
Publication of WO2008045078A1 publication Critical patent/WO2008045078A1/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • G06F9/5033Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering data affinity
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/50Indexing scheme relating to G06F9/50
    • G06F2209/5011Pool
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/50Indexing scheme relating to G06F9/50
    • G06F2209/503Resource availability

Definitions

  • COMPUTER SERVER SYSTEM INCLUDING A DATABASE POOL MODULE PROVIDING DATABASE CONNECTIVITY RECOVERY FEATURES AND
  • the present invention relates to the field of computer server systems and, more particularly, to server systems using databases for storing user data and related methods .
  • Databases are widely used for facilitating data organization and access. As electronic commerce continues to grow, so too does the need for robust databases that are always on and always available to prospective users. For example, many Internet-based merchants rely on database systems to provide product information and track customer orders, inventory, and other important information. Downtime for such databases means lost sales and, thus, lost revenues for the merchants. [0003] Databases are also used for more than just product sales. Communications systems, such as electronic mail (email systems) , that route data across the Internet also rely on databases to store user account information to determine the appropriate parameters for sending data to a given users.
  • electronic mail electronic mail
  • an email relay system may include a mail user agent (MUA) , which is an application that uses a technique called polling to relay messages from the mail server to the mail program at a user' s computer or mobile wireless communications device.
  • a MUA is a program running either on a user' s personal computing device (mobile or stationary) , or on a shared email relay server that checks for new mail on behalf of a multitude of such users. More particularly, polling is the retrieval of incoming messages from other users at the mail server and delivery of these messages to the user's mailbox.
  • an email relay server it is important that the databases which maintain email data (e.g., account information, lists of previously received emails, etc.) for respective users be constantly available so that email forwarding can continue without interruption.
  • FIG. 1 is a schematic block diagram of a communications system in accordance with one exemplary embodiment including a computer server system.
  • FIGS. 2 and 3 are schematic block diagrams of exemplary method aspects.
  • FIG. 4 is a state diagram illustrating exemplary operational states of the computer server system of FIG. 1.
  • FIG. 5 is a schematic block diagram illustrating exemplary components of a mobile wireless communications device for use with the system of FIG. 1.
  • a computer server system may include a plurality of database modules for storing user data for a plurality of users, and at least one processing module comprising a plurality of processing threads for processing jobs for users based upon respective user data.
  • the server system may further include a database pool module connected between the plurality of database modules and the at least one processing module. More particularly, the database pool module may be for selectively connecting the processing threads to corresponding database modules including respective user data for jobs to be processed, and determining when a database module becomes unresponsive and terminating processing thread connections to the unresponsive database module based thereon.
  • the database pool module may also be for determining when the unresponsive database module becomes responsive and restoring processing thread connectivity thereto based thereon.
  • the processing threads may process user electronic mails (email) jobs.
  • the database modules may comprise email database modules, for example.
  • the database pool module may advantageously continue to selectively connect the processing threads to responsive database modules while the unresponsive database module remains unresponsive.
  • the database pool module may further initiate a recovery- process for the unresponsive database module.
  • the database pool module may determine when the unresponsive database module becomes responsive by- connecting a connectivity test processing thread to the unresponsive database module, and determining if the connection for the connectivity test processing thread is released by the unresponsive database.
  • the database pool module may determine database module unresponsiveness based upon a connection timeout threshold.
  • the connection timeout threshold may be greater than about three minutes.
  • a communications system may include a server system, such as the one described briefly above, as well as a wireless communications network and a plurality of wireless communications devices. Each wireless communications device may be associated with a respective user for receiving job results from said processing threads via said wireless communications network.
  • a method aspect is for accessing a plurality of database modules for storing user data for a plurality of users. The method may include providing a plurality of processing threads for processing jobs for users based upon respective user data, and selectively connecting processing threads to corresponding database modules including respective user data for jobs to be processed. The method may further include determining when a database module becomes unresponsive and terminating processing thread connections to the unresponsive database module based thereon, and determining when the unresponsive database module becomes responsive and restoring processing thread connectivity thereto based thereon.
  • a related computer-readable medium may have computer-executable modules including a plurality of database modules for storing user data for a plurality of users, and at least one processing module comprising a plurality of processing threads for processing jobs for users based upon respective user data.
  • the computer- readable medium may further include a database pool module connected between said plurality of database modules and said at least one processing module.
  • the ' database pool module may be for selectively connecting said processing threads to corresponding database modules including respective user data for jobs to be processed, determining when a database module becomes unresponsive and terminating processing thread connections to said unresponsive database module based thereon, and determining when said unresponsive database module becomes responsive and restoring processing thread connectivity thereto based thereon.
  • a wireless communications system 30 illustratively includes a computer server system 21 connected to the Internet 22.
  • a wireless communications network 23 such as a cellular network, for example, is also illustratively connected to the Internet 22, and a plurality of wireless communications devices 24a-24n communicate via the wireless communications network, as will be appreciated by those skilled in the art.
  • LAN wireless local area network
  • more than one such network may also be used, although a single network is shown for clarity of illustration.
  • the wireless communications devices 24a-24n are email capable devices that are associated with a respective user and can send and receive emails via the wireless communications network 23 and the Internet 22, as will also be understood by those skilled in the art.
  • the computer server system 21 in the present example is an email relay server that illustratively includes a processing module 25 which functions as a mail user agent (MUA) for forwarding emails from respective user email boxes 27a- 27n on email provider systems 28a-28n (e.g., ISP or corporate email providers) to corresponding wireless communications devices 24a-24n.
  • the computer server system 21 and processing module 25 may be used for processing other types of jobs and forwarding the job results to the wireless communications devices 24a-24n.
  • job results need not be provided to the wireless communications devices 24a-24n in all embodiments.
  • the computer server system could be used as an e-commerce Web server for processing e-commerce jobs (purchases, etc.) for users via Internet 22.
  • the processing module 25 illustratively includes a plurality of processing threads 29a-29n for processing jobs (i.e., email jobs) for users based upon respective user data stored in database modules 26a-26n.
  • the database modules 26a-26n may each support a certain number of system users and store pertinent information for sending emails to the wireless communications devices 24a-24n for the users from the user email boxes 27a-27n.
  • several thousand (or tens of thousands) users may be assigned to a given database module 26.
  • the database modules 26a-26n may store user account information, which may include email addresses, login identification and password information for the email accounts hosted by the email providers 28a-28n. Moreover, the modules 26a-26n may also store corresponding device identification information for use in directing forwarded emails to the appropriate devices 24a-24n, such as PIN and International Mobile Equipment Identity (IMEI) numbers, as will be understood by those skilled in the art. Additionally, the database modules may also store copies of previously retrieved/forwarded emails or lists thereof for comparison with emails in the user email boxes 27a-27n for periodically detecting new emails in the boxes, for example. Of course, the database modules 26a-26n may be used for storing other types of data in different embodiments .
  • user account information may include email addresses, login identification and password information for the email accounts hosted by the email providers 28a-28n.
  • the modules 26a-26n may also store corresponding device identification information for use in directing forwarded emails to the appropriate devices 24a-24n, such as PIN and International Mobile Equipment Identity (IMEI) numbers,
  • database modules or partitions are sometimes unexpectedly subject to failures or outages.
  • an outage of the entire system due to database failure could result in an very large amount of backlogged or potentially lost email traffic.
  • processing threads 29a-29n attempting to access the affected email module (s) would be tied up until the database connection ultimately timed out. This, in turn, could result in a severe system slow down or crash in a worst-case scenario.
  • the computer server system 21 further illustratively includes a database pool module 30. More particularly, the database pool module 30 is illustratively connected between the plurality of database modules 26a-26n and the processing module 25. Generally speaking, the database pool module 30 manages connections between the processing threads 29a-29n and the database modules 26a-26n so that large numbers of processing threads do not get tied up waiting for a database module that is experiencing an outage. [0023] The operational aspects of the database pool module 30 will now be further described with reference to FIGS. 2 and 3.
  • the database pool module 30 selectively connects processing threads 29a-29n to the corresponding database modules 26a-26n that include the respective user data for the jobs to be processed, at Block 41.
  • processing thread 29a requires access to information for a user that is assigned to the database module 26a
  • the database pool module 30 will open a connection between the two in response to a request by the processing thread for access to the database module.
  • the database pool module 30 also performs monitoring operations to determine when a database module becomes unresponsive, at Block 42.
  • the database pool module 30 may determine unresponsiveness by monitoring connections between the processing threads 29a-29n and database modules 26a-26n and determining when a connection timeout threshold for a given database module has been exceeded, at Block 50' . That is, when the connection timeout threshold has been exceeded, it means that the given database module 26 has not processed the operation requested by the corresponding processing thread 29 and released the connection back to the pool.
  • the connection timeout threshold may be on the order of a few minutes, preferably greater than about three minutes, and, more preferably, about five minutes, although other timeout thresholds may also be used.
  • the database pool module 30 makes a determination that a given database module 26 is unresponsive, the database pool module terminates processing thread connections to the unresponsive database module, at Block 43. More particularly, the database pool module 30 may terminate all open connections to the unresponsive database 26, although in some embodiments one or more connections may be left open, as will be discussed further below.
  • the database pool module 30 preferably continues to selectively connect processing threads 29a- 29n to database modules 26a-26n that are responsive, so that only processing jobs requiring the unresponsive database module (s) are delayed (Block 43')- That is, the database pool module 30 helps keep processing threads 29a-29n and database module connections from being wasted on an unresponsive database module 26, and instead keeps these resources directed to processing jobs that can be completed, as will be appreciated by those skilled in the art.
  • the database pool module 30 may further advantageously initiate a recovery process for the unresponsive database module 26, at Block 51' .
  • recovery processes operations that the database pool module 30 may initiate may include a reboot or re-initialization of the unresponsive database module software, sending a notification to a system administrator, etc.
  • the database pool module 30 also continues to monitor the status of the unresponsive database module 26 to determine when it becomes responsive again, at Block 44.
  • the database pool module 30 may allow a connectivity test processing thread 29 to be connected to the unresponsive database module, at Block 52' .
  • this connectivity test processing thread could be the next thread 29 that attempts to open a connection to the unresponsive database, which the database pool module allows so that it can determine whether the unresponsive database module 26 releases the connection, at Block 53' .
  • the database pool module 30 can restore full (or increased) processing thread connectivity thereto, at Block 45, thus concluding the illustrated method (Block 46) .
  • the database pool module 30 could allow an existing connection to remain open as the connectivity test processing thread (e.g., the last thread connected) rather than terminating all thread connections and then opening a new one in some embodiments.
  • the database pool module may repeat connecting another connectivity test processing thread to the unresponsive database 26 and monitor the connection status thereof until a connection is finally released.
  • the connectivity test processing thread need not be an actual job thread 29 from the processing module 25 in all embodiments. That is, the database pool module 30 may also have one or more processing threads that it uses for connectivity test purposes .
  • the various modules of the computer server system 21 may be implemented using both hardware and software components. Moreover, these components may be included in a single server, or distributed among a plurality of servers. Thus, although shown separately for clarity of illustration, the processing module 25 and database pool module 30 may share the same hardware processing components. Moreover, the computer server system 21 is also scaleable, i.e., more than one processing module 25 and database pool module 30 may be used in different embodiments. [0030] Turning now to FIG. 4, further operational aspects of an email ready server system including a plurality of database pools will be understood, with reference to an exemplary implementation thereof.
  • a timeout threshold is introduced that is large enough such that a query on a "working" connection will not be interrupted, yet will help ensure that the component will recover in a finite amount of time.
  • a connection pool has two states, namely a working (or responsive) state, and a recovering (or unresponsive) state.
  • connection pool state diagram shown in FIG. 4 has two working states, namely an available connection state 60 and a waiting for connection state 61. There are also two recovering states, namely a failed state 62 and a checking connection state 63. Initially, all pools are in a working state. A pool transitions from working to recovering if all connections in the pool have been blocked for the timeout period. At this time all threads will be unblocked, exceptions thrown, and all connections disposed of, at Block 64. Once in the recovering state, preferably only one request at a time is processed and a new connection is used. For all other requests an exception will be thrown, at Block 65. The transition back to a working state occurs when a connection has been used and returned to the pool within the timeout period (i.e., five minutes) .
  • the states are further described in Table 1, below.
  • the first code portion (Code Portion 1) is for getting connections
  • the second code portion (Code Portion 2) is for allocating new connections
  • the third code portion (Code Portion 3) is for releasing connections back to the pool once a database has been restored.
  • Connection grab a connection from free list.
  • startTime current time
  • the device 1000 illustratively includes a housing 1200, a keypad 1400 and an output device 1600.
  • the output device shown is a display 1600, which is preferably a full graphic LCD. Other types of output devices may alternatively be utilized.
  • a processing device 1800 is contained within the housing 1200 and is coupled between the keypad 1400 and the display 1600. The processing device 1800 controls the operation of the display 1600, as well as the overall operation of the mobile device 1000, in response to actuation of keys on the keypad 1400 by the user.
  • the housing 1200 may be elongated vertically, or may take on other sizes and shapes (including clamshell housing structures) .
  • the keypad may include a mode selection key, or other hardware or software for switching between text entry and telephony entry.
  • FIG. 5 In addition to the processing device 1800, other parts of the mobile device 1000 are shown schematically in FIG. 5. These include a communications subsystem 1001; a short-range communications subsystem 1020; the keypad 1400 and the display 1600, along with other input/output devices 1060, 1080, 1100 and 1120; as well as memory devices 1160, 1180 and various other device subsystems 1201.
  • the mobile device 1000 is preferably a two-way RF communications device having voice and data communications capabilities.
  • the mobile device 1000 preferably has the capability to communicate with other computer systems via the Internet.
  • Operating system software executed by the processing device 1800 is preferably stored in a persistent store, such as the flash memory 1160, but may be stored in other types of memory devices, such as a read only memory (ROM) or similar storage element.
  • system software, specific device applications, or parts thereof may be temporarily loaded into a volatile store, such as the random access memory (RAM) 1180. Communications signals received by the mobile device may also be stored in the RAM 1180.
  • the processing device 1800 in addition to its operating system functions, enables execution of software applications 1300A-1300N on the device 1000.
  • a predetermined set of applications that control basic device operations may be installed on the device 1000 during manufacture.
  • a personal information manager (PIM) application may be installed during manufacture.
  • the PIM is preferably capable of organizing and managing data items, such as e-mail, calendar events, voice mails, appointments, and task items.
  • the PIM application is also preferably capable of sending and receiving data items via a wireless network 1401.
  • the PIM data items are seamlessly integrated, synchronized and updated via the wireless network 1401 with the device user's corresponding data items stored or associated with a host computer system.
  • Communication functions, including data and voice communications are performed through the communications subsystem 1001, and possibly through the short-range communications subsystem.
  • the communications subsystem 1001 includes a receiver 1500, a transmitter 1520, and one or more antennas 1540 and 1560.
  • the communications subsystem 1001 also includes a processing module, such as a digital signal processor (DSP) 1580, and local oscillators (LOs) 1601.
  • DSP digital signal processor
  • LOs local oscillators
  • the specific design and implementation of the communications subsystem 1001 is dependent upon the communications network in which the mobile device 1000 is intended to operate.
  • a mobile device 1000 may include a communications subsystem 1001 designed to operate with the MobitexTM, Data TACTM or General Packet Radio Service (GPRS) mobile data communications networks, and also designed to operate with any of a variety of voice communications networks, such as AMPS, TDMA, CDMA, WCDMA, PCS, GSM, EDGE, etc. Other types of data and voice networks, both separate and integrated, may also be utilized with the mobile device 1000.
  • the mobile device 1000 may also be compliant with other communications standards such as 3GSM, 3GP
  • Network access requirements vary depending upon the type of communication system. For example, in the Mobitex and DataTAC networks, mobile devices are registered on the network using a unique personal identification number or PIN associated with each device. In GPRS networks, however, network access is associated with a subscriber or user of a device. A GPRS device therefore requires a subscriber identity module, commonly referred to as a SIM card, in order to operate on a GPRS network.
  • SIM card subscriber identity module
  • the mobile device 1000 may send and receive communications signals over the communication network 1401.
  • Signals received from the communications network 1401 by the antenna 1540 are routed to the receiver 1500, which provides for signal amplification, frequency down conversion, filtering, channel selection, etc., and may also provide analog to digital conversion. Analog-to-digital conversion of the received signal allows the DSP 1580 to perform more complex communications functions, such as demodulation and decoding.
  • signals to be transmitted to the network 1401 are processed (e.g.
  • the DSP 1580 provides for control of the receiver 1500 and the transmitter 1520. For example, gains applied to communications signals in the receiver 1500 and transmitter 1520 may be adaptively controlled through automatic gain control algorithms implemented in the DSP 1580.
  • a received signal such as a text message or web page download
  • the received signal is then further processed by the processing device 1800 for an output to the display 1600, or alternatively to some other auxiliary I/O device 1060.
  • a device user may also compose data items, such as e-mail messages, using the keypad 1400 and/or some other auxiliary I/O device 1060, such as a touchpad, a rocker switch, a thumb-wheel, or some other type of input device.
  • the composed data items may then be transmitted over the communications network 1401 via the communications subsystem 1001.
  • a voice communications mode In a voice communications mode, overall operation of the device is substantially similar to the data communications mode, except that received signals are output to a speaker 1100, and signals for transmission are generated by a microphone 1120.
  • Alternative voice or audio I/O subsystems such as a voice message recording subsystem, may also be implemented on the device 1000.
  • the display 1600 may also be utilized in voice communications mode, for example to display the identity of a calling party, the duration of a voice call, or other voice call related information.
  • the short-range communications subsystem enables communication between the mobile device 1000 and other proximate systems or devices, which need not necessarily be similar devices.
  • the short- range communications subsystem may include an infrared device and associated circuits and components, or a BluetoothTM communications module to provide for communication with similarly-enabled systems and devices.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

Cette invention concerne un système de serveur informatique qui peut comprendre une pluralité de modules de base de données pour stocker des données d'utilisateur pour une pluralité d'utilisateurs, et au moins un module de traitement comprenant une pluralité de fils de traitement pour traiter des tâches pour des utilisateurs sur la base des données d'utilisateur respectives. Le système de serveur informatique peut comprendre en outre un module de regroupement de bases de données connecté entre la pluralité de modules de base de données et le(s) module(s) de traitement. Le module de regroupement de bases de données peut être destiné à connecter sélectivement les fils de traitement aux modules de base de données correspondants incluant des données d'utilisateur respectives pour des tâches à traiter, et à déterminer quand un module de base de données devient non réactif et mettre fin aux connexions des fils de traitement au module de base de données non réactif sur la base de ceci. Le module de regroupement de bases de données peut également être destiné à déterminer quand le module de base de données non réactif devient réactif et restaurer la connectivité des fils de traitement à celui-ci sur la base de ceci.
PCT/US2006/040060 2006-10-11 2006-10-11 SystÈme de serveur informatique comprenant un module de regroupement de bases de donnÉes fournissant des fonctions de rÉtablissement de connectivitÉ de bases de donnÉes et procÉDÉs connexes WO2008045078A1 (fr)

Priority Applications (3)

Application Number Priority Date Filing Date Title
PCT/US2006/040060 WO2008045078A1 (fr) 2006-10-11 2006-10-11 SystÈme de serveur informatique comprenant un module de regroupement de bases de donnÉes fournissant des fonctions de rÉtablissement de connectivitÉ de bases de donnÉes et procÉDÉs connexes
EP06816864A EP2074801A1 (fr) 2006-10-11 2006-10-11 Systeme de serveur informatique comprenant un module de regroupement de bases de donnees fournissant des fonctions de retablissement de connectivite de bases de donnees et procedes connexes
CA2652807A CA2652807C (fr) 2006-10-11 2006-10-11 Systeme de serveur informatique comprenant un module de regroupement de bases de donnees fournissant des fonctions de retablissement de connectivite de bases de donnees et procedes connexes

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/US2006/040060 WO2008045078A1 (fr) 2006-10-11 2006-10-11 SystÈme de serveur informatique comprenant un module de regroupement de bases de donnÉes fournissant des fonctions de rÉtablissement de connectivitÉ de bases de donnÉes et procÉDÉs connexes

Publications (1)

Publication Number Publication Date
WO2008045078A1 true WO2008045078A1 (fr) 2008-04-17

Family

ID=37998450

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2006/040060 WO2008045078A1 (fr) 2006-10-11 2006-10-11 SystÈme de serveur informatique comprenant un module de regroupement de bases de donnÉes fournissant des fonctions de rÉtablissement de connectivitÉ de bases de donnÉes et procÉDÉs connexes

Country Status (3)

Country Link
EP (1) EP2074801A1 (fr)
CA (1) CA2652807C (fr)
WO (1) WO2008045078A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113760656A (zh) * 2021-08-30 2021-12-07 深圳壹账通智能科技有限公司 一种连接池的连接线程监控方法、装置、介质及设备

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004036344A2 (fr) 2002-10-15 2004-04-29 Active-Base Ltd. Systeme et procede pour optimiser l'acces a des bases de donnees dans des reseaux de bases de donnees
US6950848B1 (en) 2000-05-05 2005-09-27 Yousefi Zadeh Homayoun Database load balancing for multi-tier computer systems
US20060075405A1 (en) * 2004-10-04 2006-04-06 Research In Motion Limited System and method for allocation of threads to user objects in a computer system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6950848B1 (en) 2000-05-05 2005-09-27 Yousefi Zadeh Homayoun Database load balancing for multi-tier computer systems
WO2004036344A2 (fr) 2002-10-15 2004-04-29 Active-Base Ltd. Systeme et procede pour optimiser l'acces a des bases de donnees dans des reseaux de bases de donnees
US20060075405A1 (en) * 2004-10-04 2006-04-06 Research In Motion Limited System and method for allocation of threads to user objects in a computer system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113760656A (zh) * 2021-08-30 2021-12-07 深圳壹账通智能科技有限公司 一种连接池的连接线程监控方法、装置、介质及设备

Also Published As

Publication number Publication date
EP2074801A1 (fr) 2009-07-01
CA2652807C (fr) 2011-10-04
CA2652807A1 (fr) 2008-04-17

Similar Documents

Publication Publication Date Title
EP2248311B1 (fr) Procédé et système de distribution de messages dans des réseaux de messagerie
US9317384B2 (en) Cache data processing using cache cluster with configurable modes
US9448898B2 (en) Network traffic routing
US8432791B1 (en) Network route injections
US7363365B2 (en) Autonomous service backup and migration
US7774413B2 (en) Email message hygiene stamp
US7987392B2 (en) Differentiating connectivity issues from server failures
US8850056B2 (en) Method and system for managing client-server affinity
CN100433735C (zh) 通信系统
MXPA05000901A (es) Criterios de prioridad del agrupamiento de buzones de correo.
US9390156B2 (en) Distributed directory environment using clustered LDAP servers
US8275905B2 (en) System and method for store-and-forward for highly available message production
US20100332556A1 (en) Communications system and method for accessing a server and preventing access blocking and minimizing network traffic
US8010551B2 (en) Computer server system including a database pool module providing database connectivity recovery features and related methods
US9026839B2 (en) Client based high availability method for message delivery
US7519855B2 (en) Method and system for distributing data processing units in a communication network
CA2652807C (fr) Systeme de serveur informatique comprenant un module de regroupement de bases de donnees fournissant des fonctions de retablissement de connectivite de bases de donnees et procedes connexes
US7924844B1 (en) System and method for communicating messages among components in a computing environment
JP2005056347A (ja) サーバ機能引継方法およびサーバ機能引継プログラム
US20080212766A1 (en) Stateless gateways having remote dialog store
EP1774440A2 (fr) Secours et migration de services autonomes
Wook et al. Design of presence agent server for SIP-based presence services

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 06816864

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2652807

Country of ref document: CA

WWE Wipo information: entry into national phase

Ref document number: 2006816864

Country of ref document: EP

NENP Non-entry into the national phase

Ref country code: DE