Movatterモバイル変換


[0]ホーム

URL:


US20010010053A1 - Service framework for a distributed object network system - Google Patents

Service framework for a distributed object network system
Download PDF

Info

Publication number
US20010010053A1
US20010010053A1US09/816,282US81628201AUS2001010053A1US 20010010053 A1US20010010053 A1US 20010010053A1US 81628201 AUS81628201 AUS 81628201AUS 2001010053 A1US2001010053 A1US 2001010053A1
Authority
US
United States
Prior art keywords
service
worker
computer
workers
client
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.)
Abandoned
Application number
US09/816,282
Inventor
Ofer Ben-Shachar
Vijay Anand
Ken Ebbs
Yarden Malka
David Brewster
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.)
Individual
Original Assignee
Individual
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 IndividualfiledCriticalIndividual
Priority to US09/816,282priorityCriticalpatent/US20010010053A1/en
Publication of US20010010053A1publicationCriticalpatent/US20010010053A1/en
Abandonedlegal-statusCriticalCurrent

Links

Images

Classifications

Definitions

Landscapes

Abstract

An improved method and apparatus for providing a service framework for a distributed object network system are provided. In some embodiments, an apparatus that includes a server, a service for a limited resource residing on the server, and a pool of workers for the service that execute service requests from a client in a distributed object network system is provided. In some embodiments, a method that includes providing client-side service request encapsulation, balancing workloads among clones of service locators, clones of services, and workers in a worker pool of a service, and improving fault tolerance in a distributed object network system is provided.

Description

Claims (25)

What is claimed is:
1. A distributed object network system comprising:
a first computer;
a service residing on the first computer, the service providing access to a limited resource that resides on the first computer;
a service framework;
wherein the service framework further comprises:
a first set of computer instructions executed by the first computer, the first set of computer instructions providing access to the requested service by allocating a worker in a worker pool for the service in response to a service request, wherein the worker executes the service request, and the first set of computer instructions provides workload balancing among a plurality of workers in the worker pool for the service.
2. The apparatus of
claim 1
further comprising:
a second computer;
a network connecting the second computer to the first computer,
wherein the service framework further comprises:
a second set of computer instructions executed by the second computer, the second set of computer instructions requesting a service from the first computer.
3. The apparatus of
claim 2
further comprising:
a third set of computer instructions executed by a third computer, the third set of computer instructions providing central management and configuration for administering distributed applications.
4. The apparatus of
claim 2
wherein the service framework further comprises:
a service locator executed by the first computer, the service locator providing an object reference to the first set of computer instructions in response to a get service operation from the second set of computer instructions, wherein the service locator provides workload balancing among instances of the service.
5. The apparatus of
claim 4
wherein the service framework further comprises:
a third set of computer instructions executed by the second computer, the third set of computer instructions providing an object reference to the service locator in response to a find service operation from the second set of computer instructions, wherein the third set of computer instructions provides workload balancing among instances of the service locator.
6. The apparatus of
claim 2
wherein the service framework further comprises:
a third set of computer instructions executed by the first computer, the third set of computer instructions instantiating the second set of computer instructions and registering the service with a service locator, wherein the service locator is executed by the first computer and provides an object reference to the first set of computer instructions in response to a get service operation from the second set of computer instructions.
7. The apparatus of
claim 2
wherein the second set of computer instructions comprises methods exported by an interface of the worker.
8. The apparatus of
claim 2
wherein the second set of computer instructions further comprises:
obtaining an object reference to the service locator;
obtaining the object reference to the requested service;
obtaining a reservation on the worker in the worker pool for the requested service; and
executing the service request on the worker in the worker pool for the requested service.
9. The apparatus of
claim 8
wherein the first set of computer instructions further comprises:
allocating reservations among at least two workers in the worker pool for the service.
10. The apparatus of
claim 9
wherein the first set of computer instructions further comprises:
balancing the workload among the workers in the worker pool by providing at least two queues that each comprise workers that have various properties, wherein each queue comprises a sub-queue that comprises workers that have various priorities.
11. The apparatus of
claim 10
wherein the second set of computer instructions further comprises:
providing a reservation context that comprises a client key, a worker key, and a service key.
12. The apparatus of
claim 11
wherein the service framework is implemented as CORBA extensions.
13. The apparatus of
claim 12
wherein the second computer further comprises:
a web browser.
14. The apparatus of
claim 13
wherein the service framework provides session management for a connection between the first set of computer instructions and the second set of computer instructions during a worker reservation.
15. The apparatus of
claim 14
wherein the second computer further comprises:
a JAVA applet executed by the second computer, wherein the second set of computer instructions provides the service request in Internet Inter-ORB Protocol (IIOP) to the first set of computer instructions.
16. A computer implemented method for providing a service framework in a distributed object network system, the method comprising:
executing a first set of computer instructions in a first computer, the first set of computer instructions providing access to a service by allocating a worker in the worker pool for the service, wherein the first set of computer instructions provides workload balancing among a plurality of workers in the worker pool for the service, and the service provides access to a limited resource that resides on the first computer; and
executing a second set of computer instructions in a second computer, the second set of computer instructions encapsulating the operation of performing a service request for the second computer, wherein the second computer connects to the first computer over a network.
17. The computer implemented method of
claim 16
wherein the step of executing the second set of computer instructions further comprises:
finding the requested service using a service locator, wherein the service locator provides an object reference to the first set of computer instructions;
obtaining an allocated worker in the worker pool for the requested service, wherein the allocated worker is selected and reserved by the first set of computer instructions, and the allocated worker executes service requests;
receiving results of the service request from the allocated worker; and
passing the results of the service request to the second computer.
18. The computer implemented method of
claim 16
further comprising:
executing a third set of computer instructions in the second computer, the third set of computer instructions providing workload balancing among instances of the service locator, wherein the service locator provides an object reference to the first set of computer instructions.
19. The computer implemented method of
claim 16
wherein the step of executing the first set of computer instructions further comprises:
allocating reservations among at least two workers in the worker pool for the service based on worker statistics.
20. The computer implemented method of
claim 19
wherein the step of executing the first set of computer instructions further comprises:
providing a load balancing manager that comprises at least two queues that each comprise workers that have various properties, wherein each queue comprises a sub-queue that comprises workers that have various priorities.
21. A computer-readable medium comprising software for a service framework for a distributed object network system, the service framework software comprising:
a set of objects, the set of objects providing access to a service, the service providing access to a limited resource residing on a first computer,
wherein the set of objects further comprises:
a plurality of workers in a worker pool for the service; and
a load balancing manager that balances workloads among the plurality of workers in the worker pool for the service.
22. The computer-readable medium as in
claim 21
wherein the service framework software further comprises:
a service proxy object, the service proxy object encapsulating, for a second computer, the operation of a service request to the set of objects, wherein the second computer connects to the first computer over a network.
23. The computer-readable medium as in
claim 21
wherein the service framework software further comprises:
a service proxy locator object, the service proxy locator object providing workload balancing among instances of a service locator, wherein the service locator provides an object reference to the set of objects and balances workloads among instances of the requested service.
24. Computer data signals embodied in a carrier wave comprising:
an allocate worker interface in Internet Inter-ORB Protocol (IIOP) from a service proxy object to a service object, the service object residing on a first computer and providing access to a limited resource on the first computer, and the service proxy object residing on a second computer and encapsulating the operation of requesting a service, wherein the allocate worker interface comprises service properties and a reservation context; and
an execute request interface in IIOP from the service proxy object to an allocated worker object that resides on the first computer, wherein the allocated worker object executes service requests.
25. The computer data signals as in
claim 24
wherein the allocate worker interface in IIOP further comprises:
a worker hint in the reservation context, wherein the worker hint comprises an object reference of a worker that was previously reserved by the second computer.
US09/816,2821997-11-132001-03-23Service framework for a distributed object network systemAbandonedUS20010010053A1 (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
US09/816,282US20010010053A1 (en)1997-11-132001-03-23Service framework for a distributed object network system

Applications Claiming Priority (2)

Application NumberPriority DateFiling DateTitle
US08/969,982US6209018B1 (en)1997-11-131997-11-13Service framework for a distributed object network system
US09/816,282US20010010053A1 (en)1997-11-132001-03-23Service framework for a distributed object network system

Related Parent Applications (1)

Application NumberTitlePriority DateFiling Date
US08/969,982ContinuationUS6209018B1 (en)1997-11-131997-11-13Service framework for a distributed object network system

Publications (1)

Publication NumberPublication Date
US20010010053A1true US20010010053A1 (en)2001-07-26

Family

ID=25516255

Family Applications (2)

Application NumberTitlePriority DateFiling Date
US08/969,982Expired - LifetimeUS6209018B1 (en)1997-11-131997-11-13Service framework for a distributed object network system
US09/816,282AbandonedUS20010010053A1 (en)1997-11-132001-03-23Service framework for a distributed object network system

Family Applications Before (1)

Application NumberTitlePriority DateFiling Date
US08/969,982Expired - LifetimeUS6209018B1 (en)1997-11-131997-11-13Service framework for a distributed object network system

Country Status (4)

CountryLink
US (2)US6209018B1 (en)
EP (1)EP1029272A2 (en)
AU (1)AU1389899A (en)
WO (1)WO1999026136A2 (en)

Cited By (135)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US6356930B2 (en)*1998-10-162002-03-12Silverstream Software, Inc.Connection concentrator for distributed object systems
US20030088659A1 (en)*2001-11-082003-05-08Susarla Hanumantha RaoSystem and method for distributed state management
US20030105836A1 (en)*2001-11-302003-06-05Nec CorporationDevice and method for specifying location of object in distributed object system
US20030131041A1 (en)*2002-01-102003-07-10Darpan DinkerSystem and method for coordinating access to data for a distributed application
US20030154202A1 (en)*2002-02-122003-08-14Darpan DinkerDistributed data system with process co-location and out -of -process communication
US20030167332A1 (en)*2002-03-012003-09-04Sun Microsystems, Inc.Object mutation determination for incremental state saves
US20030204786A1 (en)*2002-04-292003-10-30Darpan DinkerSystem and method for dynamic cluster adjustment to node failures in a distributed data system
US20030204622A1 (en)*2002-04-262003-10-30International Business Machines CorporationDynamic invocation of web services
US20030220993A1 (en)*2002-05-212003-11-27Blizniak Paul K.Method and apparatus for dynamically determining information for deploying a web service
US20040098490A1 (en)*2002-10-282004-05-20Darpan DinkerSystem and method for uniquely identifying processes and entities in clusters
US20040139197A1 (en)*2003-01-142004-07-15Sbc Properties, L.P.Structured query language (SQL) query via common object request broker architecture (CORBA) interface
US20040162637A1 (en)*2002-07-252004-08-19Yulun WangMedical tele-robotic system with a master remote station with an arbitrator
US20040187141A1 (en)*2003-01-152004-09-23AlcatelPush-based object request broker
US20040199815A1 (en)*2003-04-022004-10-07Sun Microsystems, Inc.System and method for measuring performance with distributed agents
US6851118B1 (en)*1997-10-062005-02-01Sun Microsystems, Inc.Remote object access
US20050114857A1 (en)*2003-11-202005-05-26International Business Machines CorporationMethod, system, and program for managing operation requests using different resources
US20050125811A1 (en)*2002-02-142005-06-09Microsoft CorporationAPI schema language and transformation techniques
US20050256970A1 (en)*2004-05-142005-11-17International Business Machines CorporationSystem and method for multi-vendor mediation for subscription services
US20050261969A1 (en)*2004-05-102005-11-24International Business Machines CorporationLayered architecture for POS (point-of sale) systems
US20050267892A1 (en)*2004-05-212005-12-01Patrick Paul BService proxy definition
US20050267878A1 (en)*2001-11-142005-12-01Hitachi, Ltd.Storage system having means for acquiring execution information of database management system
US20050264581A1 (en)*2004-05-212005-12-01Bea Systems, Inc.Dynamic program modification
US20050267947A1 (en)*2004-05-212005-12-01Bea Systems, Inc.Service oriented architecture with message processing pipelines
US20050273502A1 (en)*2004-05-212005-12-08Patrick Paul BService oriented architecture with message processing stages
US20050273517A1 (en)*2004-05-212005-12-08Bea Systems, Inc.Service oriented architecture with credential management
US20050273521A1 (en)*2004-05-212005-12-08Bea Systems, Inc.Dynamically configurable service oriented architecture
US20050270970A1 (en)*2004-05-212005-12-08Bea Systems, Inc.Failsafe service oriented architecture
US20050273497A1 (en)*2004-05-212005-12-08Bea Systems, Inc.Service oriented architecture with electronic mail transport protocol
US20050273516A1 (en)*2004-05-212005-12-08Bea Systems, Inc.Dynamic routing in a service oriented architecture
US20050273520A1 (en)*2004-05-212005-12-08Bea Systems, Inc.Service oriented architecture with file transport protocol
US20050278335A1 (en)*2004-05-212005-12-15Bea Systems, Inc.Service oriented architecture with alerts
US20050278374A1 (en)*2004-05-212005-12-15Bea Systems, Inc.Dynamic program modification
US20060005063A1 (en)*2004-05-212006-01-05Bea Systems, Inc.Error handling for a service oriented architecture
US20060007918A1 (en)*2004-05-212006-01-12Bea Systems, Inc.Scaleable service oriented architecture
US20060026264A1 (en)*2000-10-302006-02-02Microsoft CorporationShared object stores for a networked computer system
US20060031431A1 (en)*2004-05-212006-02-09Bea Systems, Inc.Reliable updating for a service oriented architecture
US20060031355A1 (en)*2004-05-212006-02-09Bea Systems, Inc.Programmable service oriented architecture
US20060031481A1 (en)*2004-05-212006-02-09Bea Systems, Inc.Service oriented architecture with monitoring
US20060031353A1 (en)*2004-05-212006-02-09Bea Systems, Inc.Dynamic publishing in a service oriented architecture
US20060031433A1 (en)*2004-05-212006-02-09Bea Systems, Inc.Batch updating for a service oriented architecture
US20060031354A1 (en)*2004-05-212006-02-09Bea Systems, Inc.Service oriented architecture
US20060031432A1 (en)*2004-05-212006-02-09Bea Systens, Inc.Service oriented architecture with message processing pipelines
US20060031930A1 (en)*2004-05-212006-02-09Bea Systems, Inc.Dynamically configurable service oriented architecture
US20060034237A1 (en)*2004-05-212006-02-16Bea Systems, Inc.Dynamically configurable service oriented architecture
US20060047818A1 (en)*2004-08-312006-03-02Microsoft CorporationMethod and system to support multiple-protocol processing within worker processes
US20060047532A1 (en)*2004-08-312006-03-02Microsoft CorporationMethod and system to support a unified process model for handling messages sent in different protocols
US20060069723A1 (en)*2000-07-272006-03-30Bea Systems, Inc.System and method for concentration and load-balancing of requests
US20060069791A1 (en)*2004-05-212006-03-30Bea Systems, Inc.Service oriented architecture with interchangeable transport protocols
US20060080419A1 (en)*2004-05-212006-04-13Bea Systems, Inc.Reliable updating for a service oriented architecture
US20060080443A1 (en)*2004-08-312006-04-13Microsoft CorporationURL namespace to support multiple-protocol processing within worker processes
US20060168122A1 (en)*2005-01-132006-07-27International Business Machines CorporationSystem and Method for Protocol Independent Access and Invocation of Web Services
US20060212593A1 (en)*2004-05-212006-09-21Bea Systems, Inc.Dynamic service composition and orchestration
US20070106761A1 (en)*2004-05-042007-05-10Beoughter Ken JService-oriented architecture for process control systems
US20070106702A1 (en)*2002-03-222007-05-10Microsoft CorporationSelective Caching of Servable Files Based at Least in Part on a Type of Memory
US7281050B2 (en)2003-04-082007-10-09Sun Microsystems, Inc.Distributed token manager with transactional properties
US20080034367A1 (en)*2004-05-212008-02-07Bea Systems, Inc.Message processing in a service oriented architecture
US7370329B2 (en)2002-03-012008-05-06Sun Microsystems, Inc.System and method for state saves in a distributed data system
US20080196048A1 (en)*2007-02-132008-08-14Amadeus S.A.S.Interface Module
US20080201017A1 (en)*2002-07-252008-08-21Yulun WangMedical tele-robotic system
US7430738B1 (en)2001-06-112008-09-30Microsoft CorporationMethods and arrangements for routing server requests to worker processes based on URL
US20080288304A1 (en)*2007-05-182008-11-20Bea Systems, Inc.System and Method for Enabling Decision Activities in a Process Management and Design Environment
US7490137B2 (en)2002-03-222009-02-10Microsoft CorporationVector-based sending of web content
US20090187919A1 (en)*2008-01-232009-07-23Oracle International CorporationService oriented architecture-based scim platform
US7593030B2 (en)2002-07-252009-09-22Intouch Technologies, Inc.Tele-robotic videoconferencing in a corporate environment
US7594230B2 (en)2001-06-112009-09-22Microsoft CorporationWeb server architecture
US20100019715A1 (en)*2008-04-172010-01-28David Bjorn RoeMobile tele-presence system with a microphone system
US20100115418A1 (en)*2004-02-262010-05-06Yulun WangGraphical interface for a remote presence system
US20100125662A1 (en)*2008-11-202010-05-20At&T Intellectual Property I. L.P.Methods, Systems, Devices and Computer Program Products for Protecting a Network by Providing Severable Network Zones
US7818393B1 (en)*2005-06-022010-10-19United States Automobile AssociationSystem and method for outage avoidance
US20100268383A1 (en)*2009-04-172010-10-21Yulun WangTele-presence robot system with software modularity, projector and laser pointer
US7840653B1 (en)*2007-10-252010-11-23United Services Automobile Association (Usaa)Enhanced throttle management system
US20110142211A1 (en)*2009-12-162011-06-16Oracle International CorporationMessage forwarding
US8001142B2 (en)2003-04-022011-08-16Oracle America, Inc.Distributed data system with incremental data updates
US8077963B2 (en)2004-07-132011-12-13Yulun WangMobile robot with a head-based movement mapping scheme
US8135481B2 (en)2004-05-042012-03-13Fisher-Rosemount Systems, Inc.Process plant monitoring based on multivariate statistical analysis and on-line process simulation
US8179418B2 (en)2008-04-142012-05-15Intouch Technologies, Inc.Robotic based health care system
US8185916B2 (en)2007-06-282012-05-22Oracle International CorporationSystem and method for integrating a business process management system with an enterprise service bus
US8340819B2 (en)2008-09-182012-12-25Intouch Technologies, Inc.Mobile videoconferencing robot system with network adaptive driving
US8384755B2 (en)2009-08-262013-02-26Intouch Technologies, Inc.Portable remote presence robot
US20130111026A1 (en)*2011-10-312013-05-02International Business Machines CorporationSerialization of access to data in multimainframe computing environments
US8463435B2 (en)2008-11-252013-06-11Intouch Technologies, Inc.Server connectivity control for tele-presence robot
US8670017B2 (en)2010-03-042014-03-11Intouch Technologies, Inc.Remote presence system including a cart that supports a robot face and an overhead camera
US8675852B2 (en)2007-03-232014-03-18Oracle International CorporationUsing location as a presence attribute
US8718837B2 (en)2011-01-282014-05-06Intouch TechnologiesInterfacing with a mobile telepresence robot
US8825183B2 (en)2010-03-222014-09-02Fisher-Rosemount Systems, Inc.Methods for a data driven interface based on relationships between process control tags
US8836751B2 (en)2011-11-082014-09-16Intouch Technologies, Inc.Tele-presence system with a user interface that displays different communication links
US8849679B2 (en)2006-06-152014-09-30Intouch Technologies, Inc.Remote controlled robot system that provides medical images
US8849680B2 (en)2009-01-292014-09-30Intouch Technologies, Inc.Documentation through a remote presence robot
US8879547B2 (en)2009-06-022014-11-04Oracle International CorporationTelephony application services
US8881039B2 (en)2009-03-132014-11-04Fisher-Rosemount Systems, Inc.Scaling composite shapes for a graphical human-machine interface
US8892260B2 (en)2007-03-202014-11-18Irobot CorporationMobile robot for telecommunication
US8902278B2 (en)2012-04-112014-12-02Intouch Technologies, Inc.Systems and methods for visualizing and managing telepresence devices in healthcare networks
US8914493B2 (en)2008-03-102014-12-16Oracle International CorporationPresence-based event driven architecture
US8930019B2 (en)2010-12-302015-01-06Irobot CorporationMobile human interface robot
US8935005B2 (en)2010-05-202015-01-13Irobot CorporationOperating a mobile robot
US8949431B2 (en)2011-08-242015-02-03Radware, Ltd.Method for live migration of virtual machines
US8966498B2 (en)2008-01-242015-02-24Oracle International CorporationIntegrating operational and business support systems with a service delivery platform
US8996165B2 (en)2008-10-212015-03-31Intouch Technologies, Inc.Telepresence robot with a camera boom
US9014848B2 (en)2010-05-202015-04-21Irobot CorporationMobile robot system
US9038082B2 (en)2004-05-282015-05-19Oracle International CorporationResource abstraction via enabler and metadata
US9098611B2 (en)2012-11-262015-08-04Intouch Technologies, Inc.Enhanced video interaction for a user interface of a telepresence network
US9138891B2 (en)2008-11-252015-09-22Intouch Technologies, Inc.Server connectivity control for tele-presence robot
US9160783B2 (en)2007-05-092015-10-13Intouch Technologies, Inc.Robot system that operates through a network firewall
US9174342B2 (en)2012-05-222015-11-03Intouch Technologies, Inc.Social behavior rules for a medical telepresence robot
US9193065B2 (en)2008-07-102015-11-24Intouch Technologies, Inc.Docking system for a tele-presence robot
US9198728B2 (en)2005-09-302015-12-01Intouch Technologies, Inc.Multi-camera mobile teleconferencing platform
US9245236B2 (en)2006-02-162016-01-26Oracle International CorporationFactorization of concerns to build a SDP (service delivery platform)
US9251313B2 (en)2012-04-112016-02-02Intouch Technologies, Inc.Systems and methods for visualizing and managing telepresence devices in healthcare networks
US9264664B2 (en)2010-12-032016-02-16Intouch Technologies, Inc.Systems and methods for dynamic bandwidth allocation
US9269060B2 (en)2009-11-202016-02-23Oracle International CorporationMethods and systems for generating metadata describing dependencies for composable elements
US9323250B2 (en)2011-01-282016-04-26Intouch Technologies, Inc.Time-dependent navigation of telepresence robots
US9361021B2 (en)2012-05-222016-06-07Irobot CorporationGraphical user interfaces including touchpad driving interfaces for telemedicine devices
US9375843B2 (en)2003-12-092016-06-28Intouch Technologies, Inc.Protocol for a remotely controlled videoconferencing robot
US9450981B2 (en)2013-03-142016-09-20Radware, Ltd.System and method thereof for mitigating denial of service attacks in virtual networks
US9498886B2 (en)2010-05-202016-11-22Irobot CorporationMobile human interface robot
US9509790B2 (en)2009-12-162016-11-29Oracle International CorporationGlobal presence
US9565297B2 (en)2004-05-282017-02-07Oracle International CorporationTrue convergence with end to end identity management
US20170149643A1 (en)*2015-11-232017-05-25Bank Of America CorporationNetwork stabilizing tool
US9722908B2 (en)2013-10-172017-08-01International Business Machines CorporationProblem determination in a hybrid environment
US9842192B2 (en)2008-07-112017-12-12Intouch Technologies, Inc.Tele-presence robot system with multi-cast features
US9974612B2 (en)2011-05-192018-05-22Intouch Technologies, Inc.Enhanced diagnostics for a telepresence robot
US10343283B2 (en)2010-05-242019-07-09Intouch Technologies, Inc.Telepresence robot system that can be accessed by a cellular phone
US10372517B2 (en)*2017-07-212019-08-06TmaxData Co., Ltd.Message scheduling method
US10769739B2 (en)2011-04-252020-09-08Intouch Technologies, Inc.Systems and methods for management of information among medical providers and facilities
US10808882B2 (en)2010-05-262020-10-20Intouch Technologies, Inc.Tele-robotic system with a robot face placed on a chair
US10819530B2 (en)2008-08-212020-10-27Oracle International CorporationCharging enabler
US10875182B2 (en)2008-03-202020-12-29Teladoc Health, Inc.Remote presence system mounted to operating room hardware
US11154981B2 (en)2010-02-042021-10-26Teladoc Health, Inc.Robot user interface for telepresence robot system
US11389064B2 (en)2018-04-272022-07-19Teladoc Health, Inc.Telehealth cart that supports a removable tablet with seamless audio/video switching
US11399153B2 (en)2009-08-262022-07-26Teladoc Health, Inc.Portable telepresence apparatus
US11636944B2 (en)2017-08-252023-04-25Teladoc Health, Inc.Connectivity infrastructure for a telehealth platform
US11742094B2 (en)2017-07-252023-08-29Teladoc Health, Inc.Modular telehealth cart with thermal imaging and touch screen user interface
US11862302B2 (en)2017-04-242024-01-02Teladoc Health, Inc.Automated transcription and documentation of tele-health encounters
US12093036B2 (en)2011-01-212024-09-17Teladoc Health, Inc.Telerobotic system with a dual application screen presentation
US12224059B2 (en)2011-02-162025-02-11Teladoc Health, Inc.Systems and methods for network-based counseling

Families Citing this family (135)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US6594355B1 (en)1997-10-062003-07-15Worldcom, Inc.Method and apparatus for providing real time execution of specific communications services in an intelligent network
US7024450B1 (en)1997-10-062006-04-04Mci, Inc.Method and apparatus for deploying service modules among service nodes distributed in an intelligent network
US6779030B1 (en)*1997-10-062004-08-17Worldcom, Inc.Intelligent network
US6804711B1 (en)*1997-10-062004-10-12Mci, Inc.Method and apparatus for managing call processing services in an intelligent telecommunication network
US6425005B1 (en)*1997-10-062002-07-23Mci Worldcom, Inc.Method and apparatus for managing local resources at service nodes in an intelligent network
US6289384B1 (en)*1998-06-052001-09-11I2 Technologies, Inc.System and method for event notification through a firewall
US6788649B1 (en)1998-08-032004-09-07Mci, Inc.Method and apparatus for supporting ATM services in an intelligent network
JP3558887B2 (en)*1998-08-282004-08-25株式会社東芝 Distributed system, control method thereof, and storage medium
US7127701B2 (en)*1998-09-182006-10-24Wylci FablesComputer processing and programming method using autonomous data handlers
US6574605B1 (en)*1998-11-172003-06-03Citibank, N.A.Method and system for strategic services enterprise workload management
US6434596B1 (en)*1999-01-292002-08-13Sony CorporationMethod and system for distributed queues in a multimedia network with proxies
GB2346990B (en)*1999-02-202003-07-09IbmClient/server transaction data processing system with automatic distributed coordinator set up into a linear chain for use of linear commit optimization
US6839757B1 (en)*1999-04-282005-01-042Wire, Inc.System and method for automatically discovering accessible services on a computer network and providing automatic access thereto
US6529947B1 (en)*1999-05-262003-03-04Adobe Systems IncorporatedManaging transiently connected network clients
US6418447B1 (en)*1999-06-142002-07-09International Business Machines CorporationRegistration of object factories under multiple interface names
US6842906B1 (en)*1999-08-312005-01-11Accenture LlpSystem and method for a refreshable proxy pool in a communication services patterns environment
US6414036B1 (en)*1999-09-012002-07-02Van Beek Global/Ninkov LlcComposition for treatment of infections of humans and animals
US6766349B1 (en)1999-09-242004-07-20Sun Microsystems, Inc.Mechanism for obtaining a thread from, and returning a thread to, a thread pool without attaching and detaching
EP1224568A4 (en)*1999-09-242006-11-08Sun Microsystems IncMechanism for enabling session information to be shared across multiple processes
US6895584B1 (en)1999-09-242005-05-17Sun Microsystems, Inc.Mechanism for evaluating requests prior to disposition in a multi-threaded environment
US6701367B1 (en)*1999-09-242004-03-02Sun Microsystems, Inc.Mechanism for enabling customized session managers to interact with a network server
US6542900B1 (en)*1999-10-042003-04-01Sun Microsystems, Inc.Method and apparatus for distributed object mapping in a java language environment
US6704779B1 (en)*1999-11-242004-03-09Unisys CorporationMethod and apparatus for a web application server to provide an administration system using a dual set of tiered groups of objects
CA2323246A1 (en)*1999-12-142001-06-14Nortel Networks CorporationTransaction-based administration of media gateways in a customer care center
US6938256B2 (en)*2000-01-182005-08-30Galactic Computing CorporationSystem for balance distribution of requests across multiple servers using dynamic metrics
US7437456B1 (en)*2000-03-172008-10-14Fujitsu LimitedObject reference generating device, object reference generating method and computer readable recording medium for recording an object reference generating program
US7496924B2 (en)*2000-03-272009-02-24Siemens Communications, Inc.Dispatching messages among registered software modules in telecommunications system including telephony internet server coupled between packet network and PBX
JP2001306537A (en)*2000-04-182001-11-02Hitachi Ltd Distributed object system
US6813770B1 (en)2000-04-212004-11-02Sun Microsystems, Inc.Abstract syntax notation to interface definition language converter framework for network management
US6915324B1 (en)2000-04-212005-07-05Sun Microsystems, Inc.Generic and dynamic mapping of abstract syntax notation (ASN1) to and from interface definition language for network management
US7206843B1 (en)2000-04-212007-04-17Sun Microsystems, Inc.Thread-safe portable management interface
US7228346B1 (en)2000-04-212007-06-05Sun Microsystems, Inc.IDL event and request formatting for corba gateway
US7010586B1 (en)2000-04-212006-03-07Sun Microsystems, Inc.System and method for event subscriptions for CORBA gateway
US7779390B1 (en)*2000-04-212010-08-17Oracle America, Inc.Thread-safe remote debugger
US7478403B1 (en)2000-04-212009-01-13Sun Microsystems, Inc.Secure access to managed network objects using a configurable platform-independent gateway providing individual object-level access control
US7783720B1 (en)2000-04-212010-08-24Oracle America, Inc.CORBA metadata gateway to telecommunications management network
US6950935B1 (en)2000-04-212005-09-27Sun Microsystems, Inc.Pluggable authentication modules for telecommunications management network
US6839748B1 (en)2000-04-212005-01-04Sun Microsystems, Inc.Synchronous task scheduler for corba gateway
US6922685B2 (en)*2000-05-222005-07-26Mci, Inc.Method and system for managing partitioned data resources
US7133891B1 (en)*2000-05-312006-11-07International Business Machines CorporationMethod, system and program products for automatically connecting a client to a server of a replicated group of servers
US8538843B2 (en)2000-07-172013-09-17Galactic Computing Corporation Bvi/BcMethod and system for operating an E-commerce service provider
US6816905B1 (en)*2000-11-102004-11-09Galactic Computing Corporation Bvi/BcMethod and system for providing dynamic hosted service management across disparate accounts/sites
US7143182B1 (en)2000-08-082006-11-28Cisco Technology, Inc.Smart secretary for routing call objects in a telephony network
US7839890B1 (en)*2000-11-022010-11-23Fisher-Rosemount Systems, Inc.Multiplexed data transmissions through a communication link
US6826600B1 (en)*2000-11-022004-11-30Cisco Technology, Inc.Methods and apparatus for managing objects in a client-server computing system environment
JP4092388B2 (en)*2000-11-102008-05-28富士通株式会社 Service providing method using network and service providing system using the same
US20020177453A1 (en)*2000-11-152002-11-28Ming-Feng ChenMobile device server
US20020086706A1 (en)*2000-11-152002-07-04Ming-Feng ChenMobile device server
JP2002169806A (en)*2000-12-012002-06-14Nec CorpService retrieval system
US8566849B2 (en)*2000-12-142013-10-22Borland Software CorporationName service object clustering
US7010609B1 (en)*2000-12-212006-03-07Borland Software CorporationSystem and method for adding transport protocols in distributed middleware applications
US6978447B1 (en)*2001-02-282005-12-20Cisco Technology, Inc.Method and system for efficiently interpreting a computer program
US7096466B2 (en)*2001-03-262006-08-22Sun Microsystems, Inc.Loading attribute for partial loading of class files into virtual machines
DE10117680A1 (en)*2001-04-092002-10-17Siemens Ag Procedure for data transmission over an IP-oriented network
FI20015008L (en)*2001-06-082002-12-09Sonera Oyj Distributed object-oriented network
FI20015010L (en)*2001-06-082002-12-09Sonera Oyj Distributed object-oriented network
FI20015009L (en)*2001-06-082002-12-09Sonera Oyj Distributed object-oriented network
US6964033B2 (en)*2001-06-202005-11-08Sun Microsystems, Inc.Object band customization of Java runtime environments
US7117489B2 (en)*2001-06-202006-10-03Sun Microsystems, Inc.Optional attribute generator for customized Java programming environments
US7509671B1 (en)*2001-06-202009-03-24Microstrategy IncorporatedSystems and methods for assigning priority to jobs in a reporting system
US6918107B2 (en)*2001-07-022005-07-12Bea Systems, Inc.Programming language extensions for processing data representation language objects and related applications
US7356803B2 (en)*2001-07-022008-04-08Bea Systems, Inc.Annotation based development platform for asynchronous web services
US6754884B1 (en)2001-07-022004-06-22Bea Systems, Inc.Programming language extensions for processing XML objects and related applications
US7437710B2 (en)*2001-07-022008-10-14Bea Systems, Inc.Annotation based development platform for stateful web services
US6859810B2 (en)*2001-12-102005-02-22Bea Systems, Inc.Declarative specification and engine for non-isomorphic data mapping
CA2372092C (en)*2002-02-152010-04-06Cognos IncorporatedA queuing model for a plurality of servers
US20030167295A1 (en)*2002-03-012003-09-04Verity, Inc.Automatic network load balancing using self-replicating resources
US7464384B2 (en)*2002-03-142008-12-09International Business Machines CorporationMethod for inter-object communication
US7228175B2 (en)2002-05-152007-06-05Cardiac Pacemakers, Inc.Cardiac rhythm management systems and methods using acoustic contractility indicator
EP1557758A4 (en)*2002-11-012009-05-06Panasonic Corp METHOD FOR ACQUIRING SERVICE SOFTWARE, SYSTEM AND ELECTRONIC COMMUNICATION DEVICE USED FOR THIS SYSTEM
US7860957B1 (en)*2002-12-202010-12-28Cisco Technology, Inc.System and method for managing network services in a distributed system
US7574707B2 (en)*2003-07-282009-08-11Sap AgInstall-run-remove mechanism
US7631069B2 (en)*2003-07-282009-12-08Sap AgMaintainable grid managers
US7546553B2 (en)*2003-07-282009-06-09Sap AgGrid landscape component
US7673054B2 (en)2003-07-282010-03-02Sap Ag.Grid manageable application process management scheme
US7594015B2 (en)*2003-07-282009-09-22Sap AgGrid organization
US7568199B2 (en)*2003-07-282009-07-28Sap Ag.System for matching resource request that freeing the reserved first resource and forwarding the request to second resource if predetermined time period expired
US7703029B2 (en)2003-07-282010-04-20Sap AgGrid browser component
US7810090B2 (en)*2003-12-172010-10-05Sap AgGrid compute node software application deployment
US7703101B2 (en)*2004-02-132010-04-20International Business Machines CorporationAutonomic workload classification using predictive assertion for wait queue and thread pool selection
US20070266388A1 (en)*2004-06-182007-11-15Cluster Resources, Inc.System and method for providing advanced reservations in a compute environment
US7757236B1 (en)*2004-06-282010-07-13Oracle America, Inc.Load-balancing framework for a cluster
US7793290B2 (en)*2004-12-202010-09-07Sap AgGrip application acceleration by executing grid application based on application usage history prior to user request for application execution
US7565383B2 (en)*2004-12-202009-07-21Sap Ag.Application recovery
US7853959B2 (en)*2005-02-082010-12-14Sap AgBusiness process extension for productivity suite application
US7890964B2 (en)*2005-04-222011-02-15Sap AgMethods and apparatus for contextual awareness in a groupware client
US7890962B2 (en)*2005-04-222011-02-15Sag AgBusiness process extensions to enable alerts and reports within the context of groupware
US9111253B2 (en)*2005-04-222015-08-18Sap SeGroupware time tracking
US20060277079A1 (en)*2005-04-222006-12-07Gilligan Geffrey DGroupware travel itinerary creation
US7716335B2 (en)*2005-06-272010-05-11Oracle America, Inc.System and method for automated workload characterization of an application server
US20070022133A1 (en)*2005-07-212007-01-25International Business Machines CorporationMethod and apparatus for automatically and configurably adjusting allocated database resources to avoid denial of service
US7793087B2 (en)*2005-12-302010-09-07Sap AgConfiguration templates for different use cases for a system
US7689600B2 (en)2005-12-302010-03-30Sap AgSystem and method for cluster file system synchronization
US8271769B2 (en)*2005-12-302012-09-18Sap AgDynamic adaptation of a configuration to a system environment
US20070257715A1 (en)*2005-12-302007-11-08Semerdzhiev Krasimir PSystem and method for abstract configuration
US8843918B2 (en)*2005-12-302014-09-23Sap AgSystem and method for deployable templates
US9038023B2 (en)*2005-12-302015-05-19Sap SeTemplate-based configuration architecture
US20070156715A1 (en)*2005-12-302007-07-05Thomas MuellerTagged property files for system configurations
US7954087B2 (en)*2005-12-302011-05-31Sap AgTemplate integration
US7694117B2 (en)*2005-12-302010-04-06Sap AgVirtualized and adaptive configuration of a system
US8201189B2 (en)*2005-12-302012-06-12Sap AgSystem and method for filtering components
US7870538B2 (en)*2005-12-302011-01-11Sap AgConfiguration inheritance in system configuration
US8838750B2 (en)*2005-12-302014-09-16Sap AgSystem and method for system information centralization
US7797522B2 (en)*2005-12-302010-09-14Sap AgMeta attributes of system configuration elements
US7779389B2 (en)*2005-12-302010-08-17Sap AgSystem and method for dynamic VM settings
US8849894B2 (en)*2005-12-302014-09-30Sap AgMethod and system using parameterized configurations
US20070156641A1 (en)*2005-12-302007-07-05Thomas MuellerSystem and method to provide system independent configuration references
US20080114627A1 (en)*2006-11-152008-05-15Sap AgSystem and Method for Capturing Process Instance Information in Complex or Distributed Systems
US8073558B2 (en)*2007-10-052011-12-06Honeywell International IncCritical resource notification system and interface device
US8135985B2 (en)*2009-06-172012-03-13International Business Machines CorporationHigh availability support for virtual machines
US8782190B2 (en)*2009-07-172014-07-15Honeywell International, Inc.Demand response management system
US8572230B2 (en)2009-07-172013-10-29Honeywell International Inc.System for using attributes to deploy demand response resources
US9818073B2 (en)2009-07-172017-11-14Honeywell International Inc.Demand response management system
US9124535B2 (en)2009-07-172015-09-01Honeywell International Inc.System for using attributes to deploy demand response resources
US8671191B2 (en)2009-07-172014-03-11Honeywell International Inc.Installation system for demand response resources
US8667132B2 (en)2009-07-172014-03-04Honeywell International Inc.Arrangement for communication about and management of a resource using a mobile device
US9137050B2 (en)2009-07-172015-09-15Honeywell International Inc.Demand response system incorporating a graphical processing unit
US8671167B2 (en)*2009-07-172014-03-11Honeywell International Inc.System for providing demand response services
US8676953B2 (en)2009-07-172014-03-18Honeywell International Inc.Use of aggregated groups for managing demand response resources
US8364794B2 (en)*2010-03-112013-01-29International Business Machines CorporationAdmission control framework method and system
US8626354B2 (en)2011-01-282014-01-07Honeywell International Inc.Approach for normalizing automated demand response events in energy management control systems
US9153001B2 (en)2011-01-282015-10-06Honeywell International Inc.Approach for managing distribution of automated demand response events in a multi-site enterprise
US8630744B2 (en)2011-01-282014-01-14Honeywell International Inc.Management and monitoring of automated demand response in a multi-site enterprise
US20140081704A1 (en)2012-09-152014-03-20Honeywell International Inc.Decision support system based on energy markets
US9389850B2 (en)2012-11-292016-07-12Honeywell International Inc.System and approach to manage versioning of field devices in a multi-site enterprise
US10346931B2 (en)2013-07-112019-07-09Honeywell International Inc.Arrangement for communicating demand response resource incentives
US9691076B2 (en)2013-07-112017-06-27Honeywell International Inc.Demand response system having a participation predictor
US9989937B2 (en)2013-07-112018-06-05Honeywell International Inc.Predicting responses of resources to demand response signals and having comfortable demand responses
US9665078B2 (en)2014-03-252017-05-30Honeywell International Inc.System for propagating messages for purposes of demand response
US9524186B2 (en)*2014-04-282016-12-20Oracle International CorporationSystem and method for supporting common transaction identifier (XID) optimization based on resource manager (RM) instance awareness in a transactional environment
US9569224B2 (en)2014-05-062017-02-14Oracle International CorporationSystem and method for adaptively integrating a database state notification service with a distributed transactional middleware machine
US9684547B2 (en)2014-05-292017-06-20Apple Inc.Method and apparatus for handling security of an application and its extension
US9881070B2 (en)*2014-12-122018-01-30Microsoft Technology Licensing, LlcControlling service functions in response to service instigation and service reactivation messages
US10541556B2 (en)2017-04-272020-01-21Honeywell International Inc.System and approach to integrate and manage diverse demand response specifications for multi-site enterprises
US11734058B2 (en)*2020-10-272023-08-22Salesforce, Inc.Systems and methods of a virtualized management operation engine of a distributed system

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
DE69429686T2 (en)1993-02-252003-04-30Sun Microsystems, Inc. Transaction management in an object-oriented system
GB2305271A (en)*1995-09-151997-04-02IbmProxy object recovery in an object-oriented environment
GB2308468A (en)*1995-12-201997-06-25IbmData processing systems and methods providing interoperability between data processing resources
US5864866A (en)*1997-03-261999-01-26International Business Machines CorporationApparatus and method for providing externalization in an object-oriented environment

Cited By (245)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US6851118B1 (en)*1997-10-062005-02-01Sun Microsystems, Inc.Remote object access
US6356930B2 (en)*1998-10-162002-03-12Silverstream Software, Inc.Connection concentrator for distributed object systems
US20110016203A1 (en)*2000-07-272011-01-20Bea Systems, Inc.System and method for achieving scalability in domain computing
US7774403B2 (en)*2000-07-272010-08-10Bea Systems, Inc.System and method for concentration and load-balancing of requests
US8166095B2 (en)2000-07-272012-04-24Oracle International CorporationSystem and method for achieving scalability in domain computing
US20060069723A1 (en)*2000-07-272006-03-30Bea Systems, Inc.System and method for concentration and load-balancing of requests
US8112492B2 (en)2000-10-302012-02-07Microsoft CorporationShared object stores for a networked computer system
US20110004658A1 (en)*2000-10-302011-01-06Microsoft CorporationShared Object Stores For A Networked Computer System
US20060026264A1 (en)*2000-10-302006-02-02Microsoft CorporationShared object stores for a networked computer system
US7809798B2 (en)*2000-10-302010-10-05Microsoft CorporationShared object stores for a networked computer system
US7430738B1 (en)2001-06-112008-09-30Microsoft CorporationMethods and arrangements for routing server requests to worker processes based on URL
US7594230B2 (en)2001-06-112009-09-22Microsoft CorporationWeb server architecture
US20030088659A1 (en)*2001-11-082003-05-08Susarla Hanumantha RaoSystem and method for distributed state management
US20050267878A1 (en)*2001-11-142005-12-01Hitachi, Ltd.Storage system having means for acquiring execution information of database management system
US7734616B2 (en)*2001-11-142010-06-08Hitachi, Ltd.Storage system having means for acquiring execution information of database management system
US20030105836A1 (en)*2001-11-302003-06-05Nec CorporationDevice and method for specifying location of object in distributed object system
US7130905B2 (en)2002-01-102006-10-31Sun Microsystems, Inc.System and method for coordinating access to data for a distributed application
US20030131041A1 (en)*2002-01-102003-07-10Darpan DinkerSystem and method for coordinating access to data for a distributed application
US20030154202A1 (en)*2002-02-122003-08-14Darpan DinkerDistributed data system with process co-location and out -of -process communication
US20050125811A1 (en)*2002-02-142005-06-09Microsoft CorporationAPI schema language and transformation techniques
US20050160408A1 (en)*2002-02-142005-07-21Microsoft CorporationAPI schema language and transformation techniques
US7370329B2 (en)2002-03-012008-05-06Sun Microsystems, Inc.System and method for state saves in a distributed data system
US20030167332A1 (en)*2002-03-012003-09-04Sun Microsystems, Inc.Object mutation determination for incremental state saves
US7320035B2 (en)2002-03-012008-01-15Sun Microsystems, Inc.Object mutation determination for incremental state saves
US7490137B2 (en)2002-03-222009-02-10Microsoft CorporationVector-based sending of web content
US20070106702A1 (en)*2002-03-222007-05-10Microsoft CorporationSelective Caching of Servable Files Based at Least in Part on a Type of Memory
US20030204622A1 (en)*2002-04-262003-10-30International Business Machines CorporationDynamic invocation of web services
US7475145B2 (en)2002-04-262009-01-06International Business Machines CorporationDynamic invocation of web services
US7139925B2 (en)2002-04-292006-11-21Sun Microsystems, Inc.System and method for dynamic cluster adjustment to node failures in a distributed data system
US20030204786A1 (en)*2002-04-292003-10-30Darpan DinkerSystem and method for dynamic cluster adjustment to node failures in a distributed data system
US7290262B2 (en)2002-05-212007-10-30International Business Machine CorporationMethod and apparatus for dynamically determining information for deploying a web service
US20030220993A1 (en)*2002-05-212003-11-27Blizniak Paul K.Method and apparatus for dynamically determining information for deploying a web service
US20040162637A1 (en)*2002-07-252004-08-19Yulun WangMedical tele-robotic system with a master remote station with an arbitrator
US8209051B2 (en)2002-07-252012-06-26Intouch Technologies, Inc.Medical tele-robotic system
US10315312B2 (en)*2002-07-252019-06-11Intouch Technologies, Inc.Medical tele-robotic system with a master remote station with an arbitrator
US20190248018A1 (en)*2002-07-252019-08-15Intouch Technologies, Inc.Medical tele-robotic system with a master remote station with an arbitrator
US20080201017A1 (en)*2002-07-252008-08-21Yulun WangMedical tele-robotic system
US10889000B2 (en)*2002-07-252021-01-12Teladoc HealthMedical tele-robotic system with a master remote station with an arbitrator
US7593030B2 (en)2002-07-252009-09-22Intouch Technologies, Inc.Tele-robotic videoconferencing in a corporate environment
US9849593B2 (en)*2002-07-252017-12-26Intouch Technologies, Inc.Medical tele-robotic system with a master remote station with an arbitrator
USRE45870E1 (en)2002-07-252016-01-26Intouch Technologies, Inc.Apparatus and method for patient rounding with a remote controlled robot
US20210241902A1 (en)*2002-07-252021-08-05Teladoc Health, Inc.Medical tele-robotic system with a master remote station with an arbitrator
US20040098490A1 (en)*2002-10-282004-05-20Darpan DinkerSystem and method for uniquely identifying processes and entities in clusters
US8005979B2 (en)2002-10-282011-08-23Oracle America, Inc.System and method for uniquely identifying processes and entities in clusters
US20040139197A1 (en)*2003-01-142004-07-15Sbc Properties, L.P.Structured query language (SQL) query via common object request broker architecture (CORBA) interface
US7599912B2 (en)2003-01-142009-10-06At&T Intellectual Property I, L.P.Structured query language (SQL) query via common object request broker architecture (CORBA) interface
US20040187141A1 (en)*2003-01-152004-09-23AlcatelPush-based object request broker
US7577965B2 (en)2003-01-152009-08-18AlcatelPush-based object request broker
US8001142B2 (en)2003-04-022011-08-16Oracle America, Inc.Distributed data system with incremental data updates
US20040199815A1 (en)*2003-04-022004-10-07Sun Microsystems, Inc.System and method for measuring performance with distributed agents
US7178065B2 (en)2003-04-022007-02-13Sun Microsystems, Inc.System and method for measuring performance with distributed agents
US7281050B2 (en)2003-04-082007-10-09Sun Microsystems, Inc.Distributed token manager with transactional properties
US20050114857A1 (en)*2003-11-202005-05-26International Business Machines CorporationMethod, system, and program for managing operation requests using different resources
US8443371B2 (en)*2003-11-202013-05-14International Business Machines CorporationManaging operation requests using different resources
US20090150897A1 (en)*2003-11-202009-06-11International Business Machines CorporationManaging operation requests using different resources
US9619285B2 (en)*2003-11-202017-04-11International Business Machines CorporationManaging operation requests using different resources
US7512948B2 (en)*2003-11-202009-03-31International Business Machines CorporationMethod, system, and program for managing operation requests using different resources
US20130239117A1 (en)*2003-11-202013-09-12International Business Machines CorporationManaging operation requests using different resources
US9956690B2 (en)2003-12-092018-05-01Intouch Technologies, Inc.Protocol for a remotely controlled videoconferencing robot
US9375843B2 (en)2003-12-092016-06-28Intouch Technologies, Inc.Protocol for a remotely controlled videoconferencing robot
US10882190B2 (en)2003-12-092021-01-05Teladoc Health, Inc.Protocol for a remotely controlled videoconferencing robot
US9610685B2 (en)2004-02-262017-04-04Intouch Technologies, Inc.Graphical interface for a remote presence system
US20100115418A1 (en)*2004-02-262010-05-06Yulun WangGraphical interface for a remote presence system
US8000814B2 (en)2004-05-042011-08-16Fisher-Rosemount Systems, Inc.User configurable alarms and alarm trending for process control system
US20070106761A1 (en)*2004-05-042007-05-10Beoughter Ken JService-oriented architecture for process control systems
US7984096B2 (en)*2004-05-042011-07-19Fisher-Rosemount Systems, Inc.Service-oriented architecture for process control systems
US8060834B2 (en)2004-05-042011-11-15Fisher-Rosemount Systems, Inc.Graphics integration into a process configuration and control environment
US8127241B2 (en)2004-05-042012-02-28Fisher-Rosemount Systems, Inc.Process plant user interface system having customized process graphic display layers in an integrated environment
US8135481B2 (en)2004-05-042012-03-13Fisher-Rosemount Systems, Inc.Process plant monitoring based on multivariate statistical analysis and on-line process simulation
US8185219B2 (en)2004-05-042012-05-22Fisher-Rosemount Systems, Inc.Graphic element with multiple visualizations in a process environment
US20050261969A1 (en)*2004-05-102005-11-24International Business Machines CorporationLayered architecture for POS (point-of sale) systems
US7624193B2 (en)*2004-05-142009-11-24International Business Machines CorporationMulti-vendor mediation for subscription services
US20050256970A1 (en)*2004-05-142005-11-17International Business Machines CorporationSystem and method for multi-vendor mediation for subscription services
US20060031355A1 (en)*2004-05-212006-02-09Bea Systems, Inc.Programmable service oriented architecture
US20050273521A1 (en)*2004-05-212005-12-08Bea Systems, Inc.Dynamically configurable service oriented architecture
US20050267892A1 (en)*2004-05-212005-12-01Patrick Paul BService proxy definition
US20050264581A1 (en)*2004-05-212005-12-01Bea Systems, Inc.Dynamic program modification
US20050267947A1 (en)*2004-05-212005-12-01Bea Systems, Inc.Service oriented architecture with message processing pipelines
US20050273502A1 (en)*2004-05-212005-12-08Patrick Paul BService oriented architecture with message processing stages
US20050273517A1 (en)*2004-05-212005-12-08Bea Systems, Inc.Service oriented architecture with credential management
US20050270970A1 (en)*2004-05-212005-12-08Bea Systems, Inc.Failsafe service oriented architecture
US20050273497A1 (en)*2004-05-212005-12-08Bea Systems, Inc.Service oriented architecture with electronic mail transport protocol
US7653008B2 (en)2004-05-212010-01-26Bea Systems, Inc.Dynamically configurable service oriented architecture
US20050273516A1 (en)*2004-05-212005-12-08Bea Systems, Inc.Dynamic routing in a service oriented architecture
US20080034367A1 (en)*2004-05-212008-02-07Bea Systems, Inc.Message processing in a service oriented architecture
US20050273520A1 (en)*2004-05-212005-12-08Bea Systems, Inc.Service oriented architecture with file transport protocol
US20060212593A1 (en)*2004-05-212006-09-21Bea Systems, Inc.Dynamic service composition and orchestration
US20050278335A1 (en)*2004-05-212005-12-15Bea Systems, Inc.Service oriented architecture with alerts
US20050278374A1 (en)*2004-05-212005-12-15Bea Systems, Inc.Dynamic program modification
US20060005063A1 (en)*2004-05-212006-01-05Bea Systems, Inc.Error handling for a service oriented architecture
US20060007918A1 (en)*2004-05-212006-01-12Bea Systems, Inc.Scaleable service oriented architecture
US20060031431A1 (en)*2004-05-212006-02-09Bea Systems, Inc.Reliable updating for a service oriented architecture
US20060031481A1 (en)*2004-05-212006-02-09Bea Systems, Inc.Service oriented architecture with monitoring
US20060080419A1 (en)*2004-05-212006-04-13Bea Systems, Inc.Reliable updating for a service oriented architecture
US20060069791A1 (en)*2004-05-212006-03-30Bea Systems, Inc.Service oriented architecture with interchangeable transport protocols
US20060031353A1 (en)*2004-05-212006-02-09Bea Systems, Inc.Dynamic publishing in a service oriented architecture
US20060031433A1 (en)*2004-05-212006-02-09Bea Systems, Inc.Batch updating for a service oriented architecture
US20060034237A1 (en)*2004-05-212006-02-16Bea Systems, Inc.Dynamically configurable service oriented architecture
US20060031930A1 (en)*2004-05-212006-02-09Bea Systems, Inc.Dynamically configurable service oriented architecture
US20060031432A1 (en)*2004-05-212006-02-09Bea Systens, Inc.Service oriented architecture with message processing pipelines
US20060031354A1 (en)*2004-05-212006-02-09Bea Systems, Inc.Service oriented architecture
US9038082B2 (en)2004-05-282015-05-19Oracle International CorporationResource abstraction via enabler and metadata
US9565297B2 (en)2004-05-282017-02-07Oracle International CorporationTrue convergence with end to end identity management
US8401275B2 (en)2004-07-132013-03-19Intouch Technologies, Inc.Mobile robot with a head-based movement mapping scheme
US8983174B2 (en)2004-07-132015-03-17Intouch Technologies, Inc.Mobile robot with a head-based movement mapping scheme
US8077963B2 (en)2004-07-132011-12-13Yulun WangMobile robot with a head-based movement mapping scheme
US9766624B2 (en)2004-07-132017-09-19Intouch Technologies, Inc.Mobile robot with a head-based movement mapping scheme
US10241507B2 (en)2004-07-132019-03-26Intouch Technologies, Inc.Mobile robot with a head-based movement mapping scheme
US7418719B2 (en)*2004-08-312008-08-26Microsoft CorporationMethod and system to support a unified process model for handling messages sent in different protocols
US20080320503A1 (en)*2004-08-312008-12-25Microsoft CorporationURL Namespace to Support Multiple-Protocol Processing within Worker Processes
US7418709B2 (en)*2004-08-312008-08-26Microsoft CorporationURL namespace to support multiple-protocol processing within worker processes
US7418712B2 (en)*2004-08-312008-08-26Microsoft CorporationMethod and system to support multiple-protocol processing within worker processes
US20060047818A1 (en)*2004-08-312006-03-02Microsoft CorporationMethod and system to support multiple-protocol processing within worker processes
US20060080443A1 (en)*2004-08-312006-04-13Microsoft CorporationURL namespace to support multiple-protocol processing within worker processes
US20060047532A1 (en)*2004-08-312006-03-02Microsoft CorporationMethod and system to support a unified process model for handling messages sent in different protocols
US20060168122A1 (en)*2005-01-132006-07-27International Business Machines CorporationSystem and Method for Protocol Independent Access and Invocation of Web Services
US7509398B2 (en)2005-01-132009-03-24International Business Machines CorporationSystem and method for protocol independent access and invocation of web services
US7818393B1 (en)*2005-06-022010-10-19United States Automobile AssociationSystem and method for outage avoidance
US8224926B1 (en)*2005-06-022012-07-17United Services Automobile AssociationSystem and method for outage avoidance
US9198728B2 (en)2005-09-302015-12-01Intouch Technologies, Inc.Multi-camera mobile teleconferencing platform
US10259119B2 (en)2005-09-302019-04-16Intouch Technologies, Inc.Multi-camera mobile teleconferencing platform
US9245236B2 (en)2006-02-162016-01-26Oracle International CorporationFactorization of concerns to build a SDP (service delivery platform)
US8849679B2 (en)2006-06-152014-09-30Intouch Technologies, Inc.Remote controlled robot system that provides medical images
US7802258B2 (en)*2007-02-132010-09-21Amadeus S.A.S.Interface between computer software modules
US20080196048A1 (en)*2007-02-132008-08-14Amadeus S.A.S.Interface Module
US8892260B2 (en)2007-03-202014-11-18Irobot CorporationMobile robot for telecommunication
US9296109B2 (en)2007-03-202016-03-29Irobot CorporationMobile robot for telecommunication
US8675852B2 (en)2007-03-232014-03-18Oracle International CorporationUsing location as a presence attribute
US8744055B2 (en)2007-03-232014-06-03Oracle International CorporationAbstract application dispatcher
US10682763B2 (en)2007-05-092020-06-16Intouch Technologies, Inc.Robot system that operates through a network firewall
US9160783B2 (en)2007-05-092015-10-13Intouch Technologies, Inc.Robot system that operates through a network firewall
US8996394B2 (en)2007-05-182015-03-31Oracle International CorporationSystem and method for enabling decision activities in a process management and design environment
US20080288304A1 (en)*2007-05-182008-11-20Bea Systems, Inc.System and Method for Enabling Decision Activities in a Process Management and Design Environment
US8185916B2 (en)2007-06-282012-05-22Oracle International CorporationSystem and method for integrating a business process management system with an enterprise service bus
US8667101B1 (en)*2007-10-252014-03-04United States Automobile Association (USAA)Enhanced throttle management system
US8266258B1 (en)2007-10-252012-09-11United Services Automobile Association (Usaa)Enhanced throttle management system
US7840653B1 (en)*2007-10-252010-11-23United Services Automobile Association (Usaa)Enhanced throttle management system
US9654515B2 (en)*2008-01-232017-05-16Oracle International CorporationService oriented architecture-based SCIM platform
US20090187919A1 (en)*2008-01-232009-07-23Oracle International CorporationService oriented architecture-based scim platform
US8966498B2 (en)2008-01-242015-02-24Oracle International CorporationIntegrating operational and business support systems with a service delivery platform
US8914493B2 (en)2008-03-102014-12-16Oracle International CorporationPresence-based event driven architecture
US11787060B2 (en)2008-03-202023-10-17Teladoc Health, Inc.Remote presence system mounted to operating room hardware
US10875182B2 (en)2008-03-202020-12-29Teladoc Health, Inc.Remote presence system mounted to operating room hardware
US8179418B2 (en)2008-04-142012-05-15Intouch Technologies, Inc.Robotic based health care system
US10471588B2 (en)2008-04-142019-11-12Intouch Technologies, Inc.Robotic based health care system
US11472021B2 (en)2008-04-142022-10-18Teladoc Health, Inc.Robotic based health care system
US8170241B2 (en)2008-04-172012-05-01Intouch Technologies, Inc.Mobile tele-presence system with a microphone system
US20100019715A1 (en)*2008-04-172010-01-28David Bjorn RoeMobile tele-presence system with a microphone system
US10493631B2 (en)2008-07-102019-12-03Intouch Technologies, Inc.Docking system for a tele-presence robot
US9193065B2 (en)2008-07-102015-11-24Intouch Technologies, Inc.Docking system for a tele-presence robot
US9842192B2 (en)2008-07-112017-12-12Intouch Technologies, Inc.Tele-presence robot system with multi-cast features
US10878960B2 (en)2008-07-112020-12-29Teladoc Health, Inc.Tele-presence robot system with multi-cast features
US10819530B2 (en)2008-08-212020-10-27Oracle International CorporationCharging enabler
US8340819B2 (en)2008-09-182012-12-25Intouch Technologies, Inc.Mobile videoconferencing robot system with network adaptive driving
US9429934B2 (en)2008-09-182016-08-30Intouch Technologies, Inc.Mobile videoconferencing robot system with network adaptive driving
US8996165B2 (en)2008-10-212015-03-31Intouch Technologies, Inc.Telepresence robot with a camera boom
US8898332B2 (en)*2008-11-202014-11-25At&T Intellectual Property I, L.P.Methods, systems, devices and computer program products for protecting a network by providing severable network zones
US20100125662A1 (en)*2008-11-202010-05-20At&T Intellectual Property I. L.P.Methods, Systems, Devices and Computer Program Products for Protecting a Network by Providing Severable Network Zones
US10059000B2 (en)2008-11-252018-08-28Intouch Technologies, Inc.Server connectivity control for a tele-presence robot
US8463435B2 (en)2008-11-252013-06-11Intouch Technologies, Inc.Server connectivity control for tele-presence robot
US12138808B2 (en)2008-11-252024-11-12Teladoc Health, Inc.Server connectivity control for tele-presence robots
US10875183B2 (en)2008-11-252020-12-29Teladoc Health, Inc.Server connectivity control for tele-presence robot
US9138891B2 (en)2008-11-252015-09-22Intouch Technologies, Inc.Server connectivity control for tele-presence robot
US8849680B2 (en)2009-01-292014-09-30Intouch Technologies, Inc.Documentation through a remote presence robot
US8881039B2 (en)2009-03-132014-11-04Fisher-Rosemount Systems, Inc.Scaling composite shapes for a graphical human-machine interface
US10969766B2 (en)2009-04-172021-04-06Teladoc Health, Inc.Tele-presence robot system with software modularity, projector and laser pointer
US20100268383A1 (en)*2009-04-172010-10-21Yulun WangTele-presence robot system with software modularity, projector and laser pointer
US8897920B2 (en)2009-04-172014-11-25Intouch Technologies, Inc.Tele-presence robot system with software modularity, projector and laser pointer
US8879547B2 (en)2009-06-022014-11-04Oracle International CorporationTelephony application services
US11399153B2 (en)2009-08-262022-07-26Teladoc Health, Inc.Portable telepresence apparatus
US9602765B2 (en)2009-08-262017-03-21Intouch Technologies, Inc.Portable remote presence robot
US10911715B2 (en)2009-08-262021-02-02Teladoc Health, Inc.Portable remote presence robot
US10404939B2 (en)2009-08-262019-09-03Intouch Technologies, Inc.Portable remote presence robot
US8384755B2 (en)2009-08-262013-02-26Intouch Technologies, Inc.Portable remote presence robot
US9269060B2 (en)2009-11-202016-02-23Oracle International CorporationMethods and systems for generating metadata describing dependencies for composable elements
US20110142211A1 (en)*2009-12-162011-06-16Oracle International CorporationMessage forwarding
US9509790B2 (en)2009-12-162016-11-29Oracle International CorporationGlobal presence
US9503407B2 (en)2009-12-162016-11-22Oracle International CorporationMessage forwarding
US11154981B2 (en)2010-02-042021-10-26Teladoc Health, Inc.Robot user interface for telepresence robot system
US10887545B2 (en)2010-03-042021-01-05Teladoc Health, Inc.Remote presence system including a cart that supports a robot face and an overhead camera
US11798683B2 (en)2010-03-042023-10-24Teladoc Health, Inc.Remote presence system including a cart that supports a robot face and an overhead camera
US8670017B2 (en)2010-03-042014-03-11Intouch Technologies, Inc.Remote presence system including a cart that supports a robot face and an overhead camera
US9089972B2 (en)2010-03-042015-07-28Intouch Technologies, Inc.Remote presence system including a cart that supports a robot face and an overhead camera
US8825183B2 (en)2010-03-222014-09-02Fisher-Rosemount Systems, Inc.Methods for a data driven interface based on relationships between process control tags
US9902069B2 (en)2010-05-202018-02-27Irobot CorporationMobile robot system
US9014848B2 (en)2010-05-202015-04-21Irobot CorporationMobile robot system
US9498886B2 (en)2010-05-202016-11-22Irobot CorporationMobile human interface robot
US8935005B2 (en)2010-05-202015-01-13Irobot CorporationOperating a mobile robot
US10343283B2 (en)2010-05-242019-07-09Intouch Technologies, Inc.Telepresence robot system that can be accessed by a cellular phone
US11389962B2 (en)2010-05-242022-07-19Teladoc Health, Inc.Telepresence robot system that can be accessed by a cellular phone
US10808882B2 (en)2010-05-262020-10-20Intouch Technologies, Inc.Tele-robotic system with a robot face placed on a chair
US9264664B2 (en)2010-12-032016-02-16Intouch Technologies, Inc.Systems and methods for dynamic bandwidth allocation
US10218748B2 (en)2010-12-032019-02-26Intouch Technologies, Inc.Systems and methods for dynamic bandwidth allocation
US8930019B2 (en)2010-12-302015-01-06Irobot CorporationMobile human interface robot
US12093036B2 (en)2011-01-212024-09-17Teladoc Health, Inc.Telerobotic system with a dual application screen presentation
US9323250B2 (en)2011-01-282016-04-26Intouch Technologies, Inc.Time-dependent navigation of telepresence robots
US8965579B2 (en)2011-01-282015-02-24Intouch TechnologiesInterfacing with a mobile telepresence robot
US9469030B2 (en)2011-01-282016-10-18Intouch TechnologiesInterfacing with a mobile telepresence robot
US10399223B2 (en)2011-01-282019-09-03Intouch Technologies, Inc.Interfacing with a mobile telepresence robot
US11468983B2 (en)2011-01-282022-10-11Teladoc Health, Inc.Time-dependent navigation of telepresence robots
US8718837B2 (en)2011-01-282014-05-06Intouch TechnologiesInterfacing with a mobile telepresence robot
US9785149B2 (en)2011-01-282017-10-10Intouch Technologies, Inc.Time-dependent navigation of telepresence robots
US10591921B2 (en)2011-01-282020-03-17Intouch Technologies, Inc.Time-dependent navigation of telepresence robots
US11289192B2 (en)2011-01-282022-03-29Intouch Technologies, Inc.Interfacing with a mobile telepresence robot
US12224059B2 (en)2011-02-162025-02-11Teladoc Health, Inc.Systems and methods for network-based counseling
US10769739B2 (en)2011-04-252020-09-08Intouch Technologies, Inc.Systems and methods for management of information among medical providers and facilities
US9974612B2 (en)2011-05-192018-05-22Intouch Technologies, Inc.Enhanced diagnostics for a telepresence robot
US8949431B2 (en)2011-08-242015-02-03Radware, Ltd.Method for live migration of virtual machines
US9703585B2 (en)2011-08-242017-07-11Radware, Ltd.Method for live migration of virtual machines
US9489222B2 (en)2011-08-242016-11-08Radware, Ltd.Techniques for workload balancing among a plurality of physical machines
US20130111026A1 (en)*2011-10-312013-05-02International Business Machines CorporationSerialization of access to data in multimainframe computing environments
US9053141B2 (en)*2011-10-312015-06-09International Business Machines CorporationSerialization of access to data in multi-mainframe computing environments
US10331323B2 (en)2011-11-082019-06-25Intouch Technologies, Inc.Tele-presence system with a user interface that displays different communication links
US9715337B2 (en)2011-11-082017-07-25Intouch Technologies, Inc.Tele-presence system with a user interface that displays different communication links
US8836751B2 (en)2011-11-082014-09-16Intouch Technologies, Inc.Tele-presence system with a user interface that displays different communication links
US8902278B2 (en)2012-04-112014-12-02Intouch Technologies, Inc.Systems and methods for visualizing and managing telepresence devices in healthcare networks
US10762170B2 (en)2012-04-112020-09-01Intouch Technologies, Inc.Systems and methods for visualizing patient and telepresence device statistics in a healthcare network
US9251313B2 (en)2012-04-112016-02-02Intouch Technologies, Inc.Systems and methods for visualizing and managing telepresence devices in healthcare networks
US11205510B2 (en)2012-04-112021-12-21Teladoc Health, Inc.Systems and methods for visualizing and managing telepresence devices in healthcare networks
US9174342B2 (en)2012-05-222015-11-03Intouch Technologies, Inc.Social behavior rules for a medical telepresence robot
US10603792B2 (en)2012-05-222020-03-31Intouch Technologies, Inc.Clinical workflows utilizing autonomous and semiautonomous telemedicine devices
US10328576B2 (en)2012-05-222019-06-25Intouch Technologies, Inc.Social behavior rules for a medical telepresence robot
US10892052B2 (en)2012-05-222021-01-12Intouch Technologies, Inc.Graphical user interfaces including touchpad driving interfaces for telemedicine devices
US10061896B2 (en)2012-05-222018-08-28Intouch Technologies, Inc.Graphical user interfaces including touchpad driving interfaces for telemedicine devices
US11628571B2 (en)2012-05-222023-04-18Teladoc Health, Inc.Social behavior rules for a medical telepresence robot
US11515049B2 (en)2012-05-222022-11-29Teladoc Health, Inc.Graphical user interfaces including touchpad driving interfaces for telemedicine devices
US10658083B2 (en)2012-05-222020-05-19Intouch Technologies, Inc.Graphical user interfaces including touchpad driving interfaces for telemedicine devices
US10780582B2 (en)2012-05-222020-09-22Intouch Technologies, Inc.Social behavior rules for a medical telepresence robot
US9776327B2 (en)2012-05-222017-10-03Intouch Technologies, Inc.Social behavior rules for a medical telepresence robot
US11453126B2 (en)2012-05-222022-09-27Teladoc Health, Inc.Clinical workflows utilizing autonomous and semi-autonomous telemedicine devices
US9361021B2 (en)2012-05-222016-06-07Irobot CorporationGraphical user interfaces including touchpad driving interfaces for telemedicine devices
US10924708B2 (en)2012-11-262021-02-16Teladoc Health, Inc.Enhanced video interaction for a user interface of a telepresence network
US9098611B2 (en)2012-11-262015-08-04Intouch Technologies, Inc.Enhanced video interaction for a user interface of a telepresence network
US11910128B2 (en)2012-11-262024-02-20Teladoc Health, Inc.Enhanced video interaction for a user interface of a telepresence network
US10334205B2 (en)2012-11-262019-06-25Intouch Technologies, Inc.Enhanced video interaction for a user interface of a telepresence network
US9450981B2 (en)2013-03-142016-09-20Radware, Ltd.System and method thereof for mitigating denial of service attacks in virtual networks
US9749212B2 (en)2013-10-172017-08-29International Business Machines CorporationProblem determination in a hybrid environment
US9722908B2 (en)2013-10-172017-08-01International Business Machines CorporationProblem determination in a hybrid environment
US11102103B2 (en)*2015-11-232021-08-24Bank Of America CorporationNetwork stabilizing tool
US20170149643A1 (en)*2015-11-232017-05-25Bank Of America CorporationNetwork stabilizing tool
US11862302B2 (en)2017-04-242024-01-02Teladoc Health, Inc.Automated transcription and documentation of tele-health encounters
US10372517B2 (en)*2017-07-212019-08-06TmaxData Co., Ltd.Message scheduling method
US11742094B2 (en)2017-07-252023-08-29Teladoc Health, Inc.Modular telehealth cart with thermal imaging and touch screen user interface
US11636944B2 (en)2017-08-252023-04-25Teladoc Health, Inc.Connectivity infrastructure for a telehealth platform
US11389064B2 (en)2018-04-272022-07-19Teladoc Health, Inc.Telehealth cart that supports a removable tablet with seamless audio/video switching

Also Published As

Publication numberPublication date
US6209018B1 (en)2001-03-27
WO1999026136A2 (en)1999-05-27
EP1029272A2 (en)2000-08-23
AU1389899A (en)1999-06-07
WO1999026136A3 (en)1999-07-22

Similar Documents

PublicationPublication DateTitle
US6209018B1 (en)Service framework for a distributed object network system
US6237024B1 (en)Method and apparatus for the suspension and continuation of remote processes
Neuman et al.The Prospero resource manager: A scalable framework for processor allocation in distributed systems
US5475817A (en)Object oriented distributed computing system processing request to other object model with code mapping by object managers located by manager of object managers
Ghormley et al.GLUix: a global layer unix for a network of workstations
AU746391B2 (en)Method and system for facilitating distributed software development in a distribution unaware manner
US5452459A (en)Method and apparatus for allocating server access in a distributed computing environment
EP0660234B1 (en)Method and system for executing code remotely
US6101527A (en)System for managing and processing distributed object transactions and process implemented by said system
US6832238B1 (en)Local transaction management
US6125382A (en)Distributed thread mechanism and method
US6192514B1 (en)Multicomputer system
JP4690437B2 (en) Communication method, communication apparatus and program for network application
Pyarali et al.Evaluating and optimizing thread pool strategies for real-time CORBA
US6470346B2 (en)Remote computation framework
WO1999023784A2 (en)Distributed web application server
US6704764B1 (en)Method and apparatus for a servlet server class
EP1917585A2 (en)Application server distributing the jobs to virtual environments running on different computers
EP1057108A1 (en)Method and apparatus for the suspension and continuation of remote processes
Natrajan et al.Grid resource management in Legion
US6957427B1 (en)Remote object activation in a distributed system
EP4404059A1 (en)Unified resource management architecture for workload schedulers
Wollrath et al.Simple activation for distributed objects
SchnekenburgerLoad balancing in CORBA: A survey of concepts, patterns, and techniques
Neuman et al.Resource management for distributed parallel systems

Legal Events

DateCodeTitleDescription
STCBInformation on status: application discontinuation

Free format text:ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION


[8]ページ先頭

©2009-2025 Movatter.jp