US20020059256A1 - Remote data access and synchronization - Google Patents

Remote data access and synchronization Download PDF

Info

Publication number
US20020059256A1
US20020059256A1 US09/977,780 US97778001A US2002059256A1 US 20020059256 A1 US20020059256 A1 US 20020059256A1 US 97778001 A US97778001 A US 97778001A US 2002059256 A1 US2002059256 A1 US 2002059256A1
Authority
US
United States
Prior art keywords
remote
local
computer
message
database
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/977,780
Inventor
Chris Halim
John Stossel
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.)
Intellisync LLC
Original Assignee
Pumatech 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 Pumatech Inc filed Critical Pumatech Inc
Priority to US09/977,780 priority Critical patent/US20020059256A1/en
Publication of US20020059256A1 publication Critical patent/US20020059256A1/en
Assigned to INTELLISYNC CORPORATION reassignment INTELLISYNC CORPORATION CHANGE OF NAME AS REFLECTED IN CERTIFICATE OF OWNERSHIP AND MERGER Assignors: PUMATECH, INC.
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/30Definitions, standards or architectural aspects of layered protocol stacks
    • H04L69/32Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
    • H04L69/322Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
    • H04L69/329Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the application layer [OSI layer 7]
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99951File or database maintenance
    • Y10S707/99952Coherency, e.g. same view to multiple users
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99951File or database maintenance
    • Y10S707/99952Coherency, e.g. same view to multiple users
    • Y10S707/99953Recoverability

Definitions

  • the invention relates to data access and synchronization from a remote computer.
  • Access to data is an important capability for users of computers that are physically remote from the computers holding the data.
  • a user of a mobile computer may need access to his electronic mail that is received and stored at a mail server computer on a local computer network at his home site.
  • the user may also need to access and modify a calendar and address book, or access other database information that is maintained on an application or database server computer at his home site.
  • the user may at other times use a desktop computer that is directly connected to the local computer network at his home site to access and modify data that he previously accessed from the remote computer.
  • a remote computer may connect to an application or database server computer over one or more of a number of different communication paths.
  • the remote computer may connect to the server or to a gateway computer on a local network using a modem and a directly dialed telephone connection.
  • Wireless access from the remote computer is also possible using a cellular telephone modem and a dialed telephone connection.
  • the remote computer may establish a telephone connection to an access point of a data network, such as the Internet. Communication between the remote computer and the server computer then passes through the telephone connection as well as through the data network.
  • the remote computer may also communicate directly over a wireless data network, such as a cellular digital packet data (CDPD) network, or the ARDIS or RAM networks, which is coupled to the server computer or to the local network.
  • CDPD cellular digital packet data
  • Communication paths between a remote computer and a server computer are typically significantly more limited than the communication path between a desktop computer and a server computer that are both directly coupled to a local computer network.
  • Remote communication may be limited to data rates in the range of approximately 5-56 kb/s, while local network communication typically occurs at rates of 1-10 Mb/s or higher.
  • latency of communication may be significant, several seconds in some wireless data networks, while typically being less than 10 ms in the local network.
  • Software on a remote computer and on a server computer can take several different approaches to making use of the communication paths described above.
  • One approach is to provide the remote computer access to a local computer network as if the remote computer were physically connected to the network.
  • Essentially the same application programs and communication protocols are then used on the remote computer to access the server computer as on the local desktop computer.
  • a remote client can access a mail server using client application programs that use application layer communication protocols such as POP, SMTP, IMAP, or MAPI, to retrieve and post mail messages.
  • Computers such as remote computers and desktop computers, that access a server may keep local copies of data stored on the server. When these computers are able to communicate with the server, they exchange all updated information thereby resulting in their local data being fully synchronized with the server after such communication.
  • Another approach to remote data access is to provide a pair of applications, one for execution on the remote computer, and another to act as a proxy or agent application executing at the user's home site.
  • the proxy application interacts with the server application over a high data rate communication path such as over a local computer network.
  • the communication protocol between the remote application and the proxy application is typically tailored to the type of data, for example tailored for mail, and to the characteristics of the data channel being used.
  • the remote application can be used to simply view and remotely manipulate data on the server computer, or may keep a synchronized copy of the data.
  • Yet another approach uses a network mail server coupled to the user's home site over a data network such as the Internet.
  • a pair of applications one executing at the remote computer and the other executing at the network server, are used to access mail messages stored on the network server over a wireless data network, such as the ARDIS network.
  • the message For a mail message to be accessible from the remote computer, the message must have been explicitly addressed and sent to the network mail server by the sender, or automatically forwarded from a mail server at the user's home site. This automatic forwarding may depend on criteria such as the sender, other information in the message header, or information in the body of the message itself.
  • the invention is a method for partially synchronizing a local database stored on a local computer and a remote database stored on a remote computer.
  • the method includes forming a message including information related to a local update of the local database, selecting a path from one or more communication paths coupling the local computer to the remote computer to pass the message to the remote computer, and transmitting data including the message to the remote computer over the selected path.
  • the method can include determining whether the local update to the local database should be sent to the remote computer.
  • the method includes receiving the data at the remote computer, processing the message included in the received data, and providing the information related to the local update to a remote application executing on the remote computer.
  • the method also includes updating a remote database coupled to the remote application using the information related to the local update.
  • the invention is a method for providing a remote computer access to a local database.
  • the method includes sending a message, including information related to a local update to the local database over a first data network to a networked computer, and receiving the message at the networked computer.
  • a networked database hosted on the networked computer is then updated using the information related to the local update.
  • the method also includes accessing and updating the networked database from a remote computer over a second data network, and sending a message that includes information related to the update of the networked database from the networked computer over the first data network.
  • the message that includes the information related to the update of the networked database is received and the local database is updated using the information related to the update of the networked database.
  • the invention in a third aspect, in general, is a system that includes a local database, an agent for accessing information related to a local update of the local database and for forming a message including that information for transmission to a remote computer, and a message router for accepting the message from the agent, and for selecting a path from one or more communication paths coupling the message router and the remote computer to pass the message to the remote computer.
  • the system also includes a local communication interface for accepting data including the message and transmitting the data to the remote computer over the selected path.
  • Information related to a remote update of the remote database is accepted from a remote application.
  • a return path is selected from the one or more communication paths coupling the local computer to the remote computer to transmit the information related to the remote update to the local computer, and the information related to the remote update is transmitted to the message router over the selected return path.
  • the local database is updated using the information related to the remote update.
  • Determining whether the local update to the local database should be sent to the remote computer includes accessing a local application coupled to the local database using a first application communication protocol, such as MAPI, and providing the information to the remote application uses a second application communication protocol, such as POP.
  • a first application communication protocol such as MAPI
  • POP second application communication protocol
  • the local database and the remote database include electronic mail messages, or include personal calendar information.
  • Transmitting data to the remote computer over a selected path for a message includes transmitting the data to a networked server over a first data network, such as the Internet, storing the data in a networked database hosted on the networked server, providing the data from the networked database to the remote computer over a second communication network, such as a wireless data network.
  • the message can be encrypted prior to transmission to the networked server and decrypted after receipt of the message at the remote computer.
  • An advantage of the invention is that a remote user has the capability to maintain and manipulate copies of data on his remote computer, without requiring that the data on the remote computer be fully synchronized with that on the server. Updates to the data on the remote computer can be selectively reflected on the server. Similarly, updates on the server computer can be selectively reflected on the remote computer.
  • This approach of partial synchronization provides most of the benefits of complete synchronization with significantly reduced communication requirements compared to complete synchronization. Partial synchronization avoids unnecessary expense if the cost of the communication is based on usage, and also avoids unnecessary delays resulting from large backlogs of data to transmit.
  • Another advantage of the invention is that a remote user can use standard client application programs on the remote computer, rather than customized application programs, while realizing other advantages of this invention.
  • Yet another advantage of the invention is that effective use of communication channels is made by taking into account the communication characteristics, such as data rate and latency, as well as communication cost structures, such as per message, per byte, and per minute based charges. For example short messages over a channel with a high per message cost can be avoided.
  • this invention has the advantage that data is synchronized not only on the remote computer and the server computer, but also on the network server.
  • the invention also has the additional advantage that additional data security for data stored on the network server can be provided using encryption of that date.
  • FIG. 1 a is a remote computer coupled to a communication server computer through various telephone and data networks;
  • FIG. 1 b is an application database server and a desktop computer coupled to a communication server computer over a local area network;
  • FIG. 2 a is software modules on a remote computer and on a communication server computer;
  • FIG. 2 b is software modules on an application and database server and on a desktop computer;
  • FIG. 3 is a network server coupled to a communication server over the Internet and to a remote computer over a wireless network;
  • FIG. 4 is a network server coupled to a communication server using http modules
  • FIG. 5 is a network server which forms part of a distributed communication interface.
  • a remote computer 110 is coupled to a communication server computer 180 through one or more paths through a communication network infrastructure made up of various telephone and data networks.
  • Remote computer 110 is a lap-top, general-purpose computer, but could also be one of a variety of personal digital assistants (PDAs), or a special-purpose device such as an enhanced cellular telephone or paging receiver.
  • Communication server computer 180 is a general purpose computer that is coupled to an application and database server 210 over a high-speed local computer network (local area network, LAN) 176 , communicating at rates of 1-10 kb/s or higher.
  • Remote computer 110 communicates with server computer 180 over one or more of a variety of communication paths through the communication network infrastructure. These paths exhibit various communication characteristics.
  • the communication paths include the following:
  • the data stream provides a data link for Internet Protocol (IP) data packets sent using the PPP protocol.
  • IP Internet Protocol
  • the data rates on this path are typically limited to approximately 33 kb/s over standard telephone lines, although rates as high as 128 kb/s are possible over digital (ISDN) telephone lines. Cost of communication is not typically dependent on the amount of data sent, but may depend on the length of time connected.
  • a modem 172 in a remote access server 170 coupled to a communication server 180 over LAN 176 may be used rather than using modem 184 in the communication server.
  • the Internet is then used for the remainder of the path, passing from POP 158 through Internet 160 to a gateway/router 174 , and then from gateway/router 174 over LAN 176 to server computer 180 .
  • the cost of communication may depend on the length of time connected, due to a toll call being used, or due to charges from an Internet Service Provider that operates POP 158 .
  • the above two paths may use a wireless cellular modem 126 rather than wired modem 122 at remote computer 110 .
  • the wireless telephone call passes through cellular telephone network 154 to PSTN 152 and either terminates at a wired modem 172 , 184 at the user's site, or at Internet POP 158 .
  • Current cellular modem data rates are limited to less than 15 kb/s over analog cellular telephone connections. A significant charge for connection time may be incurred from the cellular telephone service provider.
  • a wireless data interface 124 such as a packet radio modem using the CDPD protocol, can be used to access a wireless data network 156 .
  • Wireless data interface 124 provides a relatively low speed data channel.
  • wireless network 156 is coupled to Internet 160 .
  • the communication path to the user's site then passes through the Internet and gateway/router 174 to communication server computer 180 .
  • Current data rates are limited to approximately 9 kb/s and a latency of up to several seconds. Cost of communication may be based on the total amount of data transferred.
  • Other wireless data network connections are available using the ARDIS or RAM systems.
  • wireless data interface 124 is used at remote computer 110
  • a compatible wireless data interface 188 is used at communication server 180 .
  • the cost of communication can be based on a combination of amount of data transferred as well as the number of messages sent. It can be expensive to send many short messages that do not contain much information.
  • Wireless data interface 124 can also be a two-way paging receiver. Communication rates are very limited using such systems. Communication from the remote computer using the pager is also very limited. Communication cost is also based on amount of data transferred and number of messages.
  • Remote computer 110 includes communication peripherals 120 , including or more of wired modem 122 , wireless modem 126 , and wireless data interface 124 described above.
  • the remote computer also includes a general purpose processor 112 coupled to communication peripherals 110 , for example over a communication bus.
  • the processor is also coupled to working storage 114 , such as dynamic RAM, as well as permanent storage 116 , for example, a magnetic disk or an EPROM.
  • User interface devices 118 such as a graphical display, keyboard, and trackball, are also coupled to processor 112 and are used by a remote user to interact with application programs or to configure and maintain communication software on the remote computer.
  • communication server computer 180 includes communication peripherals 182 , including a network interface 186 coupled to a LAN 176 , and may include one of wired modem 184 and wireless data interface 188 depending on the type of remote communication paths supported by the communication server.
  • Communication server 180 has a general purpose processor 190 , working storage 192 , permanent storage 194 , and user interface devices 196 .
  • the communication server may also have access to gateway/router 174 and remote access server 172 through network interface 186 and LAN 176 .
  • Gateway/router 174 provides an interface to Internet 160 .
  • Remote access server 170 provides access to wired modem 172 which may be shared with other computers on LAN 176 .
  • an application and database server computer 210 which includes a processor 212 , working storage 214 , permanent storage 216 on which data is stored, and a network interface 218 coupled the processor to LAN 176 .
  • a desktop computer 220 which may be used by the user when he is at his home site.
  • the user can access application and database server 210 from two different computers, remote computer 110 and desktop computer 220 .
  • the desktop computer includes a processor 222 , working and permanent storage 224 , 226 , network interface 228 and user interface devices 230 .
  • remote modules 310 include instructions and data hosted on remote computer 110 and communication server modules 330 include instructions and data hosted on communication server computer 180 .
  • the remote modules are stored in working and permanent storage 114 , 116 and are executed by processor 112 on remote computer 110 .
  • the communication server modules are stored in working and permanent storage 192 , 194 and executed by processor 190 on communication server computer 180 .
  • Drivers and communication services 320 in remote modules 310 shown in FIG. 2 a are coupled to drivers and communication services 348 in communication server modules 330 along a communication path 310 .
  • communication path 310 passes through communication peripherals 120 on remote computer 110 , through one or more of telephone and data networks 152 , 154 , 156 , 160 , and through communication peripherals 182 on communication server computer 180 .
  • communication server modules 330 are coupled over communication path 370 (passing through LAN 176 ) to application server modules 360 , hosted on application and database server computer 180 (shown in FIG. 1 b ).
  • Application server modules 360 are also coupled over communication path 372 (passing through LAN 176 ) to desktop modules 380 , hosted on desktop computer 220 (shown in FIG. 1 b ).
  • remote modules 310 and communication server modules 330 provide a mechanism for applications on the remote computer to communicate over a telephone or data network with corresponding agent modules on the communication server.
  • a standard application and database 312 communicates with the communication server via an application hook module 314 .
  • the application hook module provides a standard interface to application 312 , for example using industry standard MAPI or POP protocols, and sends messages to and receives messages from a corresponding agent module 332 at the communication server.
  • Custom application and database 316 can also interchange messages with a corresponding agent module 332 at the communication server without requiring the services of an application hook module using an interface that may be particular to transaction layer 318 .
  • An agent module 332 at the server computer communicates with standard and custom applications on remote computers, and couples those remote applications to a corresponding server application 362 (shown in FIG. 2 b ) executing on an application and database server computer 210 (shown in FIG. 1 b ).
  • Desktop software and data modules 380 are hosted on a desktop computer 220 , and include a desktop application 383 which also communicates with server application 362 .
  • agent module 332 and desktop application 382 communicate with server application 362 using the same or similar protocols in order to access and manipulate data in database 364 .
  • agent module 332 and desktop application 382 communicate with server application 362 using the MAPI communication protocol.
  • Communication between an application hook 314 or a custom application 316 on a remote computer and an agent module on the communication server is message based. Communication logically flows between an application hook 314 or a custom application 316 and an agent module 332 along a logical communication path 306 .
  • Logical communication path 306 including the support for addressing, acknowledgments, and data link control, is provided by transaction layer 318 and driver and communication services 320 on the remote computer, message router 334 , communication interfaces 340 and drivers and communication services 348 on the communication server, and communication path 310 corresponding to the peripheral devices and network connections between the remote computer and the communication server computer.
  • Transaction layer 318 on the remote computer provides four basic services to an application hook or a custom application.
  • the first two services allow an application hook or a custom application to register and unregister itself.
  • An application registers itself by providing a symbolic name (i.e., a character string).
  • the transaction layer can then route messages received from the communication server that are addressed to the application with that registered name.
  • the other two basic services are used to send and to receive messages.
  • a message sent by an application hook or a custom application includes a data portion that does not to be interpreted by the transaction layer, and a portion that identifies a communication server and an agent on that server using symbolic names.
  • Transaction layer 318 includes configuration data 317 that is maintained by the remote user using a graphical user interface (GUI) 319 .
  • GUI graphical user interface
  • This configuration data provides information necessary for transaction layer 318 to determine which communication path from the remote computer to the communication server computer should be used for any message received from an application or application hook.
  • one function of the transaction layer is to map the symbolic name for the communication server into a network address, such as a telephone number, an IP address, or an ARDIS address, needed for delivery of the data in the message.
  • transaction layer 318 is configured to send a message over a wireless data network
  • the transaction layer accesses lower-level communication services associated with that network. For example, if a cellular CDPD network is to be used, transaction layer 318 calls UDP related routines in UDP/IP/CDPD interface 324 . If the message is larger than can be handled by a single UDP message (datagram) due, for example, to constraints imposed by the network, the transaction layer sends the message in a sequence of UDP datagrams.
  • drivers and communication services 348 receive the message and buffer it until one of communication interfaces 340 requests data.
  • One of communication interfaces 340 then requests data from drivers and communication services 348 , accepts the data, and reconstructs a message, for example, combining multiple data packets if necessary to form a single message.
  • the message including the name of the addressed agent, is then available to message router 334 .
  • Message router 334 provides a communication interface to agent modules 332 .
  • Agent modules register themselves by name, in a similar manner as application hooks and custom applications register themselves with the transaction layer on the remote computer.
  • the message router determines whether any messages for that agent are currently queued to be delivered and provides any such messages to the agent.
  • An application hook 314 or custom application 316 on the remote computer has three options related to acknowledgment of messages sent to an agent 332 .
  • the first choice is that no acknowledgment is provided.
  • the application receives no indication if a message is lost or delayed.
  • the second choice is that once the message is reconstructed by one of the communication interfaces 340 at the communication server, an acknowledgment is sent back to the sending application hook or custom application.
  • the third choice is for the sending application or application hook to receive an acknowledgment when message router 334 provides the message to the destination agent module.
  • the acknowledgment messages sent back to the remote computer may have different levels of urgency. For example, a confirmation that a request for a stock trade has been received by an agent module may require quick acknowledgment, possibly in the order of seconds, while acknowledging the transfer of messages containing an updated address in an address book may be much less urgent. Most typically, application hooks and custom applications are designed so that acknowledgments of successful transmission of messages is not needed, relying instead on application layer protocols above the message transport over logical communication path 306 to deal with communication errors and delays.
  • Messages from an agent module at the communication server to an application hook or custom application on the remote computer are sent in a similar fashion.
  • the agent provides a message addressed to a particular application and remote computer to message router 334 .
  • the message router includes configuration data 336 that is maintained by a user using GUI 338 .
  • the configuration data includes information that is used by the message router to determine over which communication path to transmit the message to the remote computer.
  • the message router then passes the message to one of the communication interfaces 340 based on the communication path chosen.
  • Configuration data 334 also includes information needed by the communication interface translating the symbolic name of a remote computer to an address suitable for delivery of the message over the communication network used for the selected communication path.
  • the chosen communication interface accepts the message and then either passes the message immediately to the appropriate modules in driver and communication services 348 , or buffers the message for later transmission if the remote computer cannot be accessed at that time.
  • a communication interface for example, wireless data network interface 346 , may buffer several messages before transmission. This allows the communication interface to aggregate the messages into a larger data packet for transmission over the communication path. This may be desirable to reduce communication cost on a path where there is a per-message cost.
  • the agent module may specify a time limit by which time a message needs to be sent to the remote computer.
  • a communication interface may also be configured to prevent transmission of excessively long messages. For example, there may be a size limit for messages for transmission over a slow or expensive communication path.
  • application hook 314 and custom application 316 make use of the communication mechanism for transmission of messages over logical communication path 306 . Delivery of messages is not necessarily instantaneous and may be significantly delayed. Delivery is not necessarily reliable, application hooks and custom applications may choose not to require end-to-end acknowledgments. The application hook or custom application may rely on application layer protocols for error handling.
  • agent module 332 couples the application hook or custom application to server application 362 .
  • Agent module 332 communicates over communication path 370 to application server modules 360 .
  • Agent module 332 communicates with server application 362 using an appropriate application layer communication protocol.
  • Agent module 332 may include library routines which provide a software interface within the agent module and provides support for the application layer protocol, and communicates using drivers and communication services 348 with the server application.
  • An example of use of such a library mechanism is an agent module which uses a dynamically linked library (DLL) implementing a MAPI interface for communicating with a Microsoft Exchange server application.
  • DLL dynamically linked library
  • agent module 332 is a mail agent.
  • the mail agent performs one or more of the following functions. Periodically, the mail agent queries server application 362 to determine whether new mail has been received for a particular remote user. The server application maintains a database 364 , in this case a database of mail messages. If the server application determines that unread mail is stored in database 364 , this unread mail is provided to the mail agent. The mail agent determines whether the received mail should be forwarded to the remote computer. This decision may be based on a variety of factors, including the sender or other information in the message header, the length of the message, or information related to attachments to the message. Having decided to forward a message to a remote computer, the mail agent constructs a message including the mail message and addressed by name to the remote computer and the remote mail application, and then provides the message to message router 334 .
  • a standard application 312 is used to access electronic mail.
  • a corresponding application hook 314 has previously registered itself with transaction layer 318 with the name of the remote mail application.
  • This application hook receives the message sent by the mail agent, extracts the mail message and provides the mail message to the standard mail application by writing the mail message in a shared directory of a file system on the permanent storage of the remote computer.
  • Other methods of communication between the application hook and the standard application may also be used, depending on the standard interface supported by the application.
  • the user of the remote computer interacts with the mail application, reading the newly received message. Having read the mail message, the mail application marks the mail message as “read so that it is not presented to the user again as a newly received message. In order that the same mail message is not presented as newly received when the user accesses database 364 for desktop computer 220 at a later time, the application hook sends a message to the mail agent with instructions to mark that mail message as read. The mail agent then communicates with server application 362 and the message stored in database 364 is marked as read. Similarly, if the remote user files the mail message in a folder or directory, or deletes it altogether, instructions to reflect those changes are sent to the mail agent.
  • the user may also be possible for the user to explicitly manipulate the local copy of the mail database without reflecting the changes in the database on the application server computer. For example, the user may delete messages on the remote computer to recover limited storage space, without having those mail messages deleted on the application server. Also, messages that are read on the remote computer may not be marked as read on the application server, for example, if the remote user wants to have them presented as unread when he accesses the mail database from the desktop computer at a later time.
  • the remote mail application maintains a database as if it is totally synchronized with the mail database on the application server.
  • the databases may be only partially synchronized.
  • a user may access an application server from a desktop application 382 prior to messages sent from the mail agent being delivered to the remote computer. For example, newly arrived mail messages may have been sent by the mail agent through the message router and may be queued for transmission in the wireless data network interface. If the user now reads those mail messages from the desktop computer, the mail agent determines that delivery of previously sent messages is no longer necessary and sends a “flush” message through the message router. The message router passes this flush message to the communication interface where the mail message can be erased if it has not yet been sent.
  • the application hook or custom application and the mail agent communicate using an application layer protocol that is not specific to any particular mail system.
  • a mail client for one type of mail system for example Microsoft Exchange
  • a mail application server for another mail system for example Lotus CC:Mail.
  • a second configuration involves a network mail server 420 coupled to a communication server 430 over Internet 452 and coupled to a remote computer 410 over a wireless network 450 .
  • an agent module 432 executes on communication server 430 and interacts with a server application 442 that maintains a database 444 on an application server 440 .
  • the communication server and the application server are situated at the user's home site, while the network mail server is geographically separated from the communication and application servers, as well as from the remote computer.
  • Network mail server 420 is configured to receive electronic mail for registered users of that server, to maintain that mail in network mail database 422 , and to post mail through the Internet on behalf of the registered users.
  • the mail is sent and received by Internet mail interface 426 using the SMTP application layer protocol.
  • a remote user accesses the stored mail from a remote computer 410 using remote application and wireless interface 412 executing on the remote computer.
  • the remote computer and the network communication server are coupled by a wireless network 450 , for example an ARDIS packet radio network.
  • a wireless interface 424 on the network mail server provides the remote computer access to the network mail database through the wireless network.
  • the remote application either does not maintain its own local copy of mail, or its local copy is synchronized with the copy in network database 422 .
  • One mode of making use of the network mail server is to forward mail received at application server 440 to network mail server 420 for access by a remote user.
  • agent module 432 is used to maintain partial synchronization between network mail database 422 and database 444 on the application server. After a mail message for a user is received and stored in database 444 , agent module 432 determines whether that message should be sent to the user at a remote computer. If it should be sent, agent module 432 sends a message to network mail server 420 so that the mail message can be stored in network database 422 where it is accessible to the user from remote computer 410 .
  • communication server 430 includes a message router 460 and a hyper-text transport protocol (http) client interface 460 on the communication path joining agent module 432 and network mail server 420 .
  • Internet interface 426 on the network mail server includes an http server interface 466 , a transaction layer 468 , and a custom interface application 470 .
  • custom interface application 470 send a message to agent module 432 with instructions to update database 444 .
  • the user posts a message that message is sent by custom interface application 470 to agent module 432 and then to server application 442 from where the message is transmitted to the intended recipient.
  • Custom interface application 470 and agent module 432 communicate along a logical communication path 472 using a message passing technique such as that described in the previous configuration.
  • messages sent between custom interface application 470 and agent module 432 have the identical form as messages sent between an application hook 314 and an agent module 332 shown in FIG. 2 a .
  • agent module 432 is not necessarily aware that it is communicating with network mail server 420 rather than with an application hook 314 on a remote computer.
  • the agent module addresses messages symbolically and provides them to message router 460 .
  • Custom interface application 470 addresses messages symbolically and provides them to transaction layer 468 for delivery to agent module 432 .
  • a gateway/router on the path between communication server 430 and the Internet 452 may include a gateway filter 464 that limits communication, for example, limiting communication to selected communication ports or to communication using selected application protocols for security reasons.
  • gateway filter 464 allows communication using the hyper-text transport protocol (http) passing messages formatted according to the hyper-text markup language (HTML).
  • http client interface 462 embeds outgoing messages in HTML format communication using a tunneling approach.
  • Http server interface 466 extracts the message from the HTML data stream and provides it to transaction layer 468 .
  • Messages from transaction layer 468 to message router 460 are provided in HTML format responses to requests from http client interface 462 to http server interface 466 , for example in a polling arrangement in which the client interface periodically requests messages from the server interface.
  • a third configuration also makes use of network mail server 420 for accessing and synchronizing data between remote computer 410 and the application server 440 .
  • Agent 432 is coupled to application server 440 as in the previous configurations.
  • agent 432 passes a message to a network server interface 474 that passes the message to a communication server interface 476 on network mail server 420 .
  • Network server interface 474 include a message router and an http client interface
  • communication server interface 476 includes a http server interface, a transaction layer, and a custom interface application, as in the previously described configuration.
  • Communication server interface 476 stores received messages in network mail database 422 for later retrieval from the remote computer.
  • remote computer 410 and network mail server 420 are in contact over wireless network 450 , messages destined for the remote computer that are stored in the network mail database are passed through remote computer interface 478 , wireless network 450 , and wireless interface 414 , and provided to transaction layer 413 .
  • Transaction layer 413 communicates with a remote application 412 which accepts the message.
  • the remote application may be the combination of an application hook and a standard application, or a custom application as in the previous configurations.
  • Messages from transaction layer 413 to agent 432 are similarly buffered in network mail database 422 . In this way, remote application 412 and agent 432 are coupled by a logical communication path 480 .
  • network server interface 474 The combination of network server interface 474 , communication server interface 476 , network mail database 422 , and remote computer interface 478 logically forms a distributed communication interface 482 for communicating between an agent and a remote computer over a wireless network.
  • agent 432 nor transaction layer 413 are necessarily aware that messages are buffered on a network mail server 420 rather than being sent directly between communication server 430 and remote computer 410 .
  • messages stored in network mail database 422 can be encrypted to provide additional security.
  • the message content may be encrypted and decrypted in network server interface 474 and wireless interface 414 .
  • the network mail server does not require access to the content of messages sent by agent 432 or remote application 412 .
  • remote computer interface 478 may be identical to wireless interface 424 in the second configuration. That is, the network mail server may not be aware of the nature of the remote application and wireless interface executing on the remote computer. In this way, the network mail server can concurrently support the communication approaches described in the second and third configurations described above.

Abstract

A method for partially synchronizing a local database stored on a local computer and a remote database stored on a remote computer. The method includes forming a message including information related to a local update of the local database, selecting a path from one or more communication paths coupling the local computer to the remote computer to pass the message to the remote computer, and transmitting data including the message to the remote computer over the selected path. The method can include determining whether the local update to the local database should be sent to the remote computer. The method includes receiving the data at the remote computer, processing the message included in the received data, and providing the information related to the local update to a remote application executing on the remote computer. A remote database coupled to the remote application is then updated using the information related to the local update. Information related to an update of the remote can also be selectively sent to update the local database. Messages sent between a local computer and a remote computer can be passed through a networked server computer, coupled by wired or wireless data networks to both the local computer and the remote computer.

Description

    BACKGROUND
  • The invention relates to data access and synchronization from a remote computer. [0001]
  • Access to data is an important capability for users of computers that are physically remote from the computers holding the data. For example, a user of a mobile computer may need access to his electronic mail that is received and stored at a mail server computer on a local computer network at his home site. The user may also need to access and modify a calendar and address book, or access other database information that is maintained on an application or database server computer at his home site. In addition to using a remote computer, the user may at other times use a desktop computer that is directly connected to the local computer network at his home site to access and modify data that he previously accessed from the remote computer. [0002]
  • A remote computer may connect to an application or database server computer over one or more of a number of different communication paths. For example, the remote computer may connect to the server or to a gateway computer on a local network using a modem and a directly dialed telephone connection. Wireless access from the remote computer is also possible using a cellular telephone modem and a dialed telephone connection. Rather than establishing a telephone connection from the remote computer to the server or gateway computer, the remote computer may establish a telephone connection to an access point of a data network, such as the Internet. Communication between the remote computer and the server computer then passes through the telephone connection as well as through the data network. In addition, the remote computer may also communicate directly over a wireless data network, such as a cellular digital packet data (CDPD) network, or the ARDIS or RAM networks, which is coupled to the server computer or to the local network. [0003]
  • Communication paths between a remote computer and a server computer are typically significantly more limited than the communication path between a desktop computer and a server computer that are both directly coupled to a local computer network. Remote communication may be limited to data rates in the range of approximately 5-56 kb/s, while local network communication typically occurs at rates of 1-10 Mb/s or higher. In addition, latency of communication may be significant, several seconds in some wireless data networks, while typically being less than 10 ms in the local network. [0004]
  • Software on a remote computer and on a server computer can take several different approaches to making use of the communication paths described above. One approach is to provide the remote computer access to a local computer network as if the remote computer were physically connected to the network. Essentially the same application programs and communication protocols are then used on the remote computer to access the server computer as on the local desktop computer. For example, in the case of electronic mail, a remote client can access a mail server using client application programs that use application layer communication protocols such as POP, SMTP, IMAP, or MAPI, to retrieve and post mail messages. [0005]
  • Computers, such as remote computers and desktop computers, that access a server may keep local copies of data stored on the server. When these computers are able to communicate with the server, they exchange all updated information thereby resulting in their local data being fully synchronized with the server after such communication. [0006]
  • Another approach to remote data access is to provide a pair of applications, one for execution on the remote computer, and another to act as a proxy or agent application executing at the user's home site. The proxy application interacts with the server application over a high data rate communication path such as over a local computer network. The communication protocol between the remote application and the proxy application is typically tailored to the type of data, for example tailored for mail, and to the characteristics of the data channel being used. The remote application can be used to simply view and remotely manipulate data on the server computer, or may keep a synchronized copy of the data. [0007]
  • Yet another approach uses a network mail server coupled to the user's home site over a data network such as the Internet. A pair of applications, one executing at the remote computer and the other executing at the network server, are used to access mail messages stored on the network server over a wireless data network, such as the ARDIS network. For a mail message to be accessible from the remote computer, the message must have been explicitly addressed and sent to the network mail server by the sender, or automatically forwarded from a mail server at the user's home site. This automatic forwarding may depend on criteria such as the sender, other information in the message header, or information in the body of the message itself. [0008]
  • SUMMARY
  • In one aspect, in general, the invention is a method for partially synchronizing a local database stored on a local computer and a remote database stored on a remote computer. The method includes forming a message including information related to a local update of the local database, selecting a path from one or more communication paths coupling the local computer to the remote computer to pass the message to the remote computer, and transmitting data including the message to the remote computer over the selected path. The method can include determining whether the local update to the local database should be sent to the remote computer. The method includes receiving the data at the remote computer, processing the message included in the received data, and providing the information related to the local update to a remote application executing on the remote computer. The method also includes updating a remote database coupled to the remote application using the information related to the local update. [0009]
  • In a second aspect, in general, the invention is a method for providing a remote computer access to a local database. The method includes sending a message, including information related to a local update to the local database over a first data network to a networked computer, and receiving the message at the networked computer. A networked database hosted on the networked computer is then updated using the information related to the local update. The method also includes accessing and updating the networked database from a remote computer over a second data network, and sending a message that includes information related to the update of the networked database from the networked computer over the first data network. The message that includes the information related to the update of the networked database is received and the local database is updated using the information related to the update of the networked database. [0010]
  • In a third aspect, in general, the invention is a system that includes a local database, an agent for accessing information related to a local update of the local database and for forming a message including that information for transmission to a remote computer, and a message router for accepting the message from the agent, and for selecting a path from one or more communication paths coupling the message router and the remote computer to pass the message to the remote computer. The system also includes a local communication interface for accepting data including the message and transmitting the data to the remote computer over the selected path. [0011]
  • Aspects of the invention include one or more of the following features. [0012]
  • Information related to a remote update of the remote database is accepted from a remote application. A return path is selected from the one or more communication paths coupling the local computer to the remote computer to transmit the information related to the remote update to the local computer, and the information related to the remote update is transmitted to the message router over the selected return path. The local database is updated using the information related to the remote update. [0013]
  • Determining whether the local update to the local database should be sent to the remote computer includes accessing a local application coupled to the local database using a first application communication protocol, such as MAPI, and providing the information to the remote application uses a second application communication protocol, such as POP. [0014]
  • The local database and the remote database include electronic mail messages, or include personal calendar information. [0015]
  • Transmitting data to the remote computer over a selected path for a message includes transmitting the data to a networked server over a first data network, such as the Internet, storing the data in a networked database hosted on the networked server, providing the data from the networked database to the remote computer over a second communication network, such as a wireless data network. The message can be encrypted prior to transmission to the networked server and decrypted after receipt of the message at the remote computer. [0016]
  • An advantage of the invention is that a remote user has the capability to maintain and manipulate copies of data on his remote computer, without requiring that the data on the remote computer be fully synchronized with that on the server. Updates to the data on the remote computer can be selectively reflected on the server. Similarly, updates on the server computer can be selectively reflected on the remote computer. This approach of partial synchronization provides most of the benefits of complete synchronization with significantly reduced communication requirements compared to complete synchronization. Partial synchronization avoids unnecessary expense if the cost of the communication is based on usage, and also avoids unnecessary delays resulting from large backlogs of data to transmit. [0017]
  • Another advantage of the invention is that a remote user can use standard client application programs on the remote computer, rather than customized application programs, while realizing other advantages of this invention. [0018]
  • Yet another advantage of the invention is that effective use of communication channels is made by taking into account the communication characteristics, such as data rate and latency, as well as communication cost structures, such as per message, per byte, and per minute based charges. For example short messages over a channel with a high per message cost can be avoided. [0019]
  • In the case in which a network server is used in conjunction with an application or database server at the user's home site, this invention has the advantage that data is synchronized not only on the remote computer and the server computer, but also on the network server. In this case, the invention also has the additional advantage that additional data security for data stored on the network server can be provided using encryption of that date. [0020]
  • Other features and advantages of the invention will be apparent from the following description, and from the claims.[0021]
  • DESCRIPTION OF THE DRAWINGS
  • FIG. 1[0022] a is a remote computer coupled to a communication server computer through various telephone and data networks;
  • FIG. 1[0023] b is an application database server and a desktop computer coupled to a communication server computer over a local area network;
  • FIG. 2[0024] a is software modules on a remote computer and on a communication server computer;
  • FIG. 2[0025] b is software modules on an application and database server and on a desktop computer;
  • FIG. 3 is a network server coupled to a communication server over the Internet and to a remote computer over a wireless network; [0026]
  • FIG. 4 is a network server coupled to a communication server using http modules; and [0027]
  • FIG. 5 is a network server which forms part of a distributed communication interface. [0028]
  • DESCRIPTION
  • Referring to FIGS. 1[0029] a and 1 b, a remote computer 110 is coupled to a communication server computer 180 through one or more paths through a communication network infrastructure made up of various telephone and data networks. Remote computer 110 is a lap-top, general-purpose computer, but could also be one of a variety of personal digital assistants (PDAs), or a special-purpose device such as an enhanced cellular telephone or paging receiver. Communication server computer 180 is a general purpose computer that is coupled to an application and database server 210 over a high-speed local computer network (local area network, LAN) 176, communicating at rates of 1-10 kb/s or higher. Remote computer 110 communicates with server computer 180 over one or more of a variety of communication paths through the communication network infrastructure. These paths exhibit various communication characteristics. The communication paths include the following:
  • A bidirectional data stream over a dialed wired telephone connection from a [0030] wired modem 126 at the remote computer, over wired public switched telephone network (PSTN) 152 to wired modem 184 at the server computer. The data stream provides a data link for Internet Protocol (IP) data packets sent using the PPP protocol. The data rates on this path are typically limited to approximately 33 kb/s over standard telephone lines, although rates as high as 128 kb/s are possible over digital (ISDN) telephone lines. Cost of communication is not typically dependent on the amount of data sent, but may depend on the length of time connected. A modem 172 in a remote access server 170 coupled to a communication server 180 over LAN 176 may be used rather than using modem 184 in the communication server.
  • A bidirectional data stream over a dialed wired telephone connection from [0031] modem 126 at the remote computer, over PSTN 152, to an Internet Point-of-Presence (POP) 158. The Internet is then used for the remainder of the path, passing from POP 158 through Internet 160 to a gateway/router 174, and then from gateway/router 174 over LAN 176 to server computer 180. The cost of communication may depend on the length of time connected, due to a toll call being used, or due to charges from an Internet Service Provider that operates POP 158.
  • The above two paths may use a wireless [0032] cellular modem 126 rather than wired modem 122 at remote computer 110. The wireless telephone call passes through cellular telephone network 154 to PSTN 152 and either terminates at a wired modem 172, 184 at the user's site, or at Internet POP 158. Current cellular modem data rates are limited to less than 15 kb/s over analog cellular telephone connections. A significant charge for connection time may be incurred from the cellular telephone service provider.
  • Rather than establishing a wireless telephone connection whenever communication between the remote computer and the user's site is needed, a [0033] wireless data interface 124, such as a packet radio modem using the CDPD protocol, can be used to access a wireless data network 156. Wireless data interface 124 provides a relatively low speed data channel. In the case of a CDPD modem, wireless network 156 is coupled to Internet 160. The communication path to the user's site then passes through the Internet and gateway/router 174 to communication server computer 180. Current data rates are limited to approximately 9 kb/s and a latency of up to several seconds. Cost of communication may be based on the total amount of data transferred. Other wireless data network connections are available using the ARDIS or RAM systems. In these systems, wireless data interface 124 is used at remote computer 110, and a compatible wireless data interface 188 is used at communication server 180. The cost of communication can be based on a combination of amount of data transferred as well as the number of messages sent. It can be expensive to send many short messages that do not contain much information.
  • Wireless data interface [0034] 124 can also be a two-way paging receiver. Communication rates are very limited using such systems. Communication from the remote computer using the pager is also very limited. Communication cost is also based on amount of data transferred and number of messages.
  • [0035] Remote computer 110 includes communication peripherals 120, including or more of wired modem 122, wireless modem 126, and wireless data interface 124 described above. The remote computer also includes a general purpose processor 112 coupled to communication peripherals 110, for example over a communication bus. The processor is also coupled to working storage 114, such as dynamic RAM, as well as permanent storage 116, for example, a magnetic disk or an EPROM. User interface devices 118, such as a graphical display, keyboard, and trackball, are also coupled to processor 112 and are used by a remote user to interact with application programs or to configure and maintain communication software on the remote computer.
  • At the user's home site, [0036] communication server computer 180 includes communication peripherals 182, including a network interface 186 coupled to a LAN 176, and may include one of wired modem 184 and wireless data interface 188 depending on the type of remote communication paths supported by the communication server. Communication server 180 has a general purpose processor 190, working storage 192, permanent storage 194, and user interface devices 196. The communication server may also have access to gateway/router 174 and remote access server 172 through network interface 186 and LAN 176. Gateway/router 174 provides an interface to Internet 160. Remote access server 170 provides access to wired modem 172 which may be shared with other computers on LAN 176.
  • Referring to FIG. 1[0037] b, also coupled to the LAN 176 is an application and database server computer 210, which includes a processor 212, working storage 214, permanent storage 216 on which data is stored, and a network interface 218 coupled the processor to LAN 176.
  • Also coupled to [0038] LAN 176 is a desktop computer 220 which may be used by the user when he is at his home site. The user can access application and database server 210 from two different computers, remote computer 110 and desktop computer 220. The desktop computer includes a processor 222, working and permanent storage 224, 226, network interface 228 and user interface devices 230.
  • Referring to FIG. 2[0039] a, remote modules 310 include instructions and data hosted on remote computer 110 and communication server modules 330 include instructions and data hosted on communication server computer 180. Referring again to FIG. 1a, the remote modules are stored in working and permanent storage 114, 116 and are executed by processor 112 on remote computer 110. Similarly, the communication server modules are stored in working and permanent storage 192, 194 and executed by processor 190 on communication server computer 180. Drivers and communication services 320 in remote modules 310 shown in FIG. 2a are coupled to drivers and communication services 348 in communication server modules 330 along a communication path 310. Referring again to FIG. 1a, communication path 310 passes through communication peripherals 120 on remote computer 110, through one or more of telephone and data networks 152, 154, 156, 160, and through communication peripherals 182 on communication server computer 180. Referring to FIGS. 2a and 2 b, communication server modules 330 are coupled over communication path 370 (passing through LAN 176) to application server modules 360, hosted on application and database server computer 180 (shown in FIG. 1b). Application server modules 360 are also coupled over communication path 372 (passing through LAN 176) to desktop modules 380, hosted on desktop computer 220 (shown in FIG. 1b).
  • Referring again to FIG. 2[0040] a, remote modules 310 and communication server modules 330 provide a mechanism for applications on the remote computer to communicate over a telephone or data network with corresponding agent modules on the communication server. In particular, a standard application and database 312 communicates with the communication server via an application hook module 314. The application hook module provides a standard interface to application 312, for example using industry standard MAPI or POP protocols, and sends messages to and receives messages from a corresponding agent module 332 at the communication server. Custom application and database 316 can also interchange messages with a corresponding agent module 332 at the communication server without requiring the services of an application hook module using an interface that may be particular to transaction layer 318. An agent module 332 at the server computer communicates with standard and custom applications on remote computers, and couples those remote applications to a corresponding server application 362 (shown in FIG. 2b) executing on an application and database server computer 210 (shown in FIG. 1b). Desktop software and data modules 380 are hosted on a desktop computer 220, and include a desktop application 383 which also communicates with server application 362. In general, agent module 332 and desktop application 382 communicate with server application 362 using the same or similar protocols in order to access and manipulate data in database 364. In particular, for an electronic mail application such as Microsoft Exchange server, agent module 332 and desktop application 382 communicate with server application 362 using the MAPI communication protocol.
  • Communication between an [0041] application hook 314 or a custom application 316 on a remote computer and an agent module on the communication server is message based. Communication logically flows between an application hook 314 or a custom application 316 and an agent module 332 along a logical communication path 306. Logical communication path 306, including the support for addressing, acknowledgments, and data link control, is provided by transaction layer 318 and driver and communication services 320 on the remote computer, message router 334, communication interfaces 340 and drivers and communication services 348 on the communication server, and communication path 310 corresponding to the peripheral devices and network connections between the remote computer and the communication server computer.
  • [0042] Transaction layer 318 on the remote computer provides four basic services to an application hook or a custom application. The first two services allow an application hook or a custom application to register and unregister itself. An application registers itself by providing a symbolic name (i.e., a character string). The transaction layer can then route messages received from the communication server that are addressed to the application with that registered name. The other two basic services are used to send and to receive messages. A message sent by an application hook or a custom application includes a data portion that does not to be interpreted by the transaction layer, and a portion that identifies a communication server and an agent on that server using symbolic names. Transaction layer 318 includes configuration data 317 that is maintained by the remote user using a graphical user interface (GUI) 319. This configuration data provides information necessary for transaction layer 318 to determine which communication path from the remote computer to the communication server computer should be used for any message received from an application or application hook. In particular one function of the transaction layer is to map the symbolic name for the communication server into a network address, such as a telephone number, an IP address, or an ARDIS address, needed for delivery of the data in the message.
  • If [0043] transaction layer 318 is configured to send a message over a wireless data network, the transaction layer accesses lower-level communication services associated with that network. For example, if a cellular CDPD network is to be used, transaction layer 318 calls UDP related routines in UDP/IP/CDPD interface 324. If the message is larger than can be handled by a single UDP message (datagram) due, for example, to constraints imposed by the network, the transaction layer sends the message in a sequence of UDP datagrams.
  • At the communication server computer, drivers and [0044] communication services 348 receive the message and buffer it until one of communication interfaces 340 requests data.
  • One of [0045] communication interfaces 340 then requests data from drivers and communication services 348, accepts the data, and reconstructs a message, for example, combining multiple data packets if necessary to form a single message. The message, including the name of the addressed agent, is then available to message router 334.
  • [0046] Message router 334 provides a communication interface to agent modules 332. Agent modules register themselves by name, in a similar manner as application hooks and custom applications register themselves with the transaction layer on the remote computer. When an agent module 332 requests data from message router 334, the message router determines whether any messages for that agent are currently queued to be delivered and provides any such messages to the agent.
  • An [0047] application hook 314 or custom application 316 on the remote computer has three options related to acknowledgment of messages sent to an agent 332. The first choice is that no acknowledgment is provided. The application receives no indication if a message is lost or delayed. The second choice is that once the message is reconstructed by one of the communication interfaces 340 at the communication server, an acknowledgment is sent back to the sending application hook or custom application. The third choice is for the sending application or application hook to receive an acknowledgment when message router 334 provides the message to the destination agent module.
  • The acknowledgment messages sent back to the remote computer may have different levels of urgency. For example, a confirmation that a request for a stock trade has been received by an agent module may require quick acknowledgment, possibly in the order of seconds, while acknowledging the transfer of messages containing an updated address in an address book may be much less urgent. Most typically, application hooks and custom applications are designed so that acknowledgments of successful transmission of messages is not needed, relying instead on application layer protocols above the message transport over [0048] logical communication path 306 to deal with communication errors and delays.
  • Messages from an agent module at the communication server to an application hook or custom application on the remote computer are sent in a similar fashion. The agent provides a message addressed to a particular application and remote computer to [0049] message router 334. The message router includes configuration data 336 that is maintained by a user using GUI 338. The configuration data includes information that is used by the message router to determine over which communication path to transmit the message to the remote computer. The message router then passes the message to one of the communication interfaces 340 based on the communication path chosen. Configuration data 334 also includes information needed by the communication interface translating the symbolic name of a remote computer to an address suitable for delivery of the message over the communication network used for the selected communication path.
  • The chosen communication interface accepts the message and then either passes the message immediately to the appropriate modules in driver and [0050] communication services 348, or buffers the message for later transmission if the remote computer cannot be accessed at that time.
  • In order to optimize communication over a particular type of communication path, a communication interface, for example, wireless [0051] data network interface 346, may buffer several messages before transmission. This allows the communication interface to aggregate the messages into a larger data packet for transmission over the communication path. This may be desirable to reduce communication cost on a path where there is a per-message cost. In order that a message not be delayed too long using such an aggregation mechanism, the agent module may specify a time limit by which time a message needs to be sent to the remote computer.
  • A communication interface may also be configured to prevent transmission of excessively long messages. For example, there may be a size limit for messages for transmission over a slow or expensive communication path. [0052]
  • Referring to FIG. 2[0053] a, and as described above, application hook 314 and custom application 316 make use of the communication mechanism for transmission of messages over logical communication path 306. Delivery of messages is not necessarily instantaneous and may be significantly delayed. Delivery is not necessarily reliable, application hooks and custom applications may choose not to require end-to-end acknowledgments. The application hook or custom application may rely on application layer protocols for error handling.
  • Referring to FIGS. 2[0054] a and 2 b, agent module 332 couples the application hook or custom application to server application 362. Agent module 332 communicates over communication path 370 to application server modules 360. Agent module 332 communicates with server application 362 using an appropriate application layer communication protocol. Agent module 332 may include library routines which provide a software interface within the agent module and provides support for the application layer protocol, and communicates using drivers and communication services 348 with the server application. An example of use of such a library mechanism is an agent module which uses a dynamically linked library (DLL) implementing a MAPI interface for communicating with a Microsoft Exchange server application.
  • In the case of electronic mail, [0055] agent module 332 is a mail agent. The mail agent performs one or more of the following functions. Periodically, the mail agent queries server application 362 to determine whether new mail has been received for a particular remote user. The server application maintains a database 364, in this case a database of mail messages. If the server application determines that unread mail is stored in database 364, this unread mail is provided to the mail agent. The mail agent determines whether the received mail should be forwarded to the remote computer. This decision may be based on a variety of factors, including the sender or other information in the message header, the length of the message, or information related to attachments to the message. Having decided to forward a message to a remote computer, the mail agent constructs a message including the mail message and addressed by name to the remote computer and the remote mail application, and then provides the message to message router 334.
  • At the remote computer, a [0056] standard application 312 is used to access electronic mail. A corresponding application hook 314 has previously registered itself with transaction layer 318 with the name of the remote mail application. This application hook receives the message sent by the mail agent, extracts the mail message and provides the mail message to the standard mail application by writing the mail message in a shared directory of a file system on the permanent storage of the remote computer. Other methods of communication between the application hook and the standard application may also be used, depending on the standard interface supported by the application.
  • The user of the remote computer interacts with the mail application, reading the newly received message. Having read the mail message, the mail application marks the mail message as “read so that it is not presented to the user again as a newly received message. In order that the same mail message is not presented as newly received when the user accesses [0057] database 364 for desktop computer 220 at a later time, the application hook sends a message to the mail agent with instructions to mark that mail message as read. The mail agent then communicates with server application 362 and the message stored in database 364 is marked as read. Similarly, if the remote user files the mail message in a folder or directory, or deletes it altogether, instructions to reflect those changes are sent to the mail agent. It may also be possible for the user to explicitly manipulate the local copy of the mail database without reflecting the changes in the database on the application server computer. For example, the user may delete messages on the remote computer to recover limited storage space, without having those mail messages deleted on the application server. Also, messages that are read on the remote computer may not be marked as read on the application server, for example, if the remote user wants to have them presented as unread when he accesses the mail database from the desktop computer at a later time.
  • Note that the remote mail application maintains a database as if it is totally synchronized with the mail database on the application server. However, due to factors including the mail agent selectively forwarding messages, a user choosing not to reflect changes such as deleting and marking messages as read, and the delay and unreliability of message delivery, the databases may be only partially synchronized. [0058]
  • A user may access an application server from a [0059] desktop application 382 prior to messages sent from the mail agent being delivered to the remote computer. For example, newly arrived mail messages may have been sent by the mail agent through the message router and may be queued for transmission in the wireless data network interface. If the user now reads those mail messages from the desktop computer, the mail agent determines that delivery of previously sent messages is no longer necessary and sends a “flush” message through the message router. The message router passes this flush message to the communication interface where the mail message can be erased if it has not yet been sent.
  • In the case of electronic mail, the application hook or custom application and the mail agent communicate using an application layer protocol that is not specific to any particular mail system. In this way, a mail client for one type of mail system, for example Microsoft Exchange, can communicate with a mail application server for another mail system, for example Lotus CC:Mail. [0060]
  • In addition to electronic mail, similar cooperating application hook and agent modules support data access and partial synchronization of personal information databases, for example containing a personal calendar and address book. In addition, custom applications may provide access to a database, such as an inventory database for a mobile inventory control application. [0061]
  • Referring to FIG. 3, a second configuration involves a [0062] network mail server 420 coupled to a communication server 430 over Internet 452 and coupled to a remote computer 410 over a wireless network 450. In an arrangement similar to that of the previously described configurations, an agent module 432 executes on communication server 430 and interacts with a server application 442 that maintains a database 444 on an application server 440. The communication server and the application server are situated at the user's home site, while the network mail server is geographically separated from the communication and application servers, as well as from the remote computer.
  • [0063] Network mail server 420 is configured to receive electronic mail for registered users of that server, to maintain that mail in network mail database 422, and to post mail through the Internet on behalf of the registered users. The mail is sent and received by Internet mail interface 426 using the SMTP application layer protocol. When incoming mail is received by the network mail server, it is stored in network mail database 422. A remote user accesses the stored mail from a remote computer 410 using remote application and wireless interface 412 executing on the remote computer. The remote computer and the network communication server are coupled by a wireless network 450, for example an ARDIS packet radio network. A wireless interface 424 on the network mail server provides the remote computer access to the network mail database through the wireless network. In this configuration, the remote application either does not maintain its own local copy of mail, or its local copy is synchronized with the copy in network database 422. One mode of making use of the network mail server is to forward mail received at application server 440 to network mail server 420 for access by a remote user.
  • Rather than forwarding mail from the application server [0064] 440 to network mail server 420, agent module 432 is used to maintain partial synchronization between network mail database 422 and database 444 on the application server. After a mail message for a user is received and stored in database 444, agent module 432 determines whether that message should be sent to the user at a remote computer. If it should be sent, agent module 432 sends a message to network mail server 420 so that the mail message can be stored in network database 422 where it is accessible to the user from remote computer 410.
  • Referring to FIG. 4, [0065] communication server 430 includes a message router 460 and a hyper-text transport protocol (http) client interface 460 on the communication path joining agent module 432 and network mail server 420. Internet interface 426 on the network mail server includes an http server interface 466, a transaction layer 468, and a custom interface application 470.
  • If the remote user accesses mail stored in [0066] network mail database 422 and updates the database, for example, by marking messages as read, deleting messages, or by filing messages in folders, custom interface application 470 send a message to agent module 432 with instructions to update database 444. Similarly, if the user posts a message, that message is sent by custom interface application 470 to agent module 432 and then to server application 442 from where the message is transmitted to the intended recipient. Custom interface application 470 and agent module 432 communicate along a logical communication path 472 using a message passing technique such as that described in the previous configuration. In particular, messages sent between custom interface application 470 and agent module 432 have the identical form as messages sent between an application hook 314 and an agent module 332 shown in FIG. 2a. Furthermore, agent module 432 is not necessarily aware that it is communicating with network mail server 420 rather than with an application hook 314 on a remote computer. The agent module addresses messages symbolically and provides them to message router 460. Custom interface application 470 addresses messages symbolically and provides them to transaction layer 468 for delivery to agent module 432.
  • In certain installations, a gateway/router on the path between [0067] communication server 430 and the Internet 452 may include a gateway filter 464 that limits communication, for example, limiting communication to selected communication ports or to communication using selected application protocols for security reasons. In the configuration shown in FIG. 4, gateway filter 464 allows communication using the hyper-text transport protocol (http) passing messages formatted according to the hyper-text markup language (HTML). In order to pass messages between message router 460 and transaction layer 468 without filtering, http client interface 462 embeds outgoing messages in HTML format communication using a tunneling approach. Http server interface 466 extracts the message from the HTML data stream and provides it to transaction layer 468. Messages from transaction layer 468 to message router 460 are provided in HTML format responses to requests from http client interface 462 to http server interface 466, for example in a polling arrangement in which the client interface periodically requests messages from the server interface.
  • Referring to FIG. 5, a third configuration also makes use of [0068] network mail server 420 for accessing and synchronizing data between remote computer 410 and the application server 440. Agent 432 is coupled to application server 440 as in the previous configurations. In order to send a message to the remote computer, agent 432 passes a message to a network server interface 474 that passes the message to a communication server interface 476 on network mail server 420. Network server interface 474 include a message router and an http client interface, and communication server interface 476 includes a http server interface, a transaction layer, and a custom interface application, as in the previously described configuration. Communication server interface 476 stores received messages in network mail database 422 for later retrieval from the remote computer. When remote computer 410 and network mail server 420 are in contact over wireless network 450, messages destined for the remote computer that are stored in the network mail database are passed through remote computer interface 478, wireless network 450, and wireless interface 414, and provided to transaction layer 413. Transaction layer 413 communicates with a remote application 412 which accepts the message. The remote application may be the combination of an application hook and a standard application, or a custom application as in the previous configurations. Messages from transaction layer 413 to agent 432 are similarly buffered in network mail database 422. In this way, remote application 412 and agent 432 are coupled by a logical communication path 480. The combination of network server interface 474, communication server interface 476, network mail database 422, and remote computer interface 478 logically forms a distributed communication interface 482 for communicating between an agent and a remote computer over a wireless network. In this way, neither agent 432 nor transaction layer 413 are necessarily aware that messages are buffered on a network mail server 420 rather than being sent directly between communication server 430 and remote computer 410.
  • In this third configuration, messages stored in [0069] network mail database 422 can be encrypted to provide additional security. In particular, the message content may be encrypted and decrypted in network server interface 474 and wireless interface 414. The network mail server does not require access to the content of messages sent by agent 432 or remote application 412.
  • Also in the third application, [0070] remote computer interface 478 may be identical to wireless interface 424 in the second configuration. That is, the network mail server may not be aware of the nature of the remote application and wireless interface executing on the remote computer. In this way, the network mail server can concurrently support the communication approaches described in the second and third configurations described above.
  • It is to be understood that while the invention has been described in conjunction with the detailed description thereof, the foregoing description is intended to illustrate and not limit the scope of the invention, which is defined by the scope of the appended claims. Other aspects, advantages, and modifications are within the scope of the following claims.[0071]

Claims (28)

What is claimed is:
1. A method for partially synchronizing a local database stored on a local computer and a remote database stored on a remote computer, the method comprising:
forming a message including information related to a local update of the local database;
selecting a path from one or more communication paths coupling the local computer to the remote computer to pass the message to the remote computer;
transmitting data including the message to the remote computer over the selected path;
receiving the data at the remote computer;
processing the message included in the received data and providing the information related to the local update to a remote application executing on the remote computer; and
updating a remote database coupled to the remote application using the information related to the local update.
2. The method of claim 1 further comprising determining whether the local update to the local database should be sent to the remote computer.
3. The method of claim 2 further comprising:
accepting from the remote application information related to a remote update of the remote database;
selecting a return path from the one or more communication paths coupling the local computer to the remote computer to transmit the information related to the remote update to the local computer;
transmitting the information related to the remote update to the message router over the selected return path; and
updating the local database using the information related to the remote update.
4. The method of claim 2 wherein:
determining whether the local update to the local database should be sent to the remote computer includes accessing a local application coupled to the local database using a first application communication protocol; and wherein
providing the information to the remote application uses a second application communication protocol.
5. The method of 4 wherein the first application communication protocol is MAPI and the second application communication protocol is POP.
6. The method of claim 3 wherein the local database and the remote database include electronic mail messages.
7. The method of claim 3 wherein the local database and the remote database include personal calendar information.
8. The method of claim 3 further comprising setting configuration data, and wherein selecting the path from the one or more communication paths for transmission to the remote computer includes accessing that configuration data.
9. The method of claim 8 further comprising setting configuration data on the remote computer, and wherein selecting the return path from the one or more communication paths for transmission to the local computer includes accessing that configuration data.
10. The method of claim 3 wherein transmitting the data to the remote computer over the selected path for the message includes:
transmitting the data to a networked server over a first data network;
storing the data in a networked database hosted on the networked server;
providing the data from the networked database to the remote computer over a second communication network.
11. The method of claim 10 wherein the first data network is the Internet and the second data network is a wireless data network.
12. The method of claim 10 wherein the data is stored in the networked database as electronic mail.
13. The method of claim 10 further comprises:
encrypting the message prior to transmission to the networked server; and
decrypting the message after receipt of the message at the remote computer.
14. The method of claim 1 further comprising:
establishing the selected path, wherein the selected path passes through a communication interface; and
buffering the data in the communication interface until the selected communication path is established.
15. The method of claim 14 further comprising combining data for a plurality of messages for transmission to the remote computer as a single transmission packet.
16. A method for providing a remote computer access to a local database, the method comprising:
sending a message, including information related to a local update to the local database over a first data network to a networked computer;
receiving the message at the networked computer;
updating a networked database hosted on the networked computer using the information related to the local update;
accessing and updating the networked database from a remote computer over a second data network;
sending a message that includes information related to the update of the networked database from the networked computer over the first data network;
receiving the message that includes the information related to the update of the networked database; and
updating the local database using the information related to the update of the networked database.
17. The method of claim 16 wherein the first data network is the Internet and the second data network is a wireless data network.
18. The method of claim 16 wherein the local database and the networked database include electronic mail messages.
19. The method of claim 16 wherein sending the message that includes information related to the local update includes sending a message formatted as a request for data using an application protocol, and receiving the message that includes the information related to the update of the networked database includes receiving a message formatted as a response to a request using the application protocol;
whereby communication between the local computer and the remote computer passes through a gateway device which restricts communication to protocols including the application protocol.
20. The method of claim 19 wherein the application protocol is http and the messages are formatted using HTML.
21. A system comprising:
a local database;
an agent for accessing information related to a local update of the local database, and for forming a message including that information for transmission to a remote computer;
a message router for accepting the message from the agent, and for selecting a path from one or more communication paths coupling the message router and the remote computer to pass the message to the remote computer; and
a local communication interface for accepting data including the message and transmitting the data to the remote computer over the selected path.
22. The system of claim 21 wherein the agent further determines whether the information related to the local update should be sent to the remote computer.
23. The system of claim 22 further comprising:
a remote database;
a remote communication interface on the remote computer for accepting the transmitted data including the message; and
a remote application for accepting the information related to the local update from the remote communication interface, and for updating the remote database using that information.
24. The system of claim 23 wherein
the remote communication interface further accepts information related to a remote update to the remote database and selects which of the one or more communication paths coupling the remote computer to the message router should be used to transmit the information related to the remote update to the message router.
25. The system of claim 23 wherein the remote communication interface includes a hook module that accepts the message including the information related to the local update and provides the information to the remote application over an application program interface.
26. The system of claim 21 further comprising a networked server for receiving the data transmitted from the local communication interface, including a database for storing that data prior to communicating with the remote computer.
27. Software stored on a computer readable medium for causing a computer to perform the functions of:
assessing information related to an update of a local database;
determining whether to forward the information to a remote computer;
selecting a communication path for passing the information to the remote computer;
forming a message including the information; and
sending the message on the selected communication path to the remote computer.
28. Software stored on a computer readable medium for causing a computer to perform the functions of:
accepting a message from another computer including remote update information related to a database update;
providing the remote update information to an application program for updating a local database stored on the computer;
accepting local update information related to an update of the local database from the application program;
determining whether to send the local update information to the other computer; and
sending the local update information to the other computer.
US09/977,780 1998-03-03 2001-10-15 Remote data access and synchronization Abandoned US20020059256A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US09/977,780 US20020059256A1 (en) 1998-03-03 2001-10-15 Remote data access and synchronization

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/034,601 US6304881B1 (en) 1998-03-03 1998-03-03 Remote data access and synchronization
US09/977,780 US20020059256A1 (en) 1998-03-03 2001-10-15 Remote data access and synchronization

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/034,601 Continuation US6304881B1 (en) 1998-03-03 1998-03-03 Remote data access and synchronization

Publications (1)

Publication Number Publication Date
US20020059256A1 true US20020059256A1 (en) 2002-05-16

Family

ID=21877438

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/034,601 Expired - Lifetime US6304881B1 (en) 1998-03-03 1998-03-03 Remote data access and synchronization
US09/977,780 Abandoned US20020059256A1 (en) 1998-03-03 2001-10-15 Remote data access and synchronization

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/034,601 Expired - Lifetime US6304881B1 (en) 1998-03-03 1998-03-03 Remote data access and synchronization

Country Status (2)

Country Link
US (2) US6304881B1 (en)
WO (1) WO1999045451A2 (en)

Cited By (48)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020184234A1 (en) * 2001-06-01 2002-12-05 Lundberg Steven W. Internet-based patent and trademark applicaton management system
US20030087089A1 (en) * 2001-11-08 2003-05-08 Rodriguez Peter A. Roll of adhesive labels for cutting tape
US20040054569A1 (en) * 2002-07-31 2004-03-18 Alvaro Pombo Contextual computing system
US20040177368A1 (en) * 2003-03-06 2004-09-09 Wegener Communications, Inc. Apparatus and method for addressing control in a network for distributed data
US20040177121A1 (en) * 2003-03-07 2004-09-09 Wegener Communications, Inc. System and method for command transmission utilizing an email return path
US20040215669A1 (en) * 2001-03-26 2004-10-28 Nokia Corporation Application data synchronization in telecommunications system
US20050108253A1 (en) * 2003-11-17 2005-05-19 Nokia Corporation Time bar navigation in a media diary application
US20050108234A1 (en) * 2003-11-17 2005-05-19 Nokia Corporation Speed browsing of media items in a media diary application
US20050105374A1 (en) * 2003-11-17 2005-05-19 Nokia Corporation Media diary application for use with digital device
US20050108643A1 (en) * 2003-11-17 2005-05-19 Nokia Corporation Topographic presentation of media files in a media diary application
US20050105396A1 (en) * 2003-11-17 2005-05-19 Nokia Corporation Applications and methods for providing a reminder or an alert to a digital media capture device
US20050138066A1 (en) * 2003-12-17 2005-06-23 Nokia Corporation Time handle in a media diary application for accessing media files
US20050138216A1 (en) * 2003-07-30 2005-06-23 American Express Travel Related Services Company, Inc. System and method for remote collection of data
US20050144278A1 (en) * 2003-12-12 2005-06-30 Valeri Atamaniouk System and method for multipart response optimization
US20050176453A1 (en) * 2004-02-10 2005-08-11 Yach David P. Apparatus, and associated method, for facilitating synchronization of databases connected by way of a radio air interface
EP1564655A1 (en) * 2004-02-10 2005-08-17 Research In Motion Limited Apparatus and associated method for facilitating synchronization of databases connected by way of a radio air interface
US20050181790A1 (en) * 2004-02-10 2005-08-18 Yach David P. Apparatus, and associated method, for facilitating efficient communication of data communicated pursuant to a syncrhonization session
US20050187943A1 (en) * 2004-02-09 2005-08-25 Nokia Corporation Representation of media items in a media file management application for use with a digital device
US20050234938A1 (en) * 2004-04-15 2005-10-20 International Business Machines Corporation Method for synchronizing read/unread data during LOTUS NOTES database migration
US20050267938A1 (en) * 2004-05-14 2005-12-01 Mirapoint, Inc. Method for mailbox migration
US20050286428A1 (en) * 2004-06-28 2005-12-29 Nokia Corporation Timeline management of network communicated information
US20060080397A1 (en) * 2004-10-08 2006-04-13 Marc Chene Content management across shared, mobile file systems
US7032003B1 (en) * 2001-08-13 2006-04-18 Union Gold Holdings, Ltd. Hybrid replication scheme with data and actions for wireless devices
US20060085724A1 (en) * 2003-05-30 2006-04-20 Wegener Communications, Inc. Error correction apparatus and method
US20060161646A1 (en) * 2005-01-19 2006-07-20 Marc Chene Policy-driven mobile forms applications
US20060184550A1 (en) * 2000-11-02 2006-08-17 Canon Kabushiki Kaisha Information processing apparatus and method, and computer readable memory
US7127477B2 (en) 2001-11-06 2006-10-24 Everyware Solutions Inc. Method and system for access to automatically synchronized remote files
US20070050502A1 (en) * 2005-08-31 2007-03-01 Research In Motion Limited Method, system and apparatus for selective application access and synchronization
EP1761087A1 (en) * 2005-08-31 2007-03-07 Research In Motion Limited Method, system and apparatus for selective application access and synchronization
US20080103977A1 (en) * 2006-10-31 2008-05-01 Microsoft Corporation Digital rights management for distributed devices
US20080104206A1 (en) * 2006-10-31 2008-05-01 Microsoft Corporation Efficient knowledge representation in data synchronization systems
US20080099207A1 (en) * 2006-10-31 2008-05-01 Clearwater International, Llc Oxidative systems for breaking polymer viscosified fluids
US20080195759A1 (en) * 2007-02-09 2008-08-14 Microsoft Corporation Efficient knowledge representation in data synchronization systems
US20080201360A1 (en) * 2007-02-15 2008-08-21 Mirapoint, Inc. Locating Persistent Objects In A Network Of Servers
US20090150513A1 (en) * 2007-12-10 2009-06-11 At&T Knowledge Ventures, Lp Method and System for Gathering Network Data
US20090187632A1 (en) * 2008-01-22 2009-07-23 Microsoft Corporation Mail Object Migration
US20090319175A1 (en) 2008-06-19 2009-12-24 Microsoft Corporation Mobile computing devices, architecture and user interfaces based on dynamic direction information
US20090319166A1 (en) * 2008-06-20 2009-12-24 Microsoft Corporation Mobile computing services based on devices with dynamic direction information
US20090319177A1 (en) * 2008-06-19 2009-12-24 Microsoft Corporation Predictive services for devices supporting dynamic direction information
US20090315775A1 (en) * 2008-06-20 2009-12-24 Microsoft Corporation Mobile computing services based on devices with dynamic direction information
US20100008255A1 (en) * 2008-06-20 2010-01-14 Microsoft Corporation Mesh network services for devices supporting dynamic direction information
US7653631B1 (en) * 2001-05-10 2010-01-26 Foundationip, Llc Method for synchronizing information in multiple case management systems
USRE41919E1 (en) 2003-06-25 2010-11-09 Steve Olivier Rapid decryption of data by key synchronization and indexing
US20100332324A1 (en) * 2009-06-25 2010-12-30 Microsoft Corporation Portal services based on interactions with points of interest discovered via directional device information
US8010579B2 (en) 2003-11-17 2011-08-30 Nokia Corporation Bookmarking and annotating in a media diary application
US8126842B2 (en) 2004-02-10 2012-02-28 Research In Motion Limited Apparatus, and associated method, for synchronizing databases connected by way of a radio air interface
US8799242B2 (en) 2004-10-08 2014-08-05 Truecontext Corporation Distributed scalable policy based content management
US9661468B2 (en) 2009-07-07 2017-05-23 Microsoft Technology Licensing, Llc System and method for converting gestures into digital graffiti

Families Citing this family (187)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060195595A1 (en) 2003-12-19 2006-08-31 Mendez Daniel J System and method for globally and securely accessing unified information in a computer network
US6708221B1 (en) 1996-12-13 2004-03-16 Visto Corporation System and method for globally and securely accessing unified information in a computer network
US7035943B2 (en) * 1998-05-29 2006-04-25 Yahoo! Inc. Web server content replication
US6438585B2 (en) * 1998-05-29 2002-08-20 Research In Motion Limited System and method for redirecting message attachments between a host system and a mobile data communication device
US7209949B2 (en) * 1998-05-29 2007-04-24 Research In Motion Limited System and method for synchronizing information between a host system and a mobile data communication device
US7581006B1 (en) 1998-05-29 2009-08-25 Yahoo! Inc. Web service
US6779019B1 (en) * 1998-05-29 2004-08-17 Research In Motion Limited System and method for pushing information from a host system to a mobile data communication device
US7143193B1 (en) * 1998-05-29 2006-11-28 Yahoo! Inc. Content collection
US6219694B1 (en) * 1998-05-29 2001-04-17 Research In Motion Limited System and method for pushing information from a host system to a mobile data communication device having a shared electronic address
US6976093B2 (en) * 1998-05-29 2005-12-13 Yahoo! Inc. Web server content replication
AU4858999A (en) * 1998-07-06 2000-01-24 Bellsouth Intellectual Property Corporation Dispatch application utilizing short message service
US6810405B1 (en) * 1998-08-18 2004-10-26 Starfish Software, Inc. System and methods for synchronizing data between multiple datasets
NO984066L (en) 1998-09-03 2000-03-06 Arendi As Computer function button
US7272604B1 (en) 1999-09-03 2007-09-18 Atle Hedloy Method, system and computer readable medium for addressing handling from an operating system
US7673323B1 (en) 1998-10-28 2010-03-02 Bea Systems, Inc. System and method for maintaining security in a distributed computer network
US6158010A (en) 1998-10-28 2000-12-05 Crosslogix, Inc. System and method for maintaining security in a distributed computer network
US6778647B1 (en) * 1998-11-13 2004-08-17 Siemens Information And Communication Networks, Inc. Redundant database storage of selected record information for an automated interrogation device
US6983308B1 (en) * 1998-11-19 2006-01-03 Openwave Systems, Inc. Mail synchronization of remote and local mail systems
US6662212B1 (en) * 1999-08-31 2003-12-09 Qualcomm Incorporated Synchronization of a virtual workspace using E-mail extensions
US7844687B1 (en) * 1999-10-06 2010-11-30 Gelvin David C Method for internetworked hybrid wireless integrated network sensors (WINS)
US6594480B1 (en) * 1999-11-05 2003-07-15 Ericsson, Inc. Apparatus and method for automatically prioritizing telephone dialing strings
WO2001037092A1 (en) * 1999-11-12 2001-05-25 Telefonaktiebolaget Lm Ericsson (Publ) Apparatus and method for increasing the synchronization speed between a first device and a second device
US20020069244A1 (en) * 1999-11-24 2002-06-06 John Blair Message delivery system billing method and apparatus
CA2391648A1 (en) * 1999-11-24 2001-05-31 Kenamea, Inc. Method and system for continuous interactive communication in an electronic network
JP2001167019A (en) * 1999-12-13 2001-06-22 Sharp Corp Electronic mail synchronizing device
KR100362149B1 (en) * 1999-12-22 2002-11-23 엘지전자 주식회사 Data synchronous method between mobile terminal and computer
US7286990B1 (en) 2000-01-21 2007-10-23 Openwave Systems Inc. Universal interface for voice activated access to multiple information providers
US7512694B2 (en) * 2000-01-21 2009-03-31 Bytemobile, Inc. Wireless communications invisible proxy and hooking systems and methods
US7035878B1 (en) 2000-01-25 2006-04-25 Fusionone, Inc. Base rolling engine for data transfer and synchronization system
US8620286B2 (en) 2004-02-27 2013-12-31 Synchronoss Technologies, Inc. Method and system for promoting and transferring licensed content and applications
US6671757B1 (en) 2000-01-26 2003-12-30 Fusionone, Inc. Data transfer and synchronization system
US6694336B1 (en) 2000-01-25 2004-02-17 Fusionone, Inc. Data transfer and synchronization system
US8156074B1 (en) 2000-01-26 2012-04-10 Synchronoss Technologies, Inc. Data transfer and synchronization system
US6721787B1 (en) * 2000-02-10 2004-04-13 3Com Corporation System and method for wireless hot-synchronization of a personal digital assistant
US7024457B1 (en) 2000-02-17 2006-04-04 J2 Global Communications, Inc. E-mail synchronization between heterogeneous mail servers
KR100365261B1 (en) * 2000-03-02 2002-12-18 주식회사 로직플랜트 Web drive system
US7739334B1 (en) 2000-03-17 2010-06-15 Visto Corporation System and method for automatically forwarding email and email events via a computer network to a server computer
DE10017612A1 (en) * 2000-03-31 2001-10-11 Tillmann Roepenack Automatic updating procedure for user data-records with e.g. library administration data, involves initially updating the basic data-record depending on the electronically detected new administration data
US6944651B2 (en) * 2000-05-19 2005-09-13 Fusionone, Inc. Single click synchronization of data from a public information store to a private information store
US6874149B1 (en) * 2000-06-28 2005-03-29 Microsoft Corporation Hooking of replacement and augmented API functions
US8073954B1 (en) 2000-07-19 2011-12-06 Synchronoss Technologies, Inc. Method and apparatus for a secure remote access system
US7895334B1 (en) 2000-07-19 2011-02-22 Fusionone, Inc. Remote access communication architecture apparatus and method
US6925476B1 (en) 2000-08-17 2005-08-02 Fusionone, Inc. Updating application data including adding first change log to aggreagate change log comprising summary of changes
US7587446B1 (en) 2000-11-10 2009-09-08 Fusionone, Inc. Acquisition and synchronization of digital media to a personal information space
US20020108115A1 (en) * 2000-12-11 2002-08-08 The Associated Press News and other information delivery system and method
US7818435B1 (en) 2000-12-14 2010-10-19 Fusionone, Inc. Reverse proxy mechanism for retrieving electronic content associated with a local network
US20080045266A1 (en) * 2001-02-13 2008-02-21 Research In Motion Limited System and Method for Pushing Information from a Host System to a Mobile Data Communication Device
US8615566B1 (en) 2001-03-23 2013-12-24 Synchronoss Technologies, Inc. Apparatus and method for operational support of remote network systems
US20020143827A1 (en) * 2001-03-30 2002-10-03 Crandall John Christopher Document intelligence censor
AU2002255231A1 (en) * 2001-04-04 2002-10-21 M-Systems Flask Disk Pioneers Ltd. Remote data synchronization
US7149976B2 (en) * 2001-04-16 2006-12-12 Lucent Technologies Inc. View multiplexer for use with a viewing infrastructure and a method of operation thereof
US7359920B1 (en) 2001-04-18 2008-04-15 Intellisync Corporation Communication protocol for synchronization of personal information management databases
US6970826B2 (en) * 2001-06-05 2005-11-29 International Business Machines Corporation Method and system for order returns
US7392546B2 (en) * 2001-06-11 2008-06-24 Bea Systems, Inc. System and method for server security and entitlement processing
US20040093342A1 (en) * 2001-06-27 2004-05-13 Ronald Arbo Universal data mapping system
US7155483B1 (en) 2001-08-07 2006-12-26 Good Technology, Inc. Apparatus and method for conserving bandwidth by batch processing data transactions
US7243163B1 (en) * 2001-08-07 2007-07-10 Good Technology, Inc. System and method for full wireless synchronization of a data processing apparatus with a messaging system
US7596565B2 (en) * 2001-08-07 2009-09-29 Good Technology System and method for maintaining wireless file folders at a wireless device
US7962622B2 (en) * 2001-08-07 2011-06-14 Motorola Mobility, Inc. System and method for providing provisioning and upgrade services for a wireless device
US7743119B2 (en) 2001-08-07 2010-06-22 Motorola, Inc. System and method for mapping identification codes
TW535066B (en) * 2001-09-14 2003-06-01 Inventec Tomorrow Studio Corp Method for sharing data between cable platform and wireless platform and system thereof
EP1451718B1 (en) * 2001-10-23 2012-08-08 Beechwood Limited Partnership System and method for merging remote and local data in a single user interface
AU2002336667B2 (en) * 2001-10-24 2007-06-21 Oracle International Corporation Data synchronization
US9332058B2 (en) 2001-11-01 2016-05-03 Benhov Gmbh, Llc Local agent for remote file access system
CN1610877B (en) * 2001-11-01 2010-06-02 弗里塞恩公司 High speed non-concurrency controlled database
US20030084045A1 (en) * 2001-11-01 2003-05-01 Flying Wireless, Inc. Systems and protocols for remote file access
EP1459213B1 (en) 2001-11-15 2017-05-10 Good Technology Holdings Limited System and methods for asychronous synchronization
US7286553B2 (en) * 2001-12-04 2007-10-23 Murata Kikai Kabushiki Kaisha Communication device and method for controlling communication device
US6745303B2 (en) * 2002-01-03 2004-06-01 Hitachi, Ltd. Data synchronization of multiple remote storage
US7139932B2 (en) * 2002-01-03 2006-11-21 Hitachi, Ltd. Data synchronization of multiple remote storage after remote copy suspension
US7305700B2 (en) 2002-01-08 2007-12-04 Seven Networks, Inc. Secure transport for mobile communication network
JP4250366B2 (en) * 2002-02-12 2009-04-08 キヤノン株式会社 E-mail processing system, method, program, and storage medium
DE10208013A1 (en) * 2002-02-26 2003-09-04 Endress & Hauser Process Solut Method for transferring field device data to an external database
US20030172070A1 (en) * 2002-03-06 2003-09-11 Sawadsky Nicholas Justin Synchronous peer-to-peer multipoint database synchronization
US7079452B2 (en) * 2002-04-16 2006-07-18 Harrison Shelton E Time display system, method and device
US7447799B2 (en) * 2002-04-24 2008-11-04 Good Technology, Inc. System and method for automatically updating a wireless device
US9813514B2 (en) 2002-06-12 2017-11-07 Good Technology Holdings Limited Information repository system including a wireless device and related method
JP2004046302A (en) * 2002-07-08 2004-02-12 Nec Corp Data synchronization method between two or more pieces of information apparatus, information processor which performs this method and program for performing this method
US8516034B1 (en) 2002-07-08 2013-08-20 Good Technology Software, Inc System and method for modifying application behavior based on network bandwidth
US20040024660A1 (en) * 2002-08-05 2004-02-05 General Electric Company System and method for providing asset management and tracking capabilities
US20040024658A1 (en) * 2002-08-05 2004-02-05 General Electric Company System and method for providing asset management and tracking capabilities
US8219466B2 (en) * 2002-08-05 2012-07-10 John Yupeng Gui System and method for providing asset management and tracking capabilities
US20040049476A1 (en) * 2002-09-06 2004-03-11 Sai Sanjay K. Efficient data management system
US20080261633A1 (en) 2002-10-22 2008-10-23 Research In Motion Limited System and Method for Pushing Information from a Host System to a Mobile Data Communication Device
US7917468B2 (en) 2005-08-01 2011-03-29 Seven Networks, Inc. Linking of personal information management data
US7853563B2 (en) 2005-08-01 2010-12-14 Seven Networks, Inc. Universal data aggregation
US8468126B2 (en) 2005-08-01 2013-06-18 Seven Networks, Inc. Publishing data in an information community
US7653930B2 (en) 2003-02-14 2010-01-26 Bea Systems, Inc. Method for role and resource policy management optimization
US8831966B2 (en) 2003-02-14 2014-09-09 Oracle International Corporation Method for delegated administration
US7591000B2 (en) 2003-02-14 2009-09-15 Oracle International Corporation System and method for hierarchical role-based entitlements
US20050037787A1 (en) * 2003-06-27 2005-02-17 Rosett-Wireless Corporation Wireless intelligent portable-server system (WIPSS)
US8645471B2 (en) 2003-07-21 2014-02-04 Synchronoss Technologies, Inc. Device message management system
US20050097353A1 (en) * 2003-10-10 2005-05-05 Bea Systems, Inc. Policy analysis tool
US20050081055A1 (en) * 2003-10-10 2005-04-14 Bea Systems, Inc. Dynamically configurable distributed security system
US20050257245A1 (en) * 2003-10-10 2005-11-17 Bea Systems, Inc. Distributed security system with dynamic roles
US7644432B2 (en) * 2003-10-10 2010-01-05 Bea Systems, Inc. Policy inheritance through nested groups
US7398327B2 (en) * 2003-11-25 2008-07-08 Robert Bosch Gmbh Apparatus, method and system for providing automated services to heterogenous devices across multiple platforms
US20050138211A1 (en) * 2003-12-19 2005-06-23 Mobile Action Technology Inc. Data synchronization system with data security and proxy capabilities
JP2005181222A (en) * 2003-12-22 2005-07-07 Renesas Technology Corp Manufacturing method for semiconductor device
US20050192973A1 (en) * 2004-02-12 2005-09-01 Smith Micro Software, Inc. Visual database management system and method
US7580953B2 (en) * 2004-04-13 2009-08-25 Bea Systems, Inc. System and method for schema lifecycles in a virtual content repository that integrates a plurality of content repositories
US20050251503A1 (en) * 2004-04-13 2005-11-10 Bea Systems, Inc. System and method for content and schema versioning
US20050240714A1 (en) * 2004-04-13 2005-10-27 Bea Systems, Inc. System and method for virtual content repository deployment
US9542076B1 (en) 2004-05-12 2017-01-10 Synchronoss Technologies, Inc. System for and method of updating a personal profile
CN1998224A (en) 2004-05-12 2007-07-11 富盛旺公司 Advanced contact identification system
US20050256899A1 (en) * 2004-05-14 2005-11-17 Bea Systems, Inc. System and method for representing hierarchical data structures
US20050256906A1 (en) * 2004-05-14 2005-11-17 Bea Systems, Inc. Interface for portal and webserver administration-efficient updates
US8010082B2 (en) 2004-10-20 2011-08-30 Seven Networks, Inc. Flexible billing architecture
WO2006045102A2 (en) 2004-10-20 2006-04-27 Seven Networks, Inc. Method and apparatus for intercepting events in a communication system
US7783670B2 (en) * 2004-11-18 2010-08-24 Bea Systems, Inc. Client server conversion for representing hierarchical data structures
US7706781B2 (en) 2004-11-22 2010-04-27 Seven Networks International Oy Data security in a mobile e-mail service
US7562102B1 (en) * 2004-11-29 2009-07-14 Progress Software Corporation Extensible handling of new or modified data within an independent distributed database system
FI117152B (en) 2004-12-03 2006-06-30 Seven Networks Internat Oy E-mail service provisioning method for mobile terminal, involves using domain part and further parameters to generate new parameter set in list of setting parameter sets, if provisioning of e-mail service is successful
US7752633B1 (en) 2005-03-14 2010-07-06 Seven Networks, Inc. Cross-platform event engine
EP1803313A4 (en) 2005-04-18 2007-10-31 Research In Motion Ltd Method and system for controlling software version updates
US7796742B1 (en) 2005-04-21 2010-09-14 Seven Networks, Inc. Systems and methods for simplified provisioning
US8438633B1 (en) 2005-04-21 2013-05-07 Seven Networks, Inc. Flexible real-time inbox access
WO2006136660A1 (en) 2005-06-21 2006-12-28 Seven Networks International Oy Maintaining an ip connection in a mobile network
US8069166B2 (en) 2005-08-01 2011-11-29 Seven Networks, Inc. Managing user-to-user contact with inferred presence information
US7917537B2 (en) 2005-09-26 2011-03-29 Oracle International Corporation System and method for providing link property types for content management
US7483893B2 (en) 2005-09-26 2009-01-27 Bae Systems, Inc. System and method for lightweight loading for managing content
US7752205B2 (en) 2005-09-26 2010-07-06 Bea Systems, Inc. Method and system for interacting with a virtual content repository
US7953734B2 (en) 2005-09-26 2011-05-31 Oracle International Corporation System and method for providing SPI extensions for content management system
US7818344B2 (en) 2005-09-26 2010-10-19 Bea Systems, Inc. System and method for providing nested types for content management
US7769395B2 (en) 2006-06-20 2010-08-03 Seven Networks, Inc. Location-based operations and messaging
US7620392B1 (en) 2006-02-27 2009-11-17 Good Technology, Inc. Method and system for distributing and updating software in wireless devices
US7904953B2 (en) * 2006-09-22 2011-03-08 Bea Systems, Inc. Pagelets
US8463852B2 (en) 2006-10-06 2013-06-11 Oracle International Corporation Groupware portlets for integrating a portal with groupware systems
US8693494B2 (en) 2007-06-01 2014-04-08 Seven Networks, Inc. Polling
US8805425B2 (en) 2007-06-01 2014-08-12 Seven Networks, Inc. Integrated messaging
US8364181B2 (en) 2007-12-10 2013-01-29 Seven Networks, Inc. Electronic-mail filtering for mobile devices
US8793305B2 (en) 2007-12-13 2014-07-29 Seven Networks, Inc. Content delivery to a mobile device from a content service
US9002828B2 (en) 2007-12-13 2015-04-07 Seven Networks, Inc. Predictive content delivery
US8181111B1 (en) 2007-12-31 2012-05-15 Synchronoss Technologies, Inc. System and method for providing social context to digital activity
US8107921B2 (en) 2008-01-11 2012-01-31 Seven Networks, Inc. Mobile virtual network operator
US8862657B2 (en) 2008-01-25 2014-10-14 Seven Networks, Inc. Policy based content service
US20090193338A1 (en) 2008-01-28 2009-07-30 Trevor Fiatal Reducing network and battery consumption during content delivery and playback
US20090225781A1 (en) * 2008-03-07 2009-09-10 Software Ag, Inc. System, method and computer program product for bulk event transfer
US8787947B2 (en) 2008-06-18 2014-07-22 Seven Networks, Inc. Application discovery on mobile devices
US8078158B2 (en) 2008-06-26 2011-12-13 Seven Networks, Inc. Provisioning applications for a mobile device
US8909759B2 (en) 2008-10-10 2014-12-09 Seven Networks, Inc. Bandwidth measurement
US8190651B2 (en) 2009-06-15 2012-05-29 Nxstage Medical, Inc. System and method for identifying and pairing devices
US8812136B2 (en) * 2009-11-05 2014-08-19 Blackberry Limited Method and apparatus for controlling a location automation system via a calendar database
US8255006B1 (en) 2009-11-10 2012-08-28 Fusionone, Inc. Event dependent notification system and method
WO2011126889A2 (en) 2010-03-30 2011-10-13 Seven Networks, Inc. 3d mobile user interface with configurable workspace management
US8838783B2 (en) 2010-07-26 2014-09-16 Seven Networks, Inc. Distributed caching for resource and mobile network traffic management
US9077630B2 (en) 2010-07-26 2015-07-07 Seven Networks, Inc. Distributed implementation of dynamic wireless traffic policy
US8886176B2 (en) 2010-07-26 2014-11-11 Seven Networks, Inc. Mobile application traffic optimization
EP3651028A1 (en) 2010-07-26 2020-05-13 Seven Networks, LLC Mobile network traffic coordination across multiple applications
CN103620576B (en) 2010-11-01 2016-11-09 七网络公司 It is applicable to the caching of mobile applications behavior and network condition
US9060032B2 (en) 2010-11-01 2015-06-16 Seven Networks, Inc. Selective data compression by a distributed traffic management system to reduce mobile data traffic and signaling traffic
US8484314B2 (en) 2010-11-01 2013-07-09 Seven Networks, Inc. Distributed caching in a wireless network of content delivered for a mobile application over a long-held request
WO2012060995A2 (en) 2010-11-01 2012-05-10 Michael Luna Distributed caching in a wireless network of content delivered for a mobile application over a long-held request
US8204953B2 (en) 2010-11-01 2012-06-19 Seven Networks, Inc. Distributed system for cache defeat detection and caching of content addressed by identifiers intended to defeat cache
US9330196B2 (en) 2010-11-01 2016-05-03 Seven Networks, Llc Wireless traffic management system cache optimization using http headers
WO2012060997A2 (en) 2010-11-01 2012-05-10 Michael Luna Application and network-based long poll request detection and cacheability assessment therefor
US8943428B2 (en) 2010-11-01 2015-01-27 Synchronoss Technologies, Inc. System for and method of field mapping
US8843153B2 (en) 2010-11-01 2014-09-23 Seven Networks, Inc. Mobile traffic categorization and policy for network use optimization while preserving user experience
US8326985B2 (en) 2010-11-01 2012-12-04 Seven Networks, Inc. Distributed management of keep-alive message signaling for mobile network resource conservation and optimization
GB2500327B (en) 2010-11-22 2019-11-06 Seven Networks Llc Optimization of resource polling intervals to satisfy mobile device requests
CA2798523C (en) 2010-11-22 2015-02-24 Seven Networks, Inc. Aligning data transfer to optimize connections established for transmission over a wireless network
GB2501416B (en) 2011-01-07 2018-03-21 Seven Networks Llc System and method for reduction of mobile network traffic used for domain name system (DNS) queries
WO2012145533A2 (en) 2011-04-19 2012-10-26 Seven Networks, Inc. Shared resource and virtual resource management in a networked environment
GB2496537B (en) 2011-04-27 2014-10-15 Seven Networks Inc System and method for making requests on behalf of a mobile device based on atmoic processes for mobile network traffic relief
EP2702500B1 (en) 2011-04-27 2017-07-19 Seven Networks, LLC Detecting and preserving state for satisfying application requests in a distributed proxy and cache system
EP2737742A4 (en) 2011-07-27 2015-01-28 Seven Networks Inc Automatic generation and distribution of policy information regarding malicious mobile traffic in a wireless network
US8934414B2 (en) 2011-12-06 2015-01-13 Seven Networks, Inc. Cellular or WiFi mobile traffic optimization based on public or private network destination
WO2013086214A1 (en) 2011-12-06 2013-06-13 Seven Networks, Inc. A system of redundantly clustered machines to provide failover mechanisms for mobile traffic management and network resource conservation
WO2013086455A1 (en) 2011-12-07 2013-06-13 Seven Networks, Inc. Flexible and dynamic integration schemas of a traffic management system with various network operators for network traffic alleviation
WO2013086447A1 (en) 2011-12-07 2013-06-13 Seven Networks, Inc. Radio-awareness of mobile device for sending server-side control signals using a wireless network optimized transport protocol
US9832095B2 (en) 2011-12-14 2017-11-28 Seven Networks, Llc Operation modes for mobile traffic optimization and concurrent management of optimized and non-optimized traffic
EP2792188B1 (en) 2011-12-14 2019-03-20 Seven Networks, LLC Mobile network reporting and usage analytics system and method using aggregation of data in a distributed traffic optimization system
WO2013090821A1 (en) 2011-12-14 2013-06-20 Seven Networks, Inc. Hierarchies and categories for management and deployment of policies for distributed wireless traffic optimization
US8909202B2 (en) 2012-01-05 2014-12-09 Seven Networks, Inc. Detection and management of user interactions with foreground applications on a mobile device in distributed caching
WO2013116856A1 (en) 2012-02-02 2013-08-08 Seven Networks, Inc. Dynamic categorization of applications for network access in a mobile network
WO2013116852A1 (en) 2012-02-03 2013-08-08 Seven Networks, Inc. User as an end point for profiling and optimizing the delivery of content and data in a wireless network
US8812695B2 (en) 2012-04-09 2014-08-19 Seven Networks, Inc. Method and system for management of a virtual network connection without heartbeat messages
WO2013155208A1 (en) 2012-04-10 2013-10-17 Seven Networks, Inc. Intelligent customer service/call center services enhanced using real-time and historical mobile application and traffic-related statistics collected by a distributed caching system in a mobile network
US8775631B2 (en) 2012-07-13 2014-07-08 Seven Networks, Inc. Dynamic bandwidth adjustment for browsing or streaming activity in a wireless network based on prediction of user behavior when interacting with mobile applications
US9887872B2 (en) * 2012-07-13 2018-02-06 Microsoft Technology Licensing, Llc Hybrid application environments including hosted applications and application servers for interacting with data in enterprise environments
US9161258B2 (en) 2012-10-24 2015-10-13 Seven Networks, Llc Optimized and selective management of policy deployment to mobile clients in a congested network to prevent further aggravation of network congestion
US9307493B2 (en) 2012-12-20 2016-04-05 Seven Networks, Llc Systems and methods for application management of mobile device radio state promotion and demotion
US9241314B2 (en) 2013-01-23 2016-01-19 Seven Networks, Llc Mobile device with application or context aware fast dormancy
US8874761B2 (en) 2013-01-25 2014-10-28 Seven Networks, Inc. Signaling optimization in a wireless network for traffic utilizing proprietary and non-proprietary protocols
US9326185B2 (en) 2013-03-11 2016-04-26 Seven Networks, Llc Mobile network congestion recognition for optimization of mobile traffic
US9065765B2 (en) 2013-07-22 2015-06-23 Seven Networks, Inc. Proxy server associated with a mobile carrier for enhancing mobile traffic management in a mobile network
US11386115B1 (en) 2014-09-12 2022-07-12 Amazon Technologies, Inc. Selectable storage endpoints for a transactional data storage engine

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5799072A (en) * 1995-07-21 1998-08-25 Callmanage Telecommunications call management system
US6163274A (en) * 1997-09-04 2000-12-19 Ncr Corporation Remotely updatable PDA

Family Cites Families (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5065360A (en) 1989-01-10 1991-11-12 Kelly Douglas J Portable data storage and editing device
US5170480A (en) 1989-09-25 1992-12-08 International Business Machines Corporation Concurrently applying redo records to backup database in a log sequence using single queue server per queue at a time
US5278978A (en) 1990-03-26 1994-01-11 International Business Machines Corporation Method and system for describing and exchanging data between heterogeneous database systems with data converted by the receiving database system
US5333252A (en) * 1990-04-05 1994-07-26 Claris Corporation Interface for arranging order of fields
CA2054026A1 (en) * 1990-10-31 1992-05-01 William Monroe Turpin Goal oriented electronic form system
US5315709A (en) 1990-12-03 1994-05-24 Bachman Information Systems, Inc. Method and apparatus for transforming objects in data models
US5261094A (en) 1991-04-08 1993-11-09 International Business Machines Corporation Asynchronous replication of data changes by distributed update requests
US5392390A (en) 1992-04-10 1995-02-21 Intellilink Corp. Method for mapping, translating, and dynamically reconciling data between disparate computer platforms
US5708840A (en) 1992-06-29 1998-01-13 Elonex I.P. Holdings, Ltd. Micro personal digital assistant
US5666530A (en) * 1992-12-02 1997-09-09 Compaq Computer Corporation System for automatic synchronization of common file between portable computer and host computer via communication channel selected from a plurality of usable channels there between
JPH06324928A (en) 1993-05-14 1994-11-25 Mitsubishi Electric Corp Log generating device, device for arbitrating versions different in file and device for arbitrating version different in computer file being at different places
US5710922A (en) 1993-06-02 1998-01-20 Apple Computer, Inc. Method for synchronizing and archiving information between computer systems
US5689706A (en) 1993-06-18 1997-11-18 Lucent Technologies Inc. Distributed systems with replicated files
US5684984A (en) 1994-09-29 1997-11-04 Apple Computer, Inc. Synchronization and replication of object databases
US5926824A (en) * 1994-11-16 1999-07-20 Canon Kabushiki Kaisha System and method for retrieving a document by inputting a desired attribute and the number of areas in which the attribute occurs as a retrieval condition
US5684990A (en) * 1995-01-11 1997-11-04 Puma Technology, Inc. Synchronization of disparate databases
US5729735A (en) 1995-02-08 1998-03-17 Meyering; Samuel C. Remote database file synchronizer
US5596574A (en) * 1995-07-06 1997-01-21 Novell, Inc. Method and apparatus for synchronizing data transmission with on-demand links of a network
US5630081A (en) * 1995-09-07 1997-05-13 Puma Technology, Inc. Connection resource manager displaying link-status information using a traffic light iconic representation
US5758150A (en) 1995-10-06 1998-05-26 Tele-Communications, Inc. System and method for database synchronization
US5884323A (en) * 1995-10-13 1999-03-16 3Com Corporation Extendible method and apparatus for synchronizing files on two different computer systems
US5727202A (en) 1995-10-18 1998-03-10 Palm Computing, Inc. Method and apparatus for synchronizing information on two different computer systems
US5706452A (en) * 1995-12-06 1998-01-06 Ivanov; Vladimir I. Method and apparatus for structuring and managing the participatory evaluation of documents by a plurality of reviewers
US5832218A (en) * 1995-12-14 1998-11-03 International Business Machines Corporation Client/server electronic mail system for providng off-line client utilization and seamless server resynchronization
US5781908A (en) 1995-12-18 1998-07-14 J.D. Edwards World Source Company File data synchronizer in a distributed data computer network
US5884324A (en) * 1996-07-23 1999-03-16 International Business Machines Corporation Agent for replicating data based on a client defined replication period
US5758355A (en) 1996-08-07 1998-05-26 Aurum Software, Inc. Synchronization of server database with client database using distribution tables
US5892909A (en) * 1996-09-27 1999-04-06 Diffusion, Inc. Intranet-based system with methods for co-active delivery of information to multiple users
US5870765A (en) 1996-10-09 1999-02-09 Oracle Corporation Database synchronizer
US6141664A (en) 1996-11-13 2000-10-31 Puma Technology, Inc. Synchronization of databases with date range
US6212221B1 (en) * 1997-03-14 2001-04-03 Brother Kogyo Kabushiki Kaisha Communication apparatus
JPH1141643A (en) * 1997-07-04 1999-02-12 Internatl Business Mach Corp <Ibm> Radio information processing terminal and control method therefor
US6226739B1 (en) * 1999-12-14 2001-05-01 International Business Machines Corporation Method and computer program for distributing software to a personal palm-type device through a global software distribution package transmittable over the world wide web

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5799072A (en) * 1995-07-21 1998-08-25 Callmanage Telecommunications call management system
US6163274A (en) * 1997-09-04 2000-12-19 Ncr Corporation Remotely updatable PDA

Cited By (92)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060184550A1 (en) * 2000-11-02 2006-08-17 Canon Kabushiki Kaisha Information processing apparatus and method, and computer readable memory
US20040215669A1 (en) * 2001-03-26 2004-10-28 Nokia Corporation Application data synchronization in telecommunications system
US7571194B2 (en) * 2001-03-26 2009-08-04 Nokia Corporation Application data synchronization in telecommunications system
US7653631B1 (en) * 2001-05-10 2010-01-26 Foundationip, Llc Method for synchronizing information in multiple case management systems
US20020184234A1 (en) * 2001-06-01 2002-12-05 Lundberg Steven W. Internet-based patent and trademark applicaton management system
US7032003B1 (en) * 2001-08-13 2006-04-18 Union Gold Holdings, Ltd. Hybrid replication scheme with data and actions for wireless devices
US7127477B2 (en) 2001-11-06 2006-10-24 Everyware Solutions Inc. Method and system for access to automatically synchronized remote files
US20030087089A1 (en) * 2001-11-08 2003-05-08 Rodriguez Peter A. Roll of adhesive labels for cutting tape
US20040054569A1 (en) * 2002-07-31 2004-03-18 Alvaro Pombo Contextual computing system
US8655738B2 (en) 2002-07-31 2014-02-18 Rpx Corporation Contextual computing system
US20110153465A1 (en) * 2002-07-31 2011-06-23 Truecontext Corporation Contextual computing system
US7930215B2 (en) 2002-07-31 2011-04-19 Truecontext Corporation Contextual computing system
US20040177368A1 (en) * 2003-03-06 2004-09-09 Wegener Communications, Inc. Apparatus and method for addressing control in a network for distributed data
US7930711B2 (en) 2003-03-06 2011-04-19 Wegener Communications, Inc. Apparatus and method for addressing control in a network for distributed data
US7325036B2 (en) 2003-03-07 2008-01-29 Wegener Communications, Inc. System and method for command transmission utilizing an email return path
US20040177121A1 (en) * 2003-03-07 2004-09-09 Wegener Communications, Inc. System and method for command transmission utilizing an email return path
US20060007932A1 (en) * 2003-03-07 2006-01-12 Wegener Communications, Inc. System and method for command transmission utilizing an email return path
US7020689B2 (en) 2003-03-07 2006-03-28 Wegener Communications, Inc. System and method for command transmission utilizing an email return path
US7937638B2 (en) 2003-05-30 2011-05-03 Wegener Communications, Inc. Error correction apparatus and method
US20060085724A1 (en) * 2003-05-30 2006-04-20 Wegener Communications, Inc. Error correction apparatus and method
US7506235B2 (en) 2003-05-30 2009-03-17 Wegener Communications Error correction apparatus and method
US20080228787A1 (en) * 2003-05-30 2008-09-18 Wegener Communications, Inc. Error Correction Apparatus and Method
US7296204B2 (en) 2003-05-30 2007-11-13 Wegener Communications, Inc. Error correction apparatus and method
USRE41919E1 (en) 2003-06-25 2010-11-09 Steve Olivier Rapid decryption of data by key synchronization and indexing
US20050138216A1 (en) * 2003-07-30 2005-06-23 American Express Travel Related Services Company, Inc. System and method for remote collection of data
US7315978B2 (en) * 2003-07-30 2008-01-01 Ameriprise Financial, Inc. System and method for remote collection of data
US8010579B2 (en) 2003-11-17 2011-08-30 Nokia Corporation Bookmarking and annotating in a media diary application
US8990255B2 (en) 2003-11-17 2015-03-24 Nokia Corporation Time bar navigation in a media diary application
US7109848B2 (en) 2003-11-17 2006-09-19 Nokia Corporation Applications and methods for providing a reminder or an alert to a digital media capture device
US20050108644A1 (en) * 2003-11-17 2005-05-19 Nokia Corporation Media diary incorporating media and timeline views
US20050105396A1 (en) * 2003-11-17 2005-05-19 Nokia Corporation Applications and methods for providing a reminder or an alert to a digital media capture device
US20050108643A1 (en) * 2003-11-17 2005-05-19 Nokia Corporation Topographic presentation of media files in a media diary application
US20050105374A1 (en) * 2003-11-17 2005-05-19 Nokia Corporation Media diary application for use with digital device
US20050108234A1 (en) * 2003-11-17 2005-05-19 Nokia Corporation Speed browsing of media items in a media diary application
US20050108253A1 (en) * 2003-11-17 2005-05-19 Nokia Corporation Time bar navigation in a media diary application
US20050144278A1 (en) * 2003-12-12 2005-06-30 Valeri Atamaniouk System and method for multipart response optimization
US7774718B2 (en) 2003-12-17 2010-08-10 Nokia Corporation Time handle in a media diary application for accessing media files
US20050138066A1 (en) * 2003-12-17 2005-06-23 Nokia Corporation Time handle in a media diary application for accessing media files
US20050187943A1 (en) * 2004-02-09 2005-08-25 Nokia Corporation Representation of media items in a media file management application for use with a digital device
US20050181790A1 (en) * 2004-02-10 2005-08-18 Yach David P. Apparatus, and associated method, for facilitating efficient communication of data communicated pursuant to a syncrhonization session
EP2101271A1 (en) * 2004-02-10 2009-09-16 Research In Motion Limited Apparatus, and associated method, for facilitating synchronization of databases connected by way of a radio air interface
US20050176453A1 (en) * 2004-02-10 2005-08-11 Yach David P. Apparatus, and associated method, for facilitating synchronization of databases connected by way of a radio air interface
US7457631B2 (en) 2004-02-10 2008-11-25 Research In Motion Limited Apparatus, and associated method, for facilitating synchronization of databases connected by way of a radio air interface
EP1564655A1 (en) * 2004-02-10 2005-08-17 Research In Motion Limited Apparatus and associated method for facilitating synchronization of databases connected by way of a radio air interface
US8126842B2 (en) 2004-02-10 2012-02-28 Research In Motion Limited Apparatus, and associated method, for synchronizing databases connected by way of a radio air interface
US20050234938A1 (en) * 2004-04-15 2005-10-20 International Business Machines Corporation Method for synchronizing read/unread data during LOTUS NOTES database migration
US7185026B2 (en) * 2004-04-15 2007-02-27 International Business Machines Corporation Method for synchronizing read/unread data during LOTUS NOTES database migration
US20050267938A1 (en) * 2004-05-14 2005-12-01 Mirapoint, Inc. Method for mailbox migration
US7587455B2 (en) * 2004-05-14 2009-09-08 Mirapoint Software, Inc. Method for mailbox migration
US8140631B2 (en) * 2004-05-14 2012-03-20 Mirapoint Software, Inc. Method for mailbox migration
US20100011033A1 (en) * 2004-05-14 2010-01-14 Mirapoint Software, Inc. Method for mailbox migration
US20050286428A1 (en) * 2004-06-28 2005-12-29 Nokia Corporation Timeline management of network communicated information
US8090844B2 (en) 2004-10-08 2012-01-03 Truecontext Corporation Content management across shared, mobile file systems
US8799242B2 (en) 2004-10-08 2014-08-05 Truecontext Corporation Distributed scalable policy based content management
US20060080397A1 (en) * 2004-10-08 2006-04-13 Marc Chene Content management across shared, mobile file systems
US9471611B2 (en) 2004-10-08 2016-10-18 ProntoForms Inc. Distributed scalable policy based content management
US20060161646A1 (en) * 2005-01-19 2006-07-20 Marc Chene Policy-driven mobile forms applications
US7774504B2 (en) 2005-01-19 2010-08-10 Truecontext Corporation Policy-driven mobile forms applications
US8171172B2 (en) * 2005-08-31 2012-05-01 Research In Motion Limited Method, system and apparatus for selective application access and synchronization
US20110029605A1 (en) * 2005-08-31 2011-02-03 Research In Motion Limited Method, System and Apparatus for Selective Application Access and Synchronization
US20070050502A1 (en) * 2005-08-31 2007-03-01 Research In Motion Limited Method, system and apparatus for selective application access and synchronization
EP1761087A1 (en) * 2005-08-31 2007-03-07 Research In Motion Limited Method, system and apparatus for selective application access and synchronization
US7840710B2 (en) 2005-08-31 2010-11-23 Research In Motion Limited Method, system and apparatus for selective application access and synchronization
US20080103977A1 (en) * 2006-10-31 2008-05-01 Microsoft Corporation Digital rights management for distributed devices
US20080104206A1 (en) * 2006-10-31 2008-05-01 Microsoft Corporation Efficient knowledge representation in data synchronization systems
US20080099207A1 (en) * 2006-10-31 2008-05-01 Clearwater International, Llc Oxidative systems for breaking polymer viscosified fluids
US20080195759A1 (en) * 2007-02-09 2008-08-14 Microsoft Corporation Efficient knowledge representation in data synchronization systems
US7620659B2 (en) 2007-02-09 2009-11-17 Microsoft Corporation Efficient knowledge representation in data synchronization systems
US20080201360A1 (en) * 2007-02-15 2008-08-21 Mirapoint, Inc. Locating Persistent Objects In A Network Of Servers
US20090150513A1 (en) * 2007-12-10 2009-06-11 At&T Knowledge Ventures, Lp Method and System for Gathering Network Data
US20090187632A1 (en) * 2008-01-22 2009-07-23 Microsoft Corporation Mail Object Migration
US8661088B2 (en) 2008-01-22 2014-02-25 Microsoft Corporation Mail object migration
US8346874B2 (en) * 2008-01-22 2013-01-01 Microsoft Corporation Mail object migration
US20090319175A1 (en) 2008-06-19 2009-12-24 Microsoft Corporation Mobile computing devices, architecture and user interfaces based on dynamic direction information
US8700302B2 (en) 2008-06-19 2014-04-15 Microsoft Corporation Mobile computing devices, architecture and user interfaces based on dynamic direction information
US8200246B2 (en) 2008-06-19 2012-06-12 Microsoft Corporation Data synchronization for devices supporting direction-based services
US10057724B2 (en) 2008-06-19 2018-08-21 Microsoft Technology Licensing, Llc Predictive services for devices supporting dynamic direction information
US9200901B2 (en) 2008-06-19 2015-12-01 Microsoft Technology Licensing, Llc Predictive services for devices supporting dynamic direction information
US8615257B2 (en) 2008-06-19 2013-12-24 Microsoft Corporation Data synchronization for devices supporting direction-based services
US20090319177A1 (en) * 2008-06-19 2009-12-24 Microsoft Corporation Predictive services for devices supporting dynamic direction information
US20090315766A1 (en) * 2008-06-19 2009-12-24 Microsoft Corporation Source switching for devices supporting dynamic direction information
US8700301B2 (en) 2008-06-19 2014-04-15 Microsoft Corporation Mobile computing devices, architecture and user interfaces based on dynamic direction information
US20090315775A1 (en) * 2008-06-20 2009-12-24 Microsoft Corporation Mobile computing services based on devices with dynamic direction information
US8868374B2 (en) 2008-06-20 2014-10-21 Microsoft Corporation Data services based on gesture and location information of device
US20090315776A1 (en) * 2008-06-20 2009-12-24 Microsoft Corporation Mobile computing services based on devices with dynamic direction information
US8467991B2 (en) 2008-06-20 2013-06-18 Microsoft Corporation Data services based on gesture and location information of device
US20100008255A1 (en) * 2008-06-20 2010-01-14 Microsoft Corporation Mesh network services for devices supporting dynamic direction information
US9703385B2 (en) 2008-06-20 2017-07-11 Microsoft Technology Licensing, Llc Data services based on gesture and location information of device
US20090319166A1 (en) * 2008-06-20 2009-12-24 Microsoft Corporation Mobile computing services based on devices with dynamic direction information
US10509477B2 (en) 2008-06-20 2019-12-17 Microsoft Technology Licensing, Llc Data services based on gesture and location information of device
US20100332324A1 (en) * 2009-06-25 2010-12-30 Microsoft Corporation Portal services based on interactions with points of interest discovered via directional device information
US9661468B2 (en) 2009-07-07 2017-05-23 Microsoft Technology Licensing, Llc System and method for converting gestures into digital graffiti

Also Published As

Publication number Publication date
US6304881B1 (en) 2001-10-16
WO1999045451A3 (en) 1999-11-04
WO1999045451A2 (en) 1999-09-10

Similar Documents

Publication Publication Date Title
US6304881B1 (en) Remote data access and synchronization
EP1493092B1 (en) Apparatus and method for distributing electronic messages to a wireless data processing device
JP5246332B2 (en) Enhanced messaging platform
US6289212B1 (en) Method and apparatus for providing electronic mail services during network unavailability
US8577982B2 (en) Method and apparatus for efficiently managing “messages sent” file and resending of messages from mobile wireless communication device
US7076528B2 (en) System and method for communicating messages between a host computer and a designated device
US7986678B2 (en) System and method for implementing local base stations
EP1071029A2 (en) Method and system for providing electronic mail services to mobile devices with efficient use of network bandwidth
US20020086706A1 (en) Mobile device server
CA2589522C (en) Method and apparatus for efficiently managing &#34;messages sent&#34; file and resending of messages from mobile wireless communication device
US20020177453A1 (en) Mobile device server
JP2002517947A (en) System and method for pushing information from a host system to a mobile data communication device
JP2001518747A (en) Messaging application with multiple interfacing capabilities
US7570942B2 (en) Transactional message-queue communication for wirelessly networked devices system and method
ES2479941T3 (en) Email distribution system, mail server and mail client
US20020026481A1 (en) Electronic mail system and electronic mail delivery method
EP1049006A2 (en) Transfer of electronic messages to a PDA
WO2003019884A1 (en) A system and method of delivering information to a user by at least two different technologies
JPH11177606A (en) Electronic mail charging system
KR20010081731A (en) Apparatus for and method of reading e-mail from web-based e-mail service server using e-mail program

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTELLISYNC CORPORATION, CALIFORNIA

Free format text: CHANGE OF NAME AS REFLECTED IN CERTIFICATE OF OWNERSHIP AND MERGER;ASSIGNOR:PUMATECH, INC.;REEL/FRAME:015083/0806

Effective date: 20040217

STCB Information on status: application discontinuation

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