US6240442B1 - Systems and methods for executing application programs from a memory device linked to server at an internet site - Google Patents
Systems and methods for executing application programs from a memory device linked to server at an internet site Download PDFInfo
- Publication number
- US6240442B1 US6240442B1 US09/192,951 US19295198A US6240442B1 US 6240442 B1 US6240442 B1 US 6240442B1 US 19295198 A US19295198 A US 19295198A US 6240442 B1 US6240442 B1 US 6240442B1
- Authority
- US
- United States
- Prior art keywords
- server
- file
- client
- program
- providing
- 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.)
- Expired - Lifetime
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/40—Network security protocols
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
- H04L67/025—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP] for remote control or remote monitoring of applications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/10—Protocols in which an application is distributed across nodes in the network
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2209/00—Indexing scheme relating to G06F9/00
- G06F2209/54—Indexing scheme relating to G06F9/54
- G06F2209/549—Remote execution
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/133—Protocols for remote procedure calls [RPC]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/30—Definitions, standards or architectural aspects of layered protocol stacks
- H04L69/32—Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
- H04L69/322—Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
- H04L69/329—Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the application layer [OSI layer 7]
Definitions
- the present invention relates to systems and methods for connecting a computer to a computer network, and more particularly, to systems and methods for establishing a connection between a computer at a remote location and a server at an Internet site that allows the remote computer to execute applications stored at the Internet site.
- the digital computer is a powerful data processing tool that allows a user to organize, store and analyze data in volumes and at rates that would be impossible by any prior known technique.
- the computer network has been a similar step forward. By linking together several computers and by providing shared resources and cross-platform communications, engineers have developed the computer network into a tool that provides sufficient processing power to support entire corporations and universities.
- the increased power of computer networks over the individual microcomputer is provided by distributed processing. Distributed processing allows for the division or distribution of a computational workload among the different workstations connected to the computer network.
- the Internet is a global system of interconnected computer networks formed into a single worldwide network.
- a user through the Internet, can interactively transmit messages with users in different countries.
- a user in the U.S. can access the files from libraries in Europe and Asia and download these files for personal use.
- the Internet computer network provides strong communication functions similar to the communication functions provided by ham radio operators.
- the Internet computer network acts like a universal library, providing electronic access to resources and information available from Internet sites throughout the world.
- the Internet provides excellent and developed resources for communication and file sharing
- the Internet is still basically a static medium.
- the content of the Internet i.e., the resources available to a user accessing a site on the Internet
- a user moves about the Internet using a web browser program.
- the web browser program allows for multimedia presentation of information including text images, sound and video clips. This allows the user to connect via the Internet to different sites on the Internet.
- a user can view the information stored at an Internet site, and even make a copy for his own personal use, at present, a user lacks a system for directly executing an application program via the Internet. As such, the Internet does not provide the general user the advantages of distributed processing.
- JAVA offers an improvement over the prior art
- the JAVA system suffers from some significant drawbacks.
- the JAVA system requires that each application stored at an Internet resource site that will be downloaded to an Internet user and run at the Internet user's site, to be written in a specific programming language that is compatible with the JAVA system. Therefore, available program applications such as Microsoft Word, Microsoft Excel, Intuit Quicken, or other developed application programs must be rewritten in a JAVA compatible programming language before it can be employed with the JAVA system. This of course creates an immediate barrier to the deployment of application programs across the Internet.
- JAVA system is an interpreted language system.
- An interpreted language system is inherently slow. Accordingly, applications such as Microsoft Word or Microsoft Excel, which normally are not interpreted programs, must now be rewritten to function in an interpreted environment. Accordingly, Internet users are likely to notice a substantial decrease in operation speed while they run these applications.
- JAVA applications available for deployment from an Internet site are programmed specifically for Internet deployment. Accordingly, these JAVA application programs will not be programs conventionally used by users at the Internet site that locally stores the JAVA application program.
- Systems and processes according to the invention allow a computer, typically referred to as a client, to connect to a server of an Internet site for executing an application program that is stored on a disk linked to that server.
- the invention can be understood as processes for allowing a client computer at a remote location to execute application programs stored at an Internet site, including the steps of providing a data transport interface for connecting to the server, transporting from the server a server address signal representative of a network address of the server, and a path name signal representative of a file system that includes the application program, generating a mount request as a function of the path name signal and transporting the mount request to the server for directing the server to provide an array of server file pointers that point to a file descriptor representative of the file system that includes the application program, generating an array of remote file pointers, as a function of the server address signal, the path name signal, and the array of server file pointers, providing the array of remote file pointers to a program loader element operating on the client, and directing the program loader
- the client computer transports to the server a client-type signal that represents a file system protocol which is employed by that client computer.
- the process provides the server with an administration program for storing a file system of computer files on the disk according to a select file system protocol.
- the administration program can include a program element that stores computer files according to one or more of a DOS, UNIX, VMS, WINDOWS, WINDOWS 95, WINDOWS NT, OS/2, SYSTEM 7, MacIntosh, or any other commercial, or proprietary file system protocol.
- client encompasses any data processing system suitable for operating a process according to the invention and for establishing a communication link to an Internet site.
- An Internet site can be any process running on a data processing platform that connects into the Internet and that receives access requests, whether under http, ftp or any other conventional or proprietary transfer protocol.
- application program as used herein, encompasses any computer file that contains data in a format for being accessed and processed by the processing unit of a client system.
- disk as used herein, encompasses any memory device that can store computer data and that provides an interface for accessing the stored data.
- file system encompasses logical structures that define the relationship between files, directories, disks, devices and ports that are stored on or linked to a computer system, and include file systems of directory structures that define the hierarchical relationship between stored files, disks, disk partitions, file blocks, devices or other sources of computer data.
- file system protocol includes the protocol for describing the relationship of files, directories, sub-directories, devices, disks, or other file system primitives.
- server address signal encompasses any descriptor that identifies a network address of a server.
- the term is understood to include any descriptor for an Internet address of a server including any host number, any host name, any domain name or any other descriptor sufficient to identify the network address of a server.
- path name signal encompasses any descriptor suitable for providing an operating system with information for identifying one or more components of a file system including a file, a directory, a sub-directory, a device, a port or any other directory primitive.
- the administration program can include a partitioning means for generating a disk partition for storing a file system of computer files according to a select file system protocol.
- the administration program can maintain a disk that has several partitions, each of which represents a logical storage device that stores application programs according to a specific file system protocol.
- This allows the administration program to employ the client-type signal transported from the client to the server to detect a file system protocol being employed by the client, and to determine which disk partition employs a compatible file system protocol, and therefore contains application programs which are suited for execution by the client.
- the administration program can employ the client-type signal to determine which disk partition stores computer files of executable code that are compatible with the process or system of the client.
- the administration program can include an element that employs the client-type signal to select one of several local disk partitions that includes a file system of computer files that, when mounted into the file hierarchy of the server can be accessed and executed by the client computer.
- the administration program includes a file directory element for generating directory information signals representative of the file system of computer files, or the computer files, stored on the disk, and for transporting the directory information signals to the client for providing a file directory of the computer files available to be accessed by the client.
- this file directory element includes a page element for generating a page signal representative of the directory information signals.
- the page signal is a conventional HTML web page that provides, in a graphical format, the directory structure of the file system being accessed by the client computer.
- the page element has a hypertext link element which generates hypertext link signals representative of the primitives of the directory information signals.
- a server provides a hypertext link of the directory structure of the file directory being accessed.
- the page element provides or generates one or more page signals in response to a link signal generated by the client.
- the link signal is generated by the client activating a hypertext link signal portrayed on the graphical user interface provided by the page element.
- Such a link signal typically provides a URL signal to a web server process that provides the document associated with that URL.
- the hypertext link element is responsive to the link signals to generate further page signals, such as a subdirectory page signal, that represents the subdirectory of the file system of the computer files.
- the system provides a hypertext file directory structure that allows a user to traverse the file system mounted into the server file hierarchy, thereby allowing the client computer to access selected application programs stored at the server site.
- the process includes the step of providing a client management element for generating a client file having information signals representative of at least one characteristic of the client and for providing that client file to the transport interface for transporting the client file to the server.
- the client management element generates an information signal that represents the client program memory size.
- the client program memory size can be understood to indicate the size of program memory available for storing executing program codes.
- This program memory size can include a signal representative of the total amount of program memory available on the system, as well as the total amount of program memory available for a process to be executed on the client system.
- the client management element can include an element for generating an information signal that represents a computer file stored in a memory device of the client.
- the client management element can include a configuration element that generates an information signal representative of one or more computer files that are stored on the client system.
- This information provides the server with the system file configuration of the client.
- the server can employ this system file configuration information to determine if the executable code requested by the client already exists as a program file stored on the client system. Based upon this information, the server can determine whether or not to instruct the client to access the client's local memory for executing this application program.
- the process can include the further step of transporting to the server a client privilege signal representative of a preassigned access right granted to the client. Further, the process can include the further step of providing the server with a file access control program for determining, as a function of this client privilege signal, a set of file systems of computer files available to be mounted by the client. Accordingly, processes of the invention can employ a client privilege signal to determine the access rights which are available to each client. This allows a process according to the invention to control and license the deployment of application programs as well as providing a security system for preventing unauthorized clients from mounting file systems into the file hierarchy of the server or for executing application programs to which rights have been restricted.
- processes according to the invention can include a data transport interface that includes a data compression element for compressing file blocks that are being transported from the server disk.
- the data compression element is a data compression program that employs Huffman encoding for compressing the file blocks of executable code being transported from the server disk under the direction of a client program loader system.
- the processes according to the invention can include the further step of providing the server with a caching element for caching a plurality of file blocks being transported from the disk.
- the caching element is a caching program that reads plural file blocks from the server disk independent from instructions from the program loader.
- Each cached file block is placed in the high access speed memory, such as RAM, and is made available to the data transport interface upon a download request made by the program loader.
- the process of the invention can anticipate download requests from the program loader to reduce the file block access time and thereby increase the execution speed of applications running on the client system.
- the process provides a data transport interface that includes a TCP/IP data transport system.
- the process according to the invention further includes the step of generating a request to dismount a file system from the hierarchy of the server. Accordingly, in one process according to the invention after the client computer exits or ends the execution of a selected application program, the process of the invention generates a dismount request and provides the dismount request to the data transport interface which transports the dismount request to the server which implements the dismount request to remove the mounted file system from the file hierarchy of the server.
- the invention can be understood as systems for allowing a client to execute an application program stored on a disk that is linked to the server of an Internet site.
- the system of the invention can include a data transport interface for connecting to the server, a connection element for collecting from a server the server address signal representative of a network address of the server and a path name signal representative of a file system that includes the application program, a mount element for generating a mount request as a function of the path name signal and for providing the mount request to the data transport element to direct the server to provide an array of server file pointers that point to a file descriptor representative of the file system that includes the application program, and a file handle element for generating an array of remote file pointers as a function of the server address signal, the path name signal, and the array of server file pointers, and a program loader element that has means for selecting one of the remote file pointers and for transporting a file block associated with that selected remote file pointer from the disk to a local program memory element.
- the file handle element includes a concatenation means for concatenating the server address with the path name signal and with the server file pointers to generate one of the remote file pointers.
- the client includes an identification program for generating a client-type signal and for providing the client-type signal to the data transport interface for transporting the client-type signal to the server.
- the identification program can include an Id element for generating a client Id signal which is representative of a unique identifier for that client.
- the identification can include a configuration detection element for generating a configuration signal which represents the system configuration of the client.
- the system can include a server element that has an administration program for storing on the disk at least one file system of computer files stored according to a selected file system protocol.
- One such administration program can include means for storing a file system of computer files according to one or more of a DOS, UNIX, VMS, WINDOWS, WINDOWS 95, WINDOWS NT, OS/2, or SYSTEM 7 file system protocol.
- the system can include a connection element that includes an element for generating a call to a port of a server HTDP process.
- the connection element can include a connection program that generates a call to the port 80 of the server process.
- Port 80 a well known port, provides the Internet address of the server operating the process coupled to the client system.
- the server includes a file sharing program.
- the file sharing program is NFS compliant in that the file sharing program creates an array of file pointers, such as the Unix vnode which can be understood as an array of pointers to computer files stored on the server system.
- system according to the invention can include a dismount file system program for releasing mounted file systems.
- the client element includes an element for running the application program being executed on the client, within a window of the network interface program.
- FIG. 1 illustrates one system according to the invention for establishing a connection to an Internet site and for executing application programs located at that site;
- FIG. 2 illustrates in greater detail the system illustrated in FIG. 1;
- FIG. 3 illustrates the system of FIG. 1 having a mounted logical disk partition
- FIG. 4 illustrates the system of FIG. 1 having an array of file pointers integrated into the hierarchy of the client file system for providing the client program loader with entry points to application programs stored at the Internet site;
- FIG. 5 depicts a graphical interface that provides a directory structure for accessing and executing application programs according to the system of FIG. 1;
- FIG. 6 is a functional block diagram of a process according to the invention for executing application programs from a Web Internet site.
- the invention comprises, inter alia, systems and methods for connecting a client to a server of an Internet site for allowing the client to access, deploy, and execute application programs stored at the server site.
- the invention is understood as a file management system that identifies the server's network address and the path name to a file system of computer files.
- the system of the invention employs the server network address and the file system path name to dynamically mount the file system of computer files.
- the mounted file system can be a file system stored on a memory device, such as a disk partition, that is linked to the server.
- the dynamic mount process integrates the specified file system the into the existing file hierarchy of the server.
- the system of the invention provides the client access to the files by directing the server to generate an array of file pointers, typically file handlers, that provide entry points to the computer files of the mounted file system.
- the system directs the server to transport a copy of the server file handles to the client.
- the client can employ the file handles, the server network address and the server file system path name to generate an array of remote file pointers that can be passed to the client program loader to access file blocks of executable computer code from the server.
- the program loader process running on the client employs the remote file pointers as entry points for executing one or more of the application programs stored within the server memory device.
- the program causes the transport of file blocks of executable code of the application program to the local memory of the client and the code is executed from local memory.
- a memory device located at an Internet site is incorporated into the network of a remote client as a network drive, and the client can launch and execute application programs from this mounted network drive to run as a network application.
- FIG. 1 depicts a system 10 according to the invention for accessing, deploying, and executing application program stored at drive of an Internet site.
- the system 10 includes a client element 12 , an Internet server element 14 , memory devices 14 a and 14 b, an optional program interface 16 , optional application icons 16 a, 16 b and 16 c, and the communication elements 18 .
- the client element 12 depicted in FIG. 1 is an Internet client, and can be a commercially available PC compatible computer, Unix workstation or any other data processing system suitable for running the file system of the invention as a process and for operating a communication interface that provides an Internet communication link with an Internet site.
- the client 12 can be a stand alone computer system or a networked computer system, and the memory devices 14 a and 14 b can be local memory storage for the server or can be remote storage that is linked to the server 14 .
- the client 12 includes a telecommunications element 18 , such as a modem, and also includes an Internet browser program, such as the Netscape Internet browser, which is suitable for establishing a connection to an Internet site.
- FIG. 1 is an Internet client, and can be a commercially available PC compatible computer, Unix workstation or any other data processing system suitable for running the file system of the invention as a process and for operating a communication interface that provides an Internet communication link with an Internet site.
- the client 12 can be a stand alone computer system or
- the browser preferably provides an optional graphical interface 16 that allows a user to control and direct the operation of the system 10 to access and execute selected files.
- the system 10 integrates into the browser interface 16 an application icon element 16 a that provides an access device for a user to activate an associated application program stored at server 14 .
- FIG. 1 further depicts an Internet site that includes a server element 14 that connects to the communications element 18 and the memory devices 14 a and 14 b.
- the server 14 can be any server element suitable for maintaining an Internet site that can be accessed by a client like client 14 .
- the server 14 is a data processing system that runs one or more server processes for maintaining an Internet site that includes one or more files for network access.
- the server 14 connects to two memory devices 14 a and 14 b, depicted as external disk drive systems. Each disk drive system can maintain a set of computer files, including files of executable application program code, which the server can access and control.
- the server 14 is a stand alone computer system, however, the server can also be a networked computer system, having one or more data processors that can access local or networked memory devices.
- each memory device 14 a and 14 b is a hard disk system, or a partition of a hard disk system, a RAM card system, or computer RAM memory.
- any memory device suitable for storing data and for interfacing to a data processor or a computer network can be practiced with the present invention, without departing from the scope thereof.
- the communications elements 18 are figuratively depicted as modems for maintaining a telecommunication link between the client 12 and the server 14 .
- the communication elements can also be ISDN devices, fiber optic devices, cable devices or any other type of communication device suitable for establishing a communication link to a remote site.
- FIG. 2 depicts in more detail the system 10 of FIG. 1, and depicts system 10 before the client 12 has requested to execute an application program stored on the server 14 .
- FIG. 2 depicts that system 10 that includes the client element 12 , the server element 14 , a handle collection element 20 , a file system 22 , a device driver 26 , a disk mount element 28 , a disk dismount element 30 , an organization and management element 32 , a data transport interface 34 , a transmission path 36 , a second data transport interface element 40 , a file sharing system 42 , an administration program 44 , a memory element 46 having a PC partition 50 , a Unix partition 52 and a Mac partition 54 , wherein at least one of the partitions includes a logical file system such as file system 56 , and further including a file hierarchy structure 58 of files accessible to the server 14 .
- a logical file system such as file system 56
- file hierarchy structure 58 of files accessible to the server 14 .
- FIG. 2 depicts each functional block as an element of the system 10 .
- each element can be a software routine that operates on a data processing unit to configure the data processing unit to operate as the device depicted as system 10 or as a subsystem of the system 10 .
- the functional blocks depicted can be combined elements of hardware and software that operate to implement the functions of the system 10 .
- the client 12 includes a data transport interface element 34 , which typically is a TCP/IP interface suitable for establishing connections to an Internet site.
- the browser program process running on the client 12 such as the Netscape Internet browser, interfaces with the TCP/IP data transport interface element 34 to transfer data under the TCP/IP protocol to the server 14 .
- the handle collection element 20 , the mount element 28 , the dismount element 30 , and other elements of the system 10 of the invention employ the TCP/IP data transport interface element 34 to transfer data and commands between the client 12 and the server 14 .
- the interface element 34 can be any conventional Internet protocol interface, such as any program that follows the Winsock protocol for interfacing Windows operating system programs to the Internet, such as the Trumpet Winsock TCP/IP data transport interface program.
- any system suitable for establishing a connection to a site on the Internet can be practiced with the present invention without departing from the scope thereof.
- the server element 14 also includes a TCP/IP data transport interface 40 which connects via the transmission path 36 to the data transport interface 34 of the client element 12 .
- the data transport interface 40 transports data and control information to and from the server 14 thereby providing a transport layer for supporting the file sharing system 42 and the administration program 44 .
- the development of servers that include integrated transport layer protocols is well known in the art of computer engineering and any integrated transport protocol layer that allows for the exchange of data between the client 12 and the server 14 is suitable for practice with the present invention and considered within the scope thereof.
- the depicted server 14 includes a server process 48 .
- the server process 48 interfaces to the data transport interface 40 to connect the client 12 to the server 14 .
- the server process 48 is a web server process for providing HTML pages to the client 12 in response to hypertext link requests from the client 12 , as well as other elements of the system.
- the server process 48 is a program that implements the process of the invention described in detail hereinafter and that is constructed according to known principles in the art of computer and software engineering.
- the server 14 includes an administration program 44 which configures the server 14 for providing executable application programs to the client 12 .
- the administration program 44 includes a partition program for partitioning the memory device 46 into several logical sections, depicted as sections 50 , 52 and 54 , each of which can have a device name and each of which can contain a logical file system 56 .
- the construction of such partition programs is well known in the art of software engineering.
- the partition program creates the logical section 52 for storing data according to the Unix file system protocol.
- the partition 52 includes a logical file system 56 consisting of one file, for which the file system 56 includes a boot block, a super block, an inode list that represents an array of pointers to a set of data file blocks that represent the physical location of the data on the disk 46 .
- the files system 56 can be the conventional UNIX operating system file system and is decried in detail in Maurice J. Bach, The Design of the UNIX Operating System, Prentice Hall (1986). As further depicted by FIG.
- each logical disk partition section can be employed by the administration program 14 for storing different types of computer files according to different logical system file protocols such as DOS, UNIX, VAX, or any other file system protocol wherein each logical disk section includes a logical file system 56 that provides to a program loader, or the device driver that communicates to a program loader, the low level information representative of the physical disk location on which it is stored the files of the associated disk partition.
- logical system file protocols such as DOS, UNIX, VAX, or any other file system protocol
- each logical disk section includes a logical file system 56 that provides to a program loader, or the device driver that communicates to a program loader, the low level information representative of the physical disk location on which it is stored the files of the associated disk partition.
- the administration program 44 includes a partition subroutine that creates each logical section 50 , 52 , and 54 to provide a file system of computer files that can contain application programs for running on any type of client 12 that may connect to the Internet site.
- Such subroutines are well known in the art and any suitable subroutine or operating system call can be employed by the invention.
- the administration program can be employed to subdivide the disk 46 into logical sections for each different type of client 12 .
- the type of client is determined by the type of operating system the client runs as well as the type of processor employed by the client 12 .
- Each client 12 would provide the server 14 with a client-type signal that allows the server 14 to determine which logical section of the disk 46 maintains files suitable for that particular client. For example a client 12 that operates under the Unix operating system, can access the files stored under logical section 52 ; a 486 pc compatible running DOS would access logical section 50 .
- the administration program 44 that implements the process of the invention can be constructed according to well known principles of software engineering as a software module, such as a complied C++software module, that employs system calls to the server operating system, such as the UNIX operating system.
- any structure that implements the function of the administration program can be practiced with the present invention without departing from the scope thereof.
- the administration program includes a file access control program that determines as a function of a client privilege signal, the access rights available to the client 12 .
- the file access control program includes a database of client identification signals.
- the management program 32 includes a client management program that provides a client identification signal that uniquely identifies the client 12 .
- the file access control program includes a database of client identification signals and further includes a client privilege field for each client identification signal.
- the file control program employs the client privilege field to determine the file access rights of the client 12 .
- the file access control program provides the file access rights to the administration program 44 which can determine the proper file system or disk partition to make available to the client 12 .
- the administration program can provide a licensing and security system for the system 10 .
- any file access control program suitable for controlling the files that are mounted into the server file system hierarchy 58 , or that controls the copy of the server file pointers provided to the client 12 including password systems, on-line charge systems, or any other such system for controlling file access rights can be practiced with the present invention without departing from the scope thereof.
- the management element 32 includes a client management element that provides to the server 14 , along with the client-type signal, a client file having information signals representative of the characteristics of the client. These characteristics can include the memory size of the client, the available program memory, the system configuration, including the config.sys file, win.ini file, configuration files for local applications and the file names of one or more of the systems stored on the client 12 .
- the administration program 44 employs this information to determine which files to provide the client, as well as for other conventional management function.
- the administration program 44 is separate from the server process 48 , however it will be apparent to one of ordinary skill in the art of computer and software engineering that the administration program can be implemented as part of the server process 48 .
- the file sharing system 42 communicates with the memory device 46 and allows the server element 14 to read and write information, such as computer files, to and from the memory device 46 .
- the file sharing system 42 further maintains the file hierarchy 58 for the server 14 to thereby provide the logical structure for accessing and managing computer files which are stored as data blocks within the memory device 46 .
- the file sharing system includes a mount procedure 42 that connects a file system in a specified section of a disk into the existing server file system hierarchy 58 .
- the mount procedure call 42 can convert an operating system specific path name into a file handle.
- a file handle is a data-address structure that the server 14 can employ to communicate with the client 12 .
- the file handle acts as a file pointer to a file of the file system.
- the file handle, or file pointer is a system unique 32 bit number that identifies to the server 14 a file when the file is first opened and provides thereafter a handle the server 14 can employ to access the file pointed to by the handle.
- the file sharing system 42 is the NFS System developed by Sun Microsystems of California that creates vnode arrays of file pointers for sharing file systems on a Unix platform.
- NFS System developed by Sun Microsystems of California that creates vnode arrays of file pointers for sharing file systems on a Unix platform.
- any file sharing system that can mount a file system and generate a file handle that acts as a file pointer to the files of the file system, can be practiced with the present invention without departing from the scope thereof.
- the client 12 includes a device driver 26 .
- the illustrated device driver 26 controls a dynamic mount procedure 28 , a dynamic dismount procedure 30 and one or more organization and management procedures 32 .
- the device driver 26 activates the dynamic mount procedure 28 .
- the mount procedure 28 creates a remote procedure call that is passed to the data transport interface and transported to the server 14 .
- the system 10 can be further explained.
- the system 10 includes the elements of FIG. 2 and the further elements of a server array of file pointers 60 , a file hierarchy 58 that includes the logical file system 56 mounted at the client mount point of the file hierarchy 58 and an array of remote file pointers 24 that are maintained by the file system 22 of the client 12 .
- the system 10 generates the server array of file pointers 60 and the array of remote file pointers 24 in response to the client 12 requesting to execute an application program stored within the logical file system 56 .
- the client 12 employs the web browser program to contact a server process 48 running on server 14 .
- the browser program provides the server process 48 with a client-type signal that indicates to the server process 48 the system type of client 12 and the file system protocol employed by client system 12 .
- the server process 48 provides the admin program 44 with the client-type signal.
- the admin program 44 employs the client-type signal to determine a compatible logical file system that is to be provided to the client 12 .
- the admin program 44 determines the proper file system to be provided to the client 12 and provides the server process 48 with a pointer to a URL document that includes directory information signals that describe the directory structure of the file system 56 that is compatible with the client 12 and that will be made accessible to the client 12 .
- the admin program 44 provides the web server 48 with an HTTP URL that provides a hypertext page which graphically depicts the directory information signals.
- the admin program 44 includes a page element that has a hypertext link program for generating a hypertext signal which represents the directory information signals as graphical icons which are hypertext links to further URL documents that provide further detail of the directory structure of the logical file system 56 .
- the server process 48 transports to the agent 12 the directory information of the available logical file system 56 and further provides a data file that includes the Internet network address of the server 14 and a path name to the file system 56 .
- connection element 20 receives the data file provided by the server process 48 and extracts the network address signal and the path name signal.
- the collection element 20 employs the network address signal and the path name signal to generate the array of remote file pointers 24 and to provide the mount procedure 28 with the necessary arguments to mount a file system such as system 56 .
- the connection element includes a concatenation program to concatenate the address and pathname information to generate the proper mount point.
- the connection element receives the proper mount point and file system name from the administration program.
- the browser program of client 12 displays to the client user a graphical depiction of the logical file system 56 .
- the client user can request to execute an application program identified within the file system 56 by clicking on an application program.
- the connection element 20 passes the necessary arguments to activate the mount procedure 28 that generates a remote procedure call directing the server 12 to mount the logical file system 56 that contains the application program requested by client 12 , into the file hierarchy 58 .
- connection element 20 receives a data file from the server process 48 that provides the ip address of the server and the pathname to the files available to the client 12 .
- the connection element 20 initiates a call to a port of the server process, such as well known port 80 , that provides address information of the server 14 .
- the client 12 can select to execute the application program XLANDER.EXE.
- the connection element 20 can activate the mount procedure to dynamically mount the file system that contains the file XLANDER.EXE.
- mount procedure 28 is understood from the following psueudo code.
- the mount procedure makes a MOUNT_TRAP call. This calls the MOUNT_TRAP routine which is call to an operating system library. Such function calls are provided, as one example, by the Win library or the SYS library. You could also write your own mount function. */
- the main routine then reformats the name of the file system that is to be mounted to format the file name for the web server process.
- the file extension “:wwfs” is added to denote the world wide web file system */
- the main routine then packs the file system name, the mount point name, a mount type field into a structure. */
- mntp ⁇ mnn_type MNTTYPE_WWFS;
- the mount procedure 28 receives from the collection element 30 two arguments that represent the file system to mount and the mounting point for the file system.
- the mount procedure 28 can then create a remote procedure call for the file sharing system 42 to activate the mount procedure 62 .
- the mount procedure 62 mounts into the server file hierarchy 58 the file system, such as file system 56 , which includes the executable program file for the XLANDER.EXE application program.
- the mounted file system can now be accessed.
- the file sharing system 42 is a program element that creates an array of file pointers 60 , depicted as fil ptr 1 -n, that represent the locations of the disk 46 that contain the executable code for XLANDER.EXE.
- the server process 48 provides the client 12 with a copy of the file pointers.
- any system for providing the client with a copy of the file pointers 60 can be employed by the present invention without departing from the scope thereof.
- connection element 20 opens a file having the copy of the file pointers 60 and generates the array of remote file pointers 24 .
- Each remote file pointer 24 depicted as IP+PATH+FILEPTR, is a handle, through the mounted disk partition, and to a physical location on the mounted disk 46 that can be employed by the client 12 as access points to the physical location of the disk 46 that contains the executable code for the XLANDER.EXE.
- the array of remote file pointers is provided to the client 12 by integrating the array of file pointers into the file hierarchy of the client 12 .
- connection element suitable for providing a remote file pointer to a file system can be practiced with the invention, including connection elements that employ a concatenation routine for forming pointers by concatenating a server address signal with a pathname signal and a file pointer signal, such as a connection element that forms a string WWW.DTCORP.COM:USR/LOCAL/STORE/XLANDER.EXE, where WWW.DTCORP.COM is a server address representative of an ip address, USR represents the disk 46 , and /LOCAL/STORED/XLANDER.EXE represents the pathname signal.
- FIG. 4 further depicts that client 12 can include a program loader element 62 .
- the program loader element depicted in FIG. 4 connects to the device driver 26 and employs the device driver 26 to access the executable file selected by the user of client 12 .
- the device driver 26 searches the file hierarchy of the client 12 and identifies the remote file pointer which points to a first block of code of the selected executable program.
- the device driver 24 which interfaces with the data transport interface 34 , accesses the file block of executable code by requesting a transfer of the file block from the disk 46 .
- the program loader runs the process within a window in the browser process.
- the client 12 was configured to run the WINDOWS 95 operating system and employed the program loader supplied under that operating system.
- any program loader suitable for employing file pointers for loading executable code can be employed with the present invention without departing from the scope thereof.
- FIG. 4 further depicts a compression program 38 for compressing data being transferred across the path 36 .
- the server process 48 also includes a compression routine for compressing and decompressing data transmitted by the data transport layer.
- the invention provides a compression program that performs a huffman encoding procedure, however it will be apparent to one of ordinary skill in the art that the substitution of alternative encoding processes does not depart form the scope of the invention.
- the system 10 includes a caching system that allows the server 14 to cache data file blocks read from the disk 46 , and being prepared for transport to the client 12 .
- the caching system can be any conventional caching system that stores in a high access speed memory a buffer of data blocks for transfer to the client 12 .
- FIG. 5 depicts a graphical interface 16 that provides a directory structure for X in executing application programs according to the system of the invention.
- System 10 provides a graphical user interface 16 that displays within the window of the browser program 78 .
- the graphical user interface 16 is an HTML hyperlink page provided by the Web Server Process 48 and which includes hypertext links that graphically illustrate directory information signals that show the file system structure of a file system 56 that has been mounted into the file hierarchy of the server 14 .
- the graphical user interface 16 provides the hypertext links as graphical icons that describe directory primitives, such as directory structures, sub directory structures, file structures, disk structures, or any other common file system structure.
- FIG. 5 illustrates one graphical file structure that includes a directory icon 70 , a sub directory icon 72 , and file icons 74 A, 74 B and 74 C.
- each icon is a hypertext link to a further HTTP URL which requests the Web Server Process 48 to download an additional HTML page that provides further information as to the directory structure of the mounted file system 56 .
- the graphical interface 16 depicted in FIG. 5 is a preferred embodiment of the invention, it will be apparent to those of ordinary skill in the art that systems and processes according to the invention can be practiced without such graphical interface without departing from the scope thereof.
- the construction of an HTML server process that provides multiple links to URL sites is well-known in the art of computer engineering, and any modifications, subtractions, or additions to the interface 16 depicted in FIG. 5 is deemed to be to the scope of one of ordinary skill in the art. It would not depart from the scope of the invention.
- FIG. 6 depicts a functional block diagram that illustrates one process according to the invention for allowing a client to connect to an Internet server for executing applications therefrom.
- the process according to the invention can be understood as two processes, a first running on a client computer, and a second running on the server computer, which operate in part independently from each other.
- FIG. 6 depicts the server process in the left hand portion of the figure.
- the server process includes steps 170 , 180 , 190 and 200 .
- the client process is depicted on the right hand side of FIG. 6 and includes steps 110 , 120 , 130 , 140 150 and 160 .
- the process 100 begins with the client process step 10 that connects the client to the Web server process.
- step 110 of the client process causes the server process to perform step 170 , which includes receiving the Web server access request to access a file.
- step 180 which is an optional step, where the server 12 authenticates the client and determines the access privileges afforded to their client by examining a client ID signal and a client privilege signal that are transmitted by the client to the server.
- step 190 passes back to the client the IP address signal and the path name signal.
- step 190 also includes the step of passing back to the client an HTML page that graphically depicts the available application programs.
- a client process proceeds to step 120 , where the agent receives the IP address and the path name.
- the client process proceeds to step 130 , and employs the IP address signal to generate a dynamic mount request.
- the client generates the dynamic mount request by a client activating a hypertext link that provides a dynamic mount request to the Web server process of the server 14 .
- step 200 the server process processes the client's file access request and performs the mount of a remote system disk that contains the application file requested by the client.
- the process step 200 includes the step of generating an array of server file pointers that act as file handles to the data blocks of the application program.
- step 200 passes a copy of the array of server file pointers to the client process which proceeds to step 140 and invokes the application from the mounted remote drive.
- the client process follows the normal execution process of the client system by invoking the program loader to load file blocks pointed to by a remote array of file pointers which are generated by the client process as a function of the IP address, path name signal, and server file pointers.
- the client process proceeds from step 140 to step 150 after execution of the application and exits from the application.
- the client process can proceed to step 160 where it issues an optional dynamic dismount drive request that transfers control of the process 100 to the server process which process the client's dismount request and removes the mounted drive from the server system file hierarchy.
- the dynamic dismount request creates a remote procedure call for the file sharing system 42 to dismount the specified file system, typically the file system mounted by the mount procedure 28 .
- the construction of the dismount procedure 30 is similar to the mount procedure 28 described above.
- the process 100 can continue to operate after step 150 , allow the client 12 to select a next application program for executing.
- the invention efficiently attains the objects set forth above, among those made apparent from the preceding description. It will also be understood that changes may be made in the above construction and foregoing sequences and operations without departing from the scope of the invention.
- the invention can be understood to include primitives embedded into an application program or a programming language, that allow the application program or the programming language to mount a remote disk and execute application programs from that disk over an Internet connection.
- an application program that include the functionality to communicate to a data transport layer, can employ the systems and process of the invention to allow a user to access and execute, from within the application program, a second program located on a disk linked to a server site.
- an operating system can be adapted to include the systems and process of the invention.
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Theoretical Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Information Transfer Between Computers (AREA)
- Stored Programmes (AREA)
Abstract
Description
Claims (12)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/192,951 US6240442B1 (en) | 1996-03-14 | 1998-11-16 | Systems and methods for executing application programs from a memory device linked to server at an internet site |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/616,746 US5838910A (en) | 1996-03-14 | 1996-03-14 | Systems and methods for executing application programs from a memory device linked to a server at an internet site |
US09/192,951 US6240442B1 (en) | 1996-03-14 | 1998-11-16 | Systems and methods for executing application programs from a memory device linked to server at an internet site |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/616,746 Continuation US5838910A (en) | 1996-03-14 | 1996-03-14 | Systems and methods for executing application programs from a memory device linked to a server at an internet site |
Publications (1)
Publication Number | Publication Date |
---|---|
US6240442B1 true US6240442B1 (en) | 2001-05-29 |
Family
ID=24470791
Family Applications (5)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/616,746 Expired - Lifetime US5838910A (en) | 1996-03-14 | 1996-03-14 | Systems and methods for executing application programs from a memory device linked to a server at an internet site |
US08/818,665 Expired - Lifetime US5838916A (en) | 1996-03-14 | 1997-03-14 | Systems and methods for executing application programs from a memory device linked to a server |
US09/108,770 Expired - Lifetime US6065043A (en) | 1996-03-14 | 1998-07-02 | Systems and methods for executing application programs from a memory device linked to a server |
US09/192,951 Expired - Lifetime US6240442B1 (en) | 1996-03-14 | 1998-11-16 | Systems and methods for executing application programs from a memory device linked to server at an internet site |
US09/356,225 Expired - Lifetime US6115741A (en) | 1996-03-14 | 1999-07-16 | Systems and methods for executing application programs from a memory device linked to a server |
Family Applications Before (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/616,746 Expired - Lifetime US5838910A (en) | 1996-03-14 | 1996-03-14 | Systems and methods for executing application programs from a memory device linked to a server at an internet site |
US08/818,665 Expired - Lifetime US5838916A (en) | 1996-03-14 | 1997-03-14 | Systems and methods for executing application programs from a memory device linked to a server |
US09/108,770 Expired - Lifetime US6065043A (en) | 1996-03-14 | 1998-07-02 | Systems and methods for executing application programs from a memory device linked to a server |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/356,225 Expired - Lifetime US6115741A (en) | 1996-03-14 | 1999-07-16 | Systems and methods for executing application programs from a memory device linked to a server |
Country Status (5)
Country | Link |
---|---|
US (5) | US5838910A (en) |
EP (4) | EP0901655A4 (en) |
AU (1) | AU711280B2 (en) |
CA (1) | CA2248086A1 (en) |
WO (1) | WO1997034225A1 (en) |
Cited By (51)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6338093B1 (en) * | 1996-03-28 | 2002-01-08 | Dirienzo Andrew L. | Attachment integrated claims system and operating method therefor |
US20020029257A1 (en) * | 2000-09-07 | 2002-03-07 | Naoki Watanabe | Method of aiding portal site making and method of providing services |
US6374402B1 (en) * | 1998-11-16 | 2002-04-16 | Into Networks, Inc. | Method and apparatus for installation abstraction in a secure content delivery system |
US6487587B1 (en) * | 1999-03-01 | 2002-11-26 | Sun Microsystems, Inc. | Method and system for data processing by proxy |
US6510402B1 (en) * | 1999-02-04 | 2003-01-21 | International Business Machines Corporation | Component testing with a client system in an integrated test environment network |
US20030083028A1 (en) * | 2001-11-01 | 2003-05-01 | Williamson Charles G. | Remote programming of radio preset stations over a network |
US20030080113A1 (en) * | 2001-11-01 | 2003-05-01 | Williamson Charles G. | Intelligent oven appliance |
US20030083758A1 (en) * | 2001-11-01 | 2003-05-01 | Williamson Charles G. | Remote updating of intelligent household appliances |
US6574578B1 (en) * | 1999-02-04 | 2003-06-03 | International Business Machines Corporation | Server system for coordinating utilization of an integrated test environment for component testing |
US6601018B1 (en) | 1999-02-04 | 2003-07-29 | International Business Machines Corporation | Automatic test framework system and method in software component testing |
WO2003079212A1 (en) * | 2002-03-14 | 2003-09-25 | Citrix Systems, Inc. | Methods and apparatus for generating graphical and media displays at a client |
US6629143B1 (en) * | 1999-03-18 | 2003-09-30 | Kent Ridge Digital Labs | Mobile computing system and method for a network |
US20030195932A1 (en) * | 2002-04-10 | 2003-10-16 | Nippon Telegraph And Telephone Corporation | Server-based computing collaboration allowing multiple clients to share application in server and collaborate on the application |
US6658461B1 (en) * | 2000-05-25 | 2003-12-02 | International Business Machines Corporation | Method of, system for, and computer program product for providing a user interface for configuring connections between a local workstation file system and a remote host file system |
US6691113B1 (en) * | 2000-09-28 | 2004-02-10 | Curl Corporation | Persistent data storage for client computer software programs |
US6763370B1 (en) | 1998-11-16 | 2004-07-13 | Softricity, Inc. | Method and apparatus for content protection in a secure content delivery system |
US20040199574A1 (en) * | 1999-09-14 | 2004-10-07 | Franco Louis M. | System and method for delivering remotely stored applications and information |
US6804718B1 (en) * | 1999-03-18 | 2004-10-12 | Kent Ridge Digital Labs | Computing system and method for migrating a mobile computing environment |
US20050050159A1 (en) * | 2003-09-03 | 2005-03-03 | Zeev Suraski | Remote debugging of web applications |
US20050251809A1 (en) * | 2001-05-30 | 2005-11-10 | Bea Systems, Inc. | System and method for software component plug-in framework |
US20060070029A1 (en) * | 2004-09-30 | 2006-03-30 | Citrix Systems, Inc. | Method and apparatus for providing file-type associations to multiple applications |
US20060070030A1 (en) * | 2004-09-30 | 2006-03-30 | Laborczfalvi Lee G | Method and apparatus for providing an aggregate view of enumerated system resources from various isolation layers |
US20060074989A1 (en) * | 2004-09-30 | 2006-04-06 | Laborczfalvi Lee G | Method and apparatus for virtualizing object names |
US20060075381A1 (en) * | 2004-09-30 | 2006-04-06 | Citrix Systems, Inc. | Method and apparatus for isolating execution of software applications |
US20060090171A1 (en) * | 2004-09-30 | 2006-04-27 | Citrix Systems, Inc. | Method and apparatus for virtualizing window information |
US20060272023A1 (en) * | 1998-11-16 | 2006-11-30 | Yonah Schmeidler | Method and apparatus for secure content delivery over broadband access networks |
US7177914B1 (en) * | 1998-11-10 | 2007-02-13 | Mitsubishi Denki Kabushiki Kaisha | System of dynamic module configuration and a method thereof |
US20070073835A1 (en) * | 2005-09-28 | 2007-03-29 | Husa Knut E | Method and system of invoking midlets from a web browser on a local device |
US20070083620A1 (en) * | 2005-10-07 | 2007-04-12 | Pedersen Bradley J | Methods for selecting between a predetermined number of execution methods for an application program |
US20070083501A1 (en) * | 2005-10-07 | 2007-04-12 | Pedersen Bradley J | Method and system for accessing a remote file in a directory structure associated with an application program executing locally |
US20070234328A1 (en) * | 2006-03-01 | 2007-10-04 | Microsoft Corporation | File handling for test environments |
US20080133714A1 (en) * | 2006-05-25 | 2008-06-05 | Saveas Service Provider And Consulting Plc. | Eagleeyeos zone: method of control of separation technology of file sharing for network computers |
US20080189361A1 (en) * | 2000-03-17 | 2008-08-07 | Softricity, Inc. | Method for serviing third party software applications from servers to client computers |
US20080281906A1 (en) * | 2007-05-10 | 2008-11-13 | Takeshi Ogasawara | Server device operating in response to received request |
US20090172160A1 (en) * | 2008-01-02 | 2009-07-02 | Sepago Gmbh | Loading of server-stored user profile data |
US20090187787A1 (en) * | 2008-01-17 | 2009-07-23 | International Business Machines Corporation | Transfer of data from positional data sources to partitioned databases in restartable environments |
US20090187917A1 (en) * | 2008-01-17 | 2009-07-23 | International Business Machines Corporation | Transfer of data from transactional data sources to partitioned databases in restartable environments |
US20090187608A1 (en) * | 2008-01-17 | 2009-07-23 | International Business Machines Corporation | Handling transfer of bad data to database partitions in restartable environments |
US7707618B1 (en) * | 2004-05-28 | 2010-04-27 | Netapp, Inc. | System and method for implementing access controls using file protocol rule sets |
US7730169B1 (en) | 1999-04-12 | 2010-06-01 | Softricity, Inc. | Business method and system for serving third party software applications |
US8090797B2 (en) | 2009-05-02 | 2012-01-03 | Citrix Systems, Inc. | Methods and systems for launching applications into existing isolation environments |
US8095940B2 (en) | 2005-09-19 | 2012-01-10 | Citrix Systems, Inc. | Method and system for locating and accessing resources |
US8099758B2 (en) | 1999-05-12 | 2012-01-17 | Microsoft Corporation | Policy based composite file system and method |
US8131825B2 (en) | 2005-10-07 | 2012-03-06 | Citrix Systems, Inc. | Method and a system for responding locally to requests for file metadata associated with files stored remotely |
US8145724B1 (en) | 2000-05-25 | 2012-03-27 | International Business Machines Corporation | Method of, system for, and computer program product for providing a data structure for configuring connections between a local workstation file system and a remote host file system |
US8171483B2 (en) | 2007-10-20 | 2012-05-01 | Citrix Systems, Inc. | Method and system for communicating between isolation environments |
WO2013151894A1 (en) * | 2012-04-01 | 2013-10-10 | Punch Media Inc. | Method, system, and device for generating, distributing, and maintaining mobile applications |
US8671213B2 (en) | 2002-03-14 | 2014-03-11 | Citrix Systems, Inc. | Methods and apparatus for generating graphical and media displays at a client |
US8887229B1 (en) * | 1999-07-02 | 2014-11-11 | Jpmorgan Chase Bank, N.A. | System and method for single sign on process for websites with multiple applications and services |
US9619841B2 (en) | 1996-03-28 | 2017-04-11 | Integrated Claims Systems, Llc | Systems to assist in the creation, transmission, and processing of health insurance claims |
US10372796B2 (en) | 2002-09-10 | 2019-08-06 | Sqgo Innovations, Llc | Methods and systems for the provisioning and execution of a mobile software application |
Families Citing this family (465)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5649204A (en) * | 1991-08-22 | 1997-07-15 | Rec Software, Inc. | Method and apparatus for consolidating software module linkage information used for starting a multi-module program |
US20020073246A1 (en) * | 1998-06-29 | 2002-06-13 | Stephen F.B. Pickett | Code server |
US6026452A (en) * | 1997-02-26 | 2000-02-15 | Pitts; William Michael | Network distributed site cache RAM claimed as up/down stream request/reply channel for storing anticipated data and meta data |
US6813769B1 (en) | 1997-10-28 | 2004-11-02 | Microsoft Corporation | Server application components with control over state duration |
US6269392B1 (en) * | 1994-11-15 | 2001-07-31 | Christian Cotichini | Method and apparatus to monitor and locate an electronic device using a secured intelligent agent |
US5715174A (en) | 1994-11-15 | 1998-02-03 | Absolute Software Corporation | Security apparatus and method |
US7006661B2 (en) | 1995-07-27 | 2006-02-28 | Digimarc Corp | Digital watermarking systems and methods |
US6088515A (en) | 1995-11-13 | 2000-07-11 | Citrix Systems Inc | Method and apparatus for making a hypermedium interactive |
US6437803B1 (en) | 1998-05-29 | 2002-08-20 | Citrix Systems, Inc. | System and method for combining local and remote windows into a single desktop environment |
GB9603582D0 (en) | 1996-02-20 | 1996-04-17 | Hewlett Packard Co | Method of accessing service resource items that are for use in a telecommunications system |
US5838910A (en) * | 1996-03-14 | 1998-11-17 | Domenikos; Steven D. | Systems and methods for executing application programs from a memory device linked to a server at an internet site |
JPH09274607A (en) * | 1996-04-08 | 1997-10-21 | Hitachi Ltd | Computer system and operating method for the same |
EP0825506B1 (en) | 1996-08-20 | 2013-03-06 | Invensys Systems, Inc. | Methods and apparatus for remote process control |
US6721941B1 (en) * | 1996-08-27 | 2004-04-13 | Compuware Corporation | Collection of timing and coverage data through a debugging interface |
US5991542A (en) * | 1996-09-13 | 1999-11-23 | Apple Computer, Inc. | Storage volume handling system which utilizes disk images |
SE9603753L (en) * | 1996-10-14 | 1998-04-06 | Mirror Image Internet Ab | Procedure and apparatus for information transmission on the Internet |
US6758755B2 (en) * | 1996-11-14 | 2004-07-06 | Arcade Planet, Inc. | Prize redemption system for games executed over a wide area network |
US20060129627A1 (en) * | 1996-11-22 | 2006-06-15 | Mangosoft Corp. | Internet-based shared file service with native PC client access and semantics and distributed version control |
US7136903B1 (en) | 1996-11-22 | 2006-11-14 | Mangosoft Intellectual Property, Inc. | Internet-based shared file service with native PC client access and semantics and distributed access control |
US7020700B1 (en) * | 1997-02-28 | 2006-03-28 | International Business Machines Corporation | Client side socks server for an internet client |
US6119161A (en) * | 1997-02-28 | 2000-09-12 | International Business Machines Corporation | Managing connection requests in a dialup computer network |
US6144377A (en) * | 1997-03-11 | 2000-11-07 | Microsoft Corporation | Providing access to user interface elements of legacy application programs |
US6678724B2 (en) * | 1997-03-12 | 2004-01-13 | Microsoft Corporation | Common namespace for internet and local filesystem objects |
US6421733B1 (en) * | 1997-03-25 | 2002-07-16 | Intel Corporation | System for dynamically transcoding data transmitted between computers |
US6587877B1 (en) * | 1997-03-25 | 2003-07-01 | Lucent Technologies Inc. | Management of time and expense when communicating between a host and a communication network |
US6182122B1 (en) * | 1997-03-26 | 2001-01-30 | International Business Machines Corporation | Precaching data at an intermediate server based on historical data requests by users of the intermediate server |
US6061517A (en) * | 1997-03-31 | 2000-05-09 | International Business Machines Corporation | Multi-tier debugging |
KR100247951B1 (en) * | 1997-04-11 | 2000-03-15 | 윤종용 | Program modification method of PDA |
US7167857B2 (en) | 1997-04-15 | 2007-01-23 | Gracenote, Inc. | Method and system for finding approximate matches in database |
US7308485B2 (en) | 1997-04-15 | 2007-12-11 | Gracenote, Inc. | Method and system for accessing web pages based on playback of recordings |
US6157944A (en) * | 1997-05-14 | 2000-12-05 | Citrix Systems, Inc. | System and method for replicating a client/server data exchange to additional client notes connecting to the server |
US5941949A (en) | 1997-05-14 | 1999-08-24 | Citrix Systems, Inc. | System and method for transmitting data from a server application to more than one client node |
US5987523A (en) * | 1997-06-04 | 1999-11-16 | International Business Machines Corporation | Applet redirection for controlled access to non-orginating hosts |
US6675195B1 (en) * | 1997-06-11 | 2004-01-06 | Oracle International Corporation | Method and apparatus for reducing inefficiencies caused by sending multiple commands to a server |
US6453334B1 (en) * | 1997-06-16 | 2002-09-17 | Streamtheory, Inc. | Method and apparatus to allow remotely located computer programs and/or data to be accessed on a local computer in a secure, time-limited manner, with persistent caching |
US6134591A (en) * | 1997-06-18 | 2000-10-17 | Client/Server Technologies, Inc. | Network security and integration method and system |
US7058720B1 (en) * | 1997-06-30 | 2006-06-06 | Microsoft Corporation | Geographical client distribution methods, systems and computer program products |
US6098108A (en) * | 1997-07-02 | 2000-08-01 | Sitara Networks, Inc. | Distributed directory for enhanced network communication |
US6195097B1 (en) * | 1997-07-08 | 2001-02-27 | International Business Machines Corporation | Web-based DCE management |
US6202199B1 (en) * | 1997-07-31 | 2001-03-13 | Mutek Solutions, Ltd. | System and method for remotely analyzing the execution of computer programs |
US6122643A (en) * | 1997-08-25 | 2000-09-19 | Synopsys, Inc. | Method and system for electronic article submission |
US7043537B1 (en) * | 1997-09-05 | 2006-05-09 | Cisco Technology, Inc | System and method for remote device management |
US6170012B1 (en) * | 1997-09-12 | 2001-01-02 | Lucent Technologies Inc. | Methods and apparatus for a computer network firewall with cache query processing |
US5950205A (en) * | 1997-09-25 | 1999-09-07 | Cisco Technology, Inc. | Data transmission over the internet using a cache memory file system |
US6043815A (en) * | 1997-09-30 | 2000-03-28 | The United States Of America As Represented By The Secretary Of The Navy | Method for using guiscript and providing a universal client device |
US6091412A (en) * | 1997-09-30 | 2000-07-18 | The United States Of America As Represented By The Secretary Of The Navy | Universal client device permitting a computer to receive and display information from several special applications |
US5946695A (en) * | 1997-10-20 | 1999-08-31 | Micron Electronics, Inc. | Method for viewing and providing to a user parameter-specific information |
US6134594A (en) | 1997-10-28 | 2000-10-17 | Microsoft Corporation | Multi-user, multiple tier distributed application architecture with single-user access control of middle tier objects |
US5890161A (en) | 1997-10-28 | 1999-03-30 | Microsoft Corporation | Automatic transaction processing of component-based server applications |
US6014666A (en) * | 1997-10-28 | 2000-01-11 | Microsoft Corporation | Declarative and programmatic access control of component-based server applications using roles |
US5958004A (en) | 1997-10-28 | 1999-09-28 | Microsoft Corporation | Disabling and enabling transaction committal in transactional application components |
US7076784B1 (en) | 1997-10-28 | 2006-07-11 | Microsoft Corporation | Software component execution management using context objects for tracking externally-defined intrinsic properties of executing software components within an execution environment |
US6631425B1 (en) | 1997-10-28 | 2003-10-07 | Microsoft Corporation | Just-in-time activation and as-soon-as-possible deactivation or server application components |
US5953503A (en) * | 1997-10-29 | 1999-09-14 | Digital Equipment Corporation | Compression protocol with multiple preset dictionaries |
US6925606B2 (en) | 1997-11-13 | 2005-08-02 | Tarantella, Inc. | Color quality and packet shaping features for displaying an application on a variety of client devices |
US6362836B1 (en) * | 1998-04-06 | 2002-03-26 | The Santa Cruz Operation, Inc. | Universal application server for providing applications on a variety of client devices in a client/server network |
US6061518A (en) * | 1997-11-25 | 2000-05-09 | International Business Machines Corporation | Data processing system and method for debugging a JavaScript program |
US6574644B2 (en) * | 1997-11-26 | 2003-06-03 | Siemens Corporate Research, Inc | Automatic capturing of hyperlink specifications for multimedia documents |
US6567853B2 (en) * | 1997-12-08 | 2003-05-20 | International Business Machines Corporation | Scalable I/O system for the efficient transfer of storage device data by a non-server reconnection |
US6202091B1 (en) * | 1997-12-08 | 2001-03-13 | Nortel Networks Limited | Process and apparatus for initializing a computer from power up |
US6587121B1 (en) * | 1997-12-19 | 2003-07-01 | Unisys Corporation | Graphical table of contents for a help system |
US6260040B1 (en) * | 1998-01-05 | 2001-07-10 | International Business Machines Corporation | Shared file system for digital content |
WO1999044146A1 (en) * | 1998-02-25 | 1999-09-02 | Little Wayne A | Method of linking communications |
US6078921A (en) * | 1998-03-03 | 2000-06-20 | Trellix Corporation | Method and apparatus for providing a self-service file |
WO1999046672A1 (en) * | 1998-03-10 | 1999-09-16 | Ftp Software, Inc. | Direct network file system |
WO1999048007A1 (en) * | 1998-03-19 | 1999-09-23 | Barak Cohen | A method and system for operating distributed hardware devices remotely on a network across different platforms |
US6085227A (en) * | 1998-03-20 | 2000-07-04 | International Business Machines Corporation | System and method for operating scientific instruments over wide area networks |
US6163878A (en) * | 1998-03-31 | 2000-12-19 | Jereme Kohl | Method and system for designing, generating and storing applications |
US7689532B1 (en) | 2000-07-20 | 2010-03-30 | Digimarc Corporation | Using embedded data with file sharing |
US7372976B2 (en) | 1998-04-16 | 2008-05-13 | Digimarc Corporation | Content indexing and searching using content identifiers and associated metadata |
US7756892B2 (en) * | 2000-05-02 | 2010-07-13 | Digimarc Corporation | Using embedded data with file sharing |
US6026437A (en) * | 1998-04-20 | 2000-02-15 | International Business Machines Corporation | Method and system in a computer network for bundling and launching hypertext files and associated subroutines within archive files |
US6202206B1 (en) * | 1998-05-14 | 2001-03-13 | International Business Machines Corporation | Simultaneous installation and configuration of programs and components into a network of server and client computers |
US6308212B1 (en) * | 1998-05-29 | 2001-10-23 | Hewlett-Packard Company | Web user interface session and sharing of session environment information |
US6765901B1 (en) * | 1998-06-11 | 2004-07-20 | Nvidia Corporation | TCP/IP/PPP modem |
US6591305B2 (en) * | 1998-06-30 | 2003-07-08 | Sun Microsystems, Inc. | Method and system for delivering data from a server object to a client object using a non-proprietary data transfer protocol |
US6157617A (en) * | 1998-07-31 | 2000-12-05 | Neo-Core, L.L.C. | Method and system of network packet accounting |
US6757705B1 (en) * | 1998-08-14 | 2004-06-29 | Microsoft Corporation | Method and system for client-side caching |
US6425017B1 (en) | 1998-08-17 | 2002-07-23 | Microsoft Corporation | Queued method invocations on distributed component applications |
US6442620B1 (en) | 1998-08-17 | 2002-08-27 | Microsoft Corporation | Environment extensibility and automatic services for component applications using contexts, policies and activators |
US6473791B1 (en) | 1998-08-17 | 2002-10-29 | Microsoft Corporation | Object load balancing |
US6370531B1 (en) * | 1998-08-21 | 2002-04-09 | International Business Machines Corporation | Method and computer program product for automatic conversion of data based on location extension |
US6963914B1 (en) * | 1998-09-01 | 2005-11-08 | Lucent Technologies Inc. | Method and apparatus for retrieving a network file using a logical reference |
US6327608B1 (en) | 1998-09-25 | 2001-12-04 | Microsoft Corporation | Server administration tool using remote file browser |
US6782431B1 (en) * | 1998-09-30 | 2004-08-24 | International Business Machines Corporation | System and method for dynamic selection of database application code execution on the internet with heterogenous clients |
US6553414B1 (en) * | 1998-10-02 | 2003-04-22 | Canon Kabushiki Kaisha | System used in plural information processing devices for commonly using peripheral device in network |
ATE273538T1 (en) | 1998-10-28 | 2004-08-15 | Verticalone Corp | APPARATUS AND METHOD FOR AUTOMATIC AGGREGATION AND SUPPLY OF ELECTRONIC PERSONAL INFORMATION OR DATA |
US6366915B1 (en) * | 1998-11-04 | 2002-04-02 | Micron Technology, Inc. | Method and system for efficiently retrieving information from multiple databases |
US7506033B2 (en) * | 1998-11-12 | 2009-03-17 | International Business Machines Corporation | System and method for remotely accessing a client in a client server environment |
US6385724B1 (en) | 1998-11-30 | 2002-05-07 | Microsoft Corporation | Automatic object caller chain with declarative impersonation and transitive trust |
US6487665B1 (en) | 1998-11-30 | 2002-11-26 | Microsoft Corporation | Object security boundaries |
WO2000033217A1 (en) * | 1998-11-30 | 2000-06-08 | Siebel Systems, Inc. | Client server system with thin client architecture |
US6574736B1 (en) | 1998-11-30 | 2003-06-03 | Microsoft Corporation | Composable roles |
US7085997B1 (en) | 1998-12-08 | 2006-08-01 | Yodlee.Com | Network-based bookmark management and web-summary system |
US8069407B1 (en) | 1998-12-08 | 2011-11-29 | Yodlee.Com, Inc. | Method and apparatus for detecting changes in websites and reporting results to web developers for navigation template repair purposes |
JP2000172657A (en) * | 1998-12-08 | 2000-06-23 | Fujitsu Ltd | System and method for distributed processing, computer- readable recording medium with program for computer to execute the same method recorded therein, server device and client device |
US7672879B1 (en) | 1998-12-08 | 2010-03-02 | Yodlee.Com, Inc. | Interactive activity interface for managing personal data and performing transactions over a data packet network |
US6389462B1 (en) * | 1998-12-16 | 2002-05-14 | Lucent Technologies Inc. | Method and apparatus for transparently directing requests for web objects to proxy caches |
US6928469B1 (en) | 1998-12-29 | 2005-08-09 | Citrix Systems, Inc. | Apparatus and method for determining a program neighborhood for a client node in a client-server network using markup language techniques |
US6449652B1 (en) * | 1999-01-04 | 2002-09-10 | Emc Corporation | Method and apparatus for providing secure access to a computer system resource |
US7415102B2 (en) * | 1999-01-22 | 2008-08-19 | Pointset Corporation | Method and apparatus for setting programmable features of an appliance |
US6680730B1 (en) * | 1999-01-25 | 2004-01-20 | Robert Shields | Remote control of apparatus using computer networks |
US6651087B1 (en) | 1999-01-28 | 2003-11-18 | Bellsouth Intellectual Property Corporation | Method and system for publishing an electronic file attached to an electronic mail message |
CN1108578C (en) * | 1999-01-28 | 2003-05-14 | 国际商业机器公司 | Method and apparatus of invoking and providing response for off-line customer |
US6922708B1 (en) | 1999-02-18 | 2005-07-26 | Oracle International Corporation | File system that supports transactions |
US6748455B1 (en) | 1999-02-23 | 2004-06-08 | Microsoft Corporation | Object connectivity through loosely coupled publish and subscribe events with filtering |
US6829770B1 (en) | 1999-02-23 | 2004-12-07 | Microsoft Corporation | Object connectivity through loosely coupled publish and subscribe events |
US6594690B2 (en) * | 1999-02-24 | 2003-07-15 | Hewlett-Packard Development Company, L.P. | Network peripheral device driver installer |
WO2000051394A1 (en) * | 1999-02-24 | 2000-08-31 | Neoplanet, Inc. | Network browser method and system for controlling browser operation |
US6584507B1 (en) | 1999-03-02 | 2003-06-24 | Cisco Technology, Inc. | Linking external applications to a network management system |
US6519628B1 (en) | 1999-03-24 | 2003-02-11 | Live Person, Inc. | Method and system for customer service using a packet switched network |
US6446255B1 (en) * | 1999-03-29 | 2002-09-03 | International Business Machines Corporation | Global registry object for mapping registry functions and registry equivalent functions across multiple operating systems in a cross-platform program |
AU4071500A (en) * | 1999-04-05 | 2000-10-23 | Manage Com | Management agent and system including the same |
US7526481B1 (en) * | 1999-04-19 | 2009-04-28 | Oracle International Corporation | Web servers with queryable dynamic caches |
US6591279B1 (en) | 1999-04-23 | 2003-07-08 | International Business Machines Corporation | System and method for computer-based notifications of real-world events using digital images |
US7089530B1 (en) | 1999-05-17 | 2006-08-08 | Invensys Systems, Inc. | Process control configuration system with connection validation and configuration |
AU5273100A (en) | 1999-05-17 | 2000-12-05 | Foxboro Company, The | Methods and apparatus for control configuration with versioning, security, composite blocks, edit selection, object swapping, formulaic values and other aspects |
US7752535B2 (en) | 1999-06-01 | 2010-07-06 | Yodlec.com, Inc. | Categorization of summarized information |
US6889256B1 (en) * | 1999-06-11 | 2005-05-03 | Microsoft Corporation | System and method for converting and reconverting between file system requests and access requests of a remote transfer protocol |
US6788980B1 (en) | 1999-06-11 | 2004-09-07 | Invensys Systems, Inc. | Methods and apparatus for control using control devices that provide a virtual machine environment and that communicate via an IP network |
KR100294889B1 (en) * | 1999-06-19 | 2001-07-12 | 윤종용 | Slave device and data sharing method |
US6584497B1 (en) | 1999-07-28 | 2003-06-24 | International Business Machines Corporation | Method, system, and program for returning a file requested through a network connection |
US6549916B1 (en) | 1999-08-05 | 2003-04-15 | Oracle Corporation | Event notification system tied to a file system |
US7620620B1 (en) | 1999-08-05 | 2009-11-17 | Oracle International Corporation | Basing directory contents on a query that is associated with a file identifier |
US7280995B1 (en) | 1999-08-05 | 2007-10-09 | Oracle International Corporation | On-the-fly format conversion |
US7882426B1 (en) | 1999-08-09 | 2011-02-01 | Cognex Corporation | Conditional cell execution in electronic spreadsheets |
US6463343B1 (en) | 1999-08-10 | 2002-10-08 | International Business Machines Corporation | System and method for controlling remote devices from a client computer using digital images |
US7483967B2 (en) * | 1999-09-01 | 2009-01-27 | Ximeta Technology, Inc. | Scalable server architecture based on asymmetric 3-way TCP |
JP2001075793A (en) * | 1999-09-03 | 2001-03-23 | Fuji Xerox Co Ltd | Remote procedure call expression generation system |
US6356933B2 (en) | 1999-09-07 | 2002-03-12 | Citrix Systems, Inc. | Methods and apparatus for efficiently transmitting interactive application data between a client and a server using markup language |
US6748555B1 (en) * | 1999-09-09 | 2004-06-08 | Microsoft Corporation | Object-based software management |
US6434745B1 (en) | 1999-09-15 | 2002-08-13 | Direct Business Technologies, Inc. | Customized web browsing and marketing software with local events statistics database |
US6675205B2 (en) * | 1999-10-14 | 2004-01-06 | Arcessa, Inc. | Peer-to-peer automated anonymous asynchronous file sharing |
US6895591B1 (en) * | 1999-10-18 | 2005-05-17 | Unisys Corporation | Virtual file system and method |
WO2001033383A1 (en) * | 1999-11-01 | 2001-05-10 | Mangosoft Corporation | Internet-based shared file service with native pc client access and semantics and distributed version control |
US6910082B1 (en) | 1999-11-18 | 2005-06-21 | International Business Machines Corporation | Method, system and program products for reducing data movement within a computing environment by bypassing copying data between file system and non-file system buffers in a server |
US6633919B1 (en) | 1999-11-18 | 2003-10-14 | International Business Machines Corporation | Method, system and program product for managing the flow of data between senders and receivers of a computing environment |
US6385701B1 (en) | 1999-11-19 | 2002-05-07 | International Business Machines Corporation | Method, system and program products for sharing data between varied clients using token management |
US6976258B1 (en) | 1999-11-30 | 2005-12-13 | Ensim Corporation | Providing quality of service guarantees to virtual hosts |
US20010003192A1 (en) * | 1999-12-07 | 2001-06-07 | Ramsay Nigel James | Servicing of linked applications in a client-server environment |
US6658452B1 (en) * | 1999-12-09 | 2003-12-02 | International Business Machines Corporation | Schemes for selecting and passing an application from an application provider to an application service provider |
US6421673B1 (en) | 1999-12-13 | 2002-07-16 | Novient, Inc. | Method for mapping applications and or attributes in a distributed network environment |
US6920636B1 (en) * | 1999-12-15 | 2005-07-19 | Microsoft Corporation | Queued component interface passing for results outflow from queued method invocations |
US8429248B1 (en) * | 1999-12-17 | 2013-04-23 | Intel Corporation | Distributed file system including multicast retrieval |
AU2620201A (en) * | 1999-12-21 | 2001-07-03 | Intel Corporation | Architecture for dynamically exposing hardware capabilities using a page description language |
US6877023B1 (en) * | 2000-01-28 | 2005-04-05 | Softwired, Inc. | Messaging system for delivering data in the form of portable message formats between message clients |
US6711607B1 (en) | 2000-02-04 | 2004-03-23 | Ensim Corporation | Dynamic scheduling of task streams in a multiple-resource system to ensure task stream quality of service |
US6529985B1 (en) | 2000-02-04 | 2003-03-04 | Ensim Corporation | Selective interception of system calls |
US6560613B1 (en) * | 2000-02-08 | 2003-05-06 | Ensim Corporation | Disambiguating file descriptors |
US6754716B1 (en) | 2000-02-11 | 2004-06-22 | Ensim Corporation | Restricting communication between network devices on a common network |
US7343421B1 (en) | 2000-02-14 | 2008-03-11 | Digital Asset Enterprises Llc | Restricting communication of selected processes to a set of specific network addresses |
US20020087949A1 (en) * | 2000-03-03 | 2002-07-04 | Valery Golender | System and method for software diagnostics using a combination of visual and dynamic tracing |
US7065547B2 (en) * | 2000-03-09 | 2006-06-20 | Persels Conrad G | Integrated on-line system with enchanced data transfer protocol |
US6948003B1 (en) | 2000-03-15 | 2005-09-20 | Ensim Corporation | Enabling a service provider to provide intranet services |
US7418439B2 (en) * | 2000-03-17 | 2008-08-26 | Twin Peaks Software, Inc. | Mirror file system |
US7142691B2 (en) | 2000-03-18 | 2006-11-28 | Digimarc Corporation | Watermark embedding functions in rendering description files |
US7188175B1 (en) | 2000-04-06 | 2007-03-06 | Web.Com, Inc. | Method and system for communicating between clients in a computer network |
EP1146422A1 (en) * | 2000-04-13 | 2001-10-17 | Abb Research Ltd. | Method to set up a communications link between an embedded server and a client computer |
WO2001080028A1 (en) * | 2000-04-18 | 2001-10-25 | Web Wombat Pty Ltd | Retrieving and processing stored information using a distributed network of remote computers |
US7111168B2 (en) * | 2000-05-01 | 2006-09-19 | Digimarc Corporation | Digital watermarking systems |
US6922724B1 (en) | 2000-05-08 | 2005-07-26 | Citrix Systems, Inc. | Method and apparatus for managing server load |
US6785713B1 (en) | 2000-05-08 | 2004-08-31 | Citrix Systems, Inc. | Method and apparatus for communicating among a network of servers utilizing a transport mechanism |
US6785726B1 (en) | 2000-05-08 | 2004-08-31 | Citrix Systems, Inc. | Method and apparatus for delivering local and remote server events in a similar fashion |
US6789112B1 (en) | 2000-05-08 | 2004-09-07 | Citrix Systems, Inc. | Method and apparatus for administering a server having a subsystem in communication with an event channel |
US6985937B1 (en) | 2000-05-11 | 2006-01-10 | Ensim Corporation | Dynamically modifying the resources of a virtual server |
US7185005B1 (en) | 2000-05-12 | 2007-02-27 | Oracle International Corporation | Nested transactions in a file system |
US6578036B1 (en) * | 2000-05-15 | 2003-06-10 | Sun Microsystems, Inc. | Mechanism for performing polling in a system |
US6907421B1 (en) | 2000-05-16 | 2005-06-14 | Ensim Corporation | Regulating file access rates according to file type |
US6961726B1 (en) | 2000-05-25 | 2005-11-01 | International Business Machines Corporation | Method of, system for, and computer program product for storing, retrieving, and using remote host file attributes on a local file system |
US7028268B1 (en) | 2000-06-15 | 2006-04-11 | Conley Jr Ralph F | Multiple destination banners |
US7017187B1 (en) | 2000-06-20 | 2006-03-21 | Citigroup Global Markets, Inc. | Method and system for file blocking in an electronic messaging system |
US7155667B1 (en) | 2000-06-21 | 2006-12-26 | Microsoft Corporation | User interface for integrated spreadsheets and word processing tables |
US6996599B1 (en) * | 2000-06-21 | 2006-02-07 | Microsoft Corporation | System and method providing multi-tier applications architecture |
US6883168B1 (en) | 2000-06-21 | 2005-04-19 | Microsoft Corporation | Methods, systems, architectures and data structures for delivering software via a network |
US7000230B1 (en) | 2000-06-21 | 2006-02-14 | Microsoft Corporation | Network-based software extensions |
US6948135B1 (en) | 2000-06-21 | 2005-09-20 | Microsoft Corporation | Method and systems of providing information to computer users |
JP4950389B2 (en) * | 2000-06-21 | 2012-06-13 | マイクロソフト コーポレーション | Network-based application, architecture and system for processing it, and method for executing the same |
US7346848B1 (en) | 2000-06-21 | 2008-03-18 | Microsoft Corporation | Single window navigation methods and systems |
US7191394B1 (en) | 2000-06-21 | 2007-03-13 | Microsoft Corporation | Authoring arbitrary XML documents using DHTML and XSLT |
US6999191B2 (en) * | 2000-06-22 | 2006-02-14 | Konica Corporation | Administrating system of image forming apparatus and image forming apparatus |
US7325009B1 (en) | 2000-06-30 | 2008-01-29 | Brightpoint, Inc. | Customer-controlled inventory access |
US6721779B1 (en) * | 2000-07-07 | 2004-04-13 | Softwired Ag | Messaging proxy system |
US7143024B1 (en) | 2000-07-07 | 2006-11-28 | Ensim Corporation | Associating identifiers with virtual processes |
US6980313B2 (en) * | 2000-07-11 | 2005-12-27 | Imran Sharif | Fax-compatible internet appliance |
US20020078445A1 (en) * | 2000-07-11 | 2002-06-20 | Imran Sharif | Internet appliance for interactive audio/video display using a remote control unit for user input |
US7245291B2 (en) | 2000-07-11 | 2007-07-17 | Imran Sharif | System and method for internet appliance data entry and navigation |
US6941351B2 (en) * | 2000-07-11 | 2005-09-06 | Microsoft Corporation | Application program caching |
US20030115167A1 (en) * | 2000-07-11 | 2003-06-19 | Imran Sharif | Web browser implemented in an Internet appliance |
KR100865249B1 (en) * | 2000-07-20 | 2008-10-27 | 디지맥 코포레이션 | Using embedded data with file sharing |
US20020013809A1 (en) * | 2000-07-31 | 2002-01-31 | Nobuyuki Hashimoto | Processing device, remotely operated controlling device, remotely operated system and recording medium |
US6909691B1 (en) | 2000-08-07 | 2005-06-21 | Ensim Corporation | Fairly partitioning resources while limiting the maximum fair share |
US8600783B2 (en) | 2000-08-18 | 2013-12-03 | The Crawford Group, Inc. | Business to business computer system for communicating and processing rental car reservations using web services |
US6842770B1 (en) * | 2000-08-18 | 2005-01-11 | Apple Computer, Inc. | Method and system for seamlessly accessing remotely stored files |
US7899690B1 (en) | 2000-08-18 | 2011-03-01 | The Crawford Group, Inc. | Extended web enabled business to business computer system for rental vehicle services |
WO2002017596A2 (en) * | 2000-08-25 | 2002-02-28 | Truedisk.Com, Inc. | A secure distributed server in an insecure network |
US7035912B2 (en) * | 2000-08-28 | 2006-04-25 | Abaco.P.R., Inc. | Method and apparatus allowing a limited client device to use the full resources of a networked server |
US20020059440A1 (en) * | 2000-09-06 | 2002-05-16 | Hudson Michael D. | Client-side last-element cache network architecture |
US7386495B2 (en) * | 2001-03-23 | 2008-06-10 | International Business Machines Corporation | System and method for processing tax codes by company group |
US7356496B2 (en) * | 2001-03-22 | 2008-04-08 | International Business Machines Corporation | System and method for synchronizing ledger accounts by company group |
US7197480B1 (en) * | 2000-09-07 | 2007-03-27 | International Business Machines Corporation | System and method for front end business logic and validation |
US7155403B2 (en) * | 2001-03-22 | 2006-12-26 | International Business Machines Corporation | System and method for leveraging procurement across companies and company groups |
US7283976B2 (en) * | 2001-03-22 | 2007-10-16 | International Business Machines Corporation | System and method for invoice imaging through negative confirmation process |
US8027892B2 (en) | 2001-03-28 | 2011-09-27 | International Business Machines Corporation | System and method for automating invoice processing with positive confirmation |
US6947063B1 (en) * | 2000-09-07 | 2005-09-20 | International Business Machines Corporation | System and method for data transfer with respect to external applications |
US20020111956A1 (en) * | 2000-09-18 | 2002-08-15 | Boon-Lock Yeo | Method and apparatus for self-management of content across multiple storage systems |
US7107587B1 (en) * | 2000-09-18 | 2006-09-12 | Microsoft Corporation | Access redirector and entry reflector |
US6732211B1 (en) | 2000-09-18 | 2004-05-04 | Ensim Corporation | Intercepting I/O multiplexing operations involving cross-domain file descriptor sets |
JP2002099495A (en) * | 2000-09-26 | 2002-04-05 | Fujitsu Ltd | Client server system, server and client |
JP4902904B2 (en) * | 2000-10-06 | 2012-03-21 | ソニー株式会社 | Information processing method and medium storing program |
US7792923B2 (en) | 2000-10-13 | 2010-09-07 | Zhe Khi Pak | Disk system adapted to be directly attached to network |
US7013455B1 (en) * | 2000-10-19 | 2006-03-14 | International Business Machines Corporation | System for automatically altering environment variable to run proper executable file by removing references to all except one duplicate file in the path sequence |
US9819561B2 (en) | 2000-10-26 | 2017-11-14 | Liveperson, Inc. | System and methods for facilitating object assignments |
US8868448B2 (en) | 2000-10-26 | 2014-10-21 | Liveperson, Inc. | Systems and methods to facilitate selling of products and services |
US7051084B1 (en) | 2000-11-02 | 2006-05-23 | Citrix Systems, Inc. | Methods and apparatus for regenerating and transmitting a partial page |
US7346842B1 (en) | 2000-11-02 | 2008-03-18 | Citrix Systems, Inc. | Methods and apparatus for incorporating a partial page on a client |
US8831995B2 (en) | 2000-11-06 | 2014-09-09 | Numecent Holdings, Inc. | Optimized server for streamed applications |
US6918113B2 (en) * | 2000-11-06 | 2005-07-12 | Endeavors Technology, Inc. | Client installation and execution system for streamed applications |
US7062567B2 (en) | 2000-11-06 | 2006-06-13 | Endeavors Technology, Inc. | Intelligent network streaming and execution system for conventionally coded applications |
US6959320B2 (en) * | 2000-11-06 | 2005-10-25 | Endeavors Technology, Inc. | Client-side performance optimization system for streamed applications |
US20020087883A1 (en) * | 2000-11-06 | 2002-07-04 | Curt Wohlgemuth | Anti-piracy system for remotely served computer applications |
US7043524B2 (en) * | 2000-11-06 | 2006-05-09 | Omnishift Technologies, Inc. | Network caching system for streamed applications |
US20020083183A1 (en) * | 2000-11-06 | 2002-06-27 | Sanjay Pujare | Conventionally coded application conversion system for streamed delivery and execution |
US6766333B1 (en) | 2000-11-08 | 2004-07-20 | Citrix Systems, Inc. | Method and apparatus for synchronizing a user interface element displayed on a client and a software application component executing on a web server |
US8312429B2 (en) * | 2000-11-10 | 2012-11-13 | Oracle International Corporation | Cell based data processing |
WO2002049278A2 (en) * | 2000-11-22 | 2002-06-20 | Azoth Technologies, Inc. | Method, architecture, and apparatus for dynamic content translation and switching |
US7058648B1 (en) | 2000-12-01 | 2006-06-06 | Oracle International Corporation | Hierarchy-based secured document repository |
US7346928B1 (en) * | 2000-12-01 | 2008-03-18 | Network Appliance, Inc. | Decentralized appliance virus scanning |
US7778981B2 (en) * | 2000-12-01 | 2010-08-17 | Netapp, Inc. | Policy engine to control the servicing of requests received by a storage server |
US7631054B2 (en) * | 2000-12-07 | 2009-12-08 | International Business Machines Corporation | Method and system for generating list of operating systems for a target device |
US7814194B2 (en) * | 2000-12-07 | 2010-10-12 | International Business Machines Corporation | Method and system for machine-aided rule construction for event management |
US7089281B1 (en) | 2000-12-08 | 2006-08-08 | Sun Microsystems, Inc. | Load balancing in a dynamic session redirector |
US7194743B2 (en) | 2000-12-12 | 2007-03-20 | Citrix Systems, Inc. | Methods and apparatus for communicating changes between a user interface and an executing application using property paths |
US7451196B1 (en) | 2000-12-15 | 2008-11-11 | Stream Theory, Inc. | Method and system for executing a software application in a virtual environment |
US6769118B2 (en) * | 2000-12-19 | 2004-07-27 | International Business Machines Corporation | Dynamic, policy based management of administrative procedures within a distributed computing environment |
US6965683B2 (en) * | 2000-12-21 | 2005-11-15 | Digimarc Corporation | Routing networks for use with watermark systems |
US8103877B2 (en) | 2000-12-21 | 2012-01-24 | Digimarc Corporation | Content identification and electronic tickets, coupons and credits |
WO2002051063A1 (en) | 2000-12-21 | 2002-06-27 | Digimarc Corporation | Methods, apparatus and programs for generating and utilizing content signatures |
US7219354B1 (en) | 2000-12-22 | 2007-05-15 | Ensim Corporation | Virtualizing super-user privileges for multiple virtual processes |
US8312435B2 (en) | 2000-12-26 | 2012-11-13 | Identify Software Ltd. (IL) | System and method for conditional tracing of computer programs |
US7092953B1 (en) | 2000-12-28 | 2006-08-15 | Rightlsline, Inc. | Apparatus and methods for intellectual property database navigation |
US7099849B1 (en) * | 2000-12-28 | 2006-08-29 | Rightsline, Inc. | Integrated media management and rights distribution apparatus |
KR100372915B1 (en) * | 2001-01-02 | 2003-02-19 | 김한규 | Network-attached disk system |
US20020093161A1 (en) * | 2001-01-12 | 2002-07-18 | Enor Corporation | Scooter |
US20020133624A1 (en) * | 2001-01-16 | 2002-09-19 | Tony Hashem | System and process for routing information in a data processing system |
US6582078B2 (en) | 2001-02-27 | 2003-06-24 | Barton L. Halpern | Method and system for planning corrective refractive surgery |
JP4291467B2 (en) * | 2001-03-01 | 2009-07-08 | 株式会社ソニー・コンピュータエンタテインメント | Entertainment device, menu display method, and information recording medium |
US7243077B2 (en) | 2001-03-02 | 2007-07-10 | International Business Machines Corporation | Method and computer program product for managing an internet trading network |
US7080373B2 (en) * | 2001-03-07 | 2006-07-18 | Freescale Semiconductor, Inc. | Method and device for creating and using pre-internalized program files |
US6618736B1 (en) | 2001-03-09 | 2003-09-09 | Ensim Corporation | Template-based creation and archival of file systems |
US8417632B2 (en) * | 2001-03-20 | 2013-04-09 | Verizon Business Global Llc | Systems and methods for interfacing with a billing and account management unit |
US7054866B2 (en) | 2001-03-20 | 2006-05-30 | Mci, Inc. | Systems and methods for communicating from an integration platform to a provisioning server |
US7047417B2 (en) * | 2001-03-20 | 2006-05-16 | Leskuski Walter J | Systems and methods for accessing reporting services |
US7043480B2 (en) * | 2001-03-20 | 2006-05-09 | Mci, Inc. | Systems and methods for communicating from an integration platform to a lightweight directory access protocol based database |
US7039041B2 (en) * | 2001-03-20 | 2006-05-02 | Robohm Kurt W | Operational support system for telecommunication services |
US20020138427A1 (en) * | 2001-03-20 | 2002-09-26 | Trivedi Prakash A. | Systems and methods for communicating from an integration platform to a billing unit |
US20020138603A1 (en) * | 2001-03-20 | 2002-09-26 | Robohm Kurt W. | Systems and methods for updating IP communication service attributes |
US8195738B2 (en) * | 2001-03-20 | 2012-06-05 | Verizon Business Global Llc | Systems and methods for communicating from an integration platform to a profile management server |
US8660017B2 (en) | 2001-03-20 | 2014-02-25 | Verizon Business Global Llc | Systems and methods for updating IP communication service attributes using an LDAP |
US7099663B2 (en) | 2001-05-31 | 2006-08-29 | Qualcomm Inc. | Safe application distribution and execution in a wireless environment |
US8056009B2 (en) | 2001-06-02 | 2011-11-08 | Cognex Technology And Investment Corporation | System for initiating communication between a user interface and a vision processor |
US20020184347A1 (en) * | 2001-06-02 | 2002-12-05 | Steven Olson | Configuration of a machine vision system over a network |
US7194513B2 (en) * | 2001-07-08 | 2007-03-20 | Imran Sharif | System and method for using an internet appliance to send/receive digital content files as E-mail attachments |
WO2003007674A2 (en) * | 2001-07-16 | 2003-01-30 | Han Gyoo Kim | Scheme for dynamically connecting i/o devices through network |
KR20010088528A (en) * | 2001-08-02 | 2001-09-28 | 전대식 | A portable storage device and Method for using a remote storage device in the network as auxiliary memory of the local computer system by using the same device |
US7062660B2 (en) * | 2001-08-06 | 2006-06-13 | International Business Machines Corporation | Method and apparatus for controlling the performance of a file system mount operation by a user lacking superuser authority |
US7769823B2 (en) * | 2001-09-28 | 2010-08-03 | F5 Networks, Inc. | Method and system for distributing requests for content |
US20050149682A1 (en) * | 2001-10-09 | 2005-07-07 | Han-Gyoo Kim | Virtual multiple removable media jukebox |
US7171468B2 (en) * | 2001-11-10 | 2007-01-30 | Kabushiki Kaisha Toshiba | System and method for accessing a document management repository |
US6606685B2 (en) * | 2001-11-15 | 2003-08-12 | Bmc Software, Inc. | System and method for intercepting file system writes |
US8001052B2 (en) * | 2001-12-10 | 2011-08-16 | Dunkeld Bryan C | System and method for unique digital asset identification and transaction management |
US20030126555A1 (en) * | 2002-01-03 | 2003-07-03 | International Business Machines Corporation | Enhanced attribute prompting in browser clients |
JP2003215880A (en) * | 2002-01-23 | 2003-07-30 | Oki Data Corp | Color image recorder |
US20030145230A1 (en) * | 2002-01-31 | 2003-07-31 | Huimin Chiu | System for exchanging data utilizing remote direct memory access |
US20040064565A1 (en) * | 2002-02-06 | 2004-04-01 | International Business Machines Corporation | Obtaining location information using a rejection model |
US7010762B2 (en) * | 2002-02-27 | 2006-03-07 | At&T Corp. | Pre-loading content to caches for information appliances |
US8135843B2 (en) | 2002-03-22 | 2012-03-13 | Citrix Systems, Inc. | Methods and systems for providing access to an application |
US7499983B2 (en) * | 2002-05-06 | 2009-03-03 | Micron Technology, Inc. | Web dispatch service |
US20040039612A1 (en) | 2002-06-14 | 2004-02-26 | Neil Fitzgerald | Method and apparatus for customer direct on-line reservation of rental vehicles |
US8108231B2 (en) | 2002-06-14 | 2012-01-31 | The Crawford Group, Inc. | Method and apparatus for improved customer direct on-line reservation of rental vehicles |
US7062764B2 (en) * | 2002-06-17 | 2006-06-13 | Microsoft Corporation | System and method for manipulating offline software |
US7249313B2 (en) | 2002-06-26 | 2007-07-24 | International Business Machines Corporation | Creating and utilizing a wizard to capture an application's interdependencies between web pages and data accesses for running the application's downloadable dynamic web pages off-line |
CA2391733A1 (en) * | 2002-06-26 | 2003-12-26 | Ibm Canada Limited-Ibm Canada Limitee | Framework to access a remote system from an integrated development environment |
US7200645B2 (en) * | 2002-06-26 | 2007-04-03 | International Business Machines Corporation | Running dynamic web pages off-line with a wizard |
CA2391756A1 (en) * | 2002-06-26 | 2003-12-26 | Ibm Canada Limited-Ibm Canada Limitee | Accessing a remote iseries or as/400 computer system from the eclipse integrated development environment |
US6947940B2 (en) * | 2002-07-30 | 2005-09-20 | International Business Machines Corporation | Uniform name space referrals with location independence |
US7565413B1 (en) * | 2002-08-05 | 2009-07-21 | Cisco Technology, Inc. | Content request redirection from a wed protocol to a file protocol |
US7062517B2 (en) * | 2002-08-14 | 2006-06-13 | Hitachi, Ltd. | Method and apparatus for centralized computer management |
US7178139B2 (en) * | 2002-08-27 | 2007-02-13 | Delphi Technologies, Inc. | Executable file system for an embedded computer |
JP4250933B2 (en) * | 2002-09-04 | 2009-04-08 | コニカミノルタビジネステクノロジーズ株式会社 | Data management system and data management program |
US20040073605A1 (en) * | 2002-10-15 | 2004-04-15 | Conley, Ralph F. | Multi-tier web publishing software and system |
US7386839B1 (en) | 2002-11-06 | 2008-06-10 | Valery Golender | System and method for troubleshooting software configuration problems using application tracing |
US20040133699A1 (en) * | 2002-12-04 | 2004-07-08 | Tony Hashem | System and method for performing data transfer |
US7035860B2 (en) * | 2003-01-17 | 2006-04-25 | International Business Machines Corporation | Trusted access by an extendible framework method, system, article of manufacture, and computer program product |
US8266005B2 (en) | 2003-01-17 | 2012-09-11 | Uniloc Luxembourg | Automated pricing system |
US20040177335A1 (en) * | 2003-03-04 | 2004-09-09 | International Business Machines Corporation | Enterprise services application program development model |
US7349943B2 (en) * | 2003-03-12 | 2008-03-25 | Microsoft Corporation | Protocol-independent client-side caching system and method |
US7415672B1 (en) | 2003-03-24 | 2008-08-19 | Microsoft Corporation | System and method for designing electronic forms |
US7370066B1 (en) | 2003-03-24 | 2008-05-06 | Microsoft Corporation | System and method for offline editing of data files |
US8032866B1 (en) | 2003-03-27 | 2011-10-04 | Identify Software Ltd. | System and method for troubleshooting runtime software problems using application learning |
US7913159B2 (en) | 2003-03-28 | 2011-03-22 | Microsoft Corporation | System and method for real-time validation of structured data files |
US7296017B2 (en) | 2003-03-28 | 2007-11-13 | Microsoft Corporation | Validation of XML data files |
US7406660B1 (en) | 2003-08-01 | 2008-07-29 | Microsoft Corporation | Mapping between structured data and a visual surface |
US7334187B1 (en) | 2003-08-06 | 2008-02-19 | Microsoft Corporation | Electronic form aggregation |
US8229932B2 (en) | 2003-09-04 | 2012-07-24 | Oracle International Corporation | Storing XML documents efficiently in an RDBMS |
US8694510B2 (en) | 2003-09-04 | 2014-04-08 | Oracle International Corporation | Indexing XML documents efficiently |
US7457880B1 (en) * | 2003-09-26 | 2008-11-25 | Ximeta Technology, Inc. | System using a single host to receive and redirect all file access commands for shared data storage device from other hosts on a network |
US7558842B2 (en) * | 2003-10-17 | 2009-07-07 | E2Open, Inc. | Large file transfer in a design collaboration environment |
US20050091226A1 (en) * | 2003-10-23 | 2005-04-28 | Yun Lin | Persistent caching directory level support |
WO2005043279A2 (en) * | 2003-10-31 | 2005-05-12 | Disksites Research And Development Ltd. | Device, system and method for storage and access of computer files |
US7720906B2 (en) * | 2003-11-24 | 2010-05-18 | Microsoft Corporation | Web service for remote application discovery |
US7590713B2 (en) * | 2003-11-24 | 2009-09-15 | Microsoft Corporation | Presenting a merged view of remote application shortcuts from multiple providers |
US7475125B2 (en) * | 2003-11-24 | 2009-01-06 | Microsoft Corporation | Seamless discovery of workstation-installed remote applications from an extranet |
KR100550288B1 (en) * | 2003-12-02 | 2006-02-08 | 주식회사 하우리 | Method for recovering data in ext2 file system, and computer-readable storage medium recorded with data-recover program |
US20070118869A1 (en) * | 2003-12-09 | 2007-05-24 | Lee Ted Y | "Method and a system for controlling, navigating and managing data files, url's and other file system objects using code-based commands, in a computer system or an appliance enhanced by a computer system" |
US8819072B1 (en) | 2004-02-02 | 2014-08-26 | Microsoft Corporation | Promoting data from structured data files |
US7664836B2 (en) * | 2004-02-17 | 2010-02-16 | Zhe Khi Pak | Device and method for booting an operation system for a computer from a passive directly attached network device |
US20050193017A1 (en) * | 2004-02-19 | 2005-09-01 | Han-Gyoo Kim | Portable multimedia player/recorder that accesses data contents from and writes to networked device |
US20060069884A1 (en) * | 2004-02-27 | 2006-03-30 | Han-Gyoo Kim | Universal network to device bridge chip that enables network directly attached device |
US7761923B2 (en) | 2004-03-01 | 2010-07-20 | Invensys Systems, Inc. | Process control methods and apparatus for intrusion detection, protection and network hardening |
US20050194456A1 (en) | 2004-03-02 | 2005-09-08 | Tessier Patrick C. | Wireless controller with gateway |
US7779130B1 (en) * | 2004-04-02 | 2010-08-17 | Microsoft Corporation | Method and apparatus to transfer a new data object from a data acquisition device to a user storage device |
US7930277B2 (en) | 2004-04-21 | 2011-04-19 | Oracle International Corporation | Cost-based optimizer for an XML data repository within a database |
US7774620B1 (en) | 2004-05-27 | 2010-08-10 | Microsoft Corporation | Executing applications at appropriate trust levels |
US7827539B1 (en) | 2004-06-25 | 2010-11-02 | Identify Software Ltd. | System and method for automated tuning of program execution tracing |
US7746900B2 (en) * | 2004-07-22 | 2010-06-29 | Zhe Khi Pak | Low-level communication layers and device employing same |
US20060067356A1 (en) * | 2004-08-23 | 2006-03-30 | Han-Gyoo Kim | Method and apparatus for network direct attached storage |
US7860943B2 (en) * | 2004-08-23 | 2010-12-28 | Zhe Khi Pak | Enhanced network direct attached storage controller |
US20060048136A1 (en) * | 2004-08-25 | 2006-03-02 | Vries Jeff D | Interception-based resource detection system |
US8805934B2 (en) * | 2004-09-02 | 2014-08-12 | Vmware, Inc. | System and method for enabling an external-system view of email attachments |
US8613048B2 (en) | 2004-09-30 | 2013-12-17 | Citrix Systems, Inc. | Method and apparatus for providing authorized remote access to application sessions |
US7711835B2 (en) | 2004-09-30 | 2010-05-04 | Citrix Systems, Inc. | Method and apparatus for reducing disclosure of proprietary data in a networked environment |
US7692636B2 (en) | 2004-09-30 | 2010-04-06 | Microsoft Corporation | Systems and methods for handwriting to a screen |
US7748032B2 (en) * | 2004-09-30 | 2010-06-29 | Citrix Systems, Inc. | Method and apparatus for associating tickets in a ticket hierarchy |
US20060074933A1 (en) * | 2004-09-30 | 2006-04-06 | Microsoft Corporation | Workflow interaction |
US7240162B2 (en) | 2004-10-22 | 2007-07-03 | Stream Theory, Inc. | System and method for predictive streaming |
US20060095470A1 (en) * | 2004-11-04 | 2006-05-04 | Cochran Robert A | Managing a file in a network environment |
EP1825390A2 (en) | 2004-11-13 | 2007-08-29 | Stream Theory, Inc. | Hybrid local/remote streaming |
US7712022B2 (en) * | 2004-11-15 | 2010-05-04 | Microsoft Corporation | Mutually exclusive options in electronic forms |
US7721190B2 (en) | 2004-11-16 | 2010-05-18 | Microsoft Corporation | Methods and systems for server side form processing |
US8458467B2 (en) * | 2005-06-21 | 2013-06-04 | Cisco Technology, Inc. | Method and apparatus for adaptive application message payload content transformation in a network infrastructure element |
US7627547B2 (en) | 2004-11-29 | 2009-12-01 | Oracle International Corporation | Processing path-based database operations |
WO2010049742A1 (en) * | 2004-12-01 | 2010-05-06 | Computer Associates Think, Inc. | Managing elements residing on legacy systems |
GB2421095A (en) * | 2004-12-10 | 2006-06-14 | Hewlett Packard Development Co | Facilitating access to an electronic datum in a file system |
US7921076B2 (en) | 2004-12-15 | 2011-04-05 | Oracle International Corporation | Performing an action in response to a file system event |
US8131766B2 (en) | 2004-12-15 | 2012-03-06 | Oracle International Corporation | Comprehensive framework to integrate business logic into a repository |
US20060136389A1 (en) * | 2004-12-22 | 2006-06-22 | Cover Clay H | System and method for invocation of streaming application |
US20060168269A1 (en) * | 2004-12-30 | 2006-07-27 | Microsoft Corporation | Bus abstraction |
US7849257B1 (en) | 2005-01-06 | 2010-12-07 | Zhe Khi Pak | Method and apparatus for storing and retrieving data |
US7937651B2 (en) | 2005-01-14 | 2011-05-03 | Microsoft Corporation | Structural editing operations for network forms |
US8024568B2 (en) | 2005-01-28 | 2011-09-20 | Citrix Systems, Inc. | Method and system for verification of an endpoint security scan |
US20060190251A1 (en) * | 2005-02-24 | 2006-08-24 | Johannes Sandvall | Memory usage in a multiprocessor system |
US20060200570A1 (en) * | 2005-03-02 | 2006-09-07 | Nokia Corporation | Discovering and mounting network file systems via ad hoc, peer-to-peer networks |
US7725834B2 (en) | 2005-03-04 | 2010-05-25 | Microsoft Corporation | Designer-created aspect for an electronic form template |
US20060218165A1 (en) * | 2005-03-23 | 2006-09-28 | Vries Jeffrey De | Explicit overlay integration rules |
US8499023B1 (en) * | 2005-03-23 | 2013-07-30 | Oracle America, Inc. | Servlet-based grid computing environment using grid engines and switches to manage resources |
US8024523B2 (en) | 2007-11-07 | 2011-09-20 | Endeavors Technologies, Inc. | Opportunistic block transmission with time constraints |
EP1875364A2 (en) | 2005-03-23 | 2008-01-09 | Stream Theory, Inc. | System and method for tracking changes to files in streaming applications |
US9547780B2 (en) | 2005-03-28 | 2017-01-17 | Absolute Software Corporation | Method for determining identification of an electronic device |
US7673228B2 (en) | 2005-03-30 | 2010-03-02 | Microsoft Corporation | Data-driven actions for network forms |
US8010515B2 (en) * | 2005-04-15 | 2011-08-30 | Microsoft Corporation | Query to an electronic form |
GB2426417A (en) * | 2005-05-16 | 2006-11-22 | Onshare Ltd | HTTP tunnelling |
US8200975B2 (en) | 2005-06-29 | 2012-06-12 | Microsoft Corporation | Digital signatures for network forms |
JP2009505321A (en) * | 2005-08-19 | 2009-02-05 | グレースノート インコーポレイテッド | Method and system for controlling operation of playback device |
US20070055740A1 (en) * | 2005-08-23 | 2007-03-08 | Luciani Luis E | System and method for interacting with a remote computer |
US9432468B2 (en) | 2005-09-14 | 2016-08-30 | Liveperson, Inc. | System and method for design and dynamic generation of a web page |
US8738732B2 (en) | 2005-09-14 | 2014-05-27 | Liveperson, Inc. | System and method for performing follow up based on user interactions |
US8073841B2 (en) | 2005-10-07 | 2011-12-06 | Oracle International Corporation | Optimizing correlated XML extracts |
US8356053B2 (en) | 2005-10-20 | 2013-01-15 | Oracle International Corporation | Managing relationships between resources stored within a repository |
US8949455B2 (en) | 2005-11-21 | 2015-02-03 | Oracle International Corporation | Path-caching mechanism to improve performance of path-related operations in a repository |
US8001459B2 (en) | 2005-12-05 | 2011-08-16 | Microsoft Corporation | Enabling electronic documents for limited-capability computing devices |
US20070208587A1 (en) * | 2005-12-08 | 2007-09-06 | Arun Sitaraman | Systems, software, and methods for communication-based business process messaging |
US7810102B2 (en) * | 2005-12-29 | 2010-10-05 | Sap Ag | Service adaptation of the enterprise services framework |
US7783985B2 (en) * | 2006-01-04 | 2010-08-24 | Citrix Systems, Inc. | Systems and methods for transferring data between computing devices |
US20070174429A1 (en) | 2006-01-24 | 2007-07-26 | Citrix Systems, Inc. | Methods and servers for establishing a connection between a client system and a virtual machine hosting a requested computing environment |
JP5002165B2 (en) * | 2006-02-16 | 2012-08-15 | 株式会社日立製作所 | Remote desktop system |
JP2007226398A (en) * | 2006-02-22 | 2007-09-06 | Hitachi Ltd | Database connection management method and computer system |
JP2009529753A (en) | 2006-03-09 | 2009-08-20 | グレースノート インコーポレイテッド | Media navigation method and system |
US8271309B2 (en) | 2006-03-16 | 2012-09-18 | The Crawford Group, Inc. | Method and system for providing and administering online rental vehicle reservation booking services |
US7860857B2 (en) | 2006-03-30 | 2010-12-28 | Invensys Systems, Inc. | Digital data processing apparatus and methods for improving plant performance |
JP2007287066A (en) * | 2006-04-20 | 2007-11-01 | Konica Minolta Business Technologies Inc | Image processing apparatus, method for installing application in the same and application installation processing program |
US7895639B2 (en) * | 2006-05-04 | 2011-02-22 | Citrix Online, Llc | Methods and systems for specifying and enforcing access control in a distributed system |
US20080028044A1 (en) * | 2006-07-26 | 2008-01-31 | Intellidyne, L.L.C. | System and method for file transfer |
US8990270B2 (en) * | 2006-08-03 | 2015-03-24 | Hewlett-Packard Development Company, L. P. | Protocol virtualization for a network file system |
US7606752B2 (en) | 2006-09-07 | 2009-10-20 | Yodlee Inc. | Host exchange in bill paying services |
US7827177B2 (en) * | 2006-10-16 | 2010-11-02 | Oracle International Corporation | Managing compound XML documents in a repository |
US9183321B2 (en) | 2006-10-16 | 2015-11-10 | Oracle International Corporation | Managing compound XML documents in a repository |
US7797310B2 (en) | 2006-10-16 | 2010-09-14 | Oracle International Corporation | Technique to estimate the cost of streaming evaluation of XPaths |
US8738703B2 (en) | 2006-10-17 | 2014-05-27 | Citrix Systems, Inc. | Systems and methods for providing online collaborative support |
US8261345B2 (en) | 2006-10-23 | 2012-09-04 | Endeavors Technologies, Inc. | Rule-based application access management |
US8312449B2 (en) * | 2006-10-31 | 2012-11-13 | International Business Machines Corporation | Viral installation of operating systems in a network |
US8533846B2 (en) | 2006-11-08 | 2013-09-10 | Citrix Systems, Inc. | Method and system for dynamically associating access rights with a resource |
US8533741B2 (en) * | 2006-12-29 | 2013-09-10 | Sandisk Technologies Inc. | Methods for launching a program application |
US20090064134A1 (en) * | 2007-08-30 | 2009-03-05 | Citrix Systems,Inc. | Systems and methods for creating and executing files |
US9239666B2 (en) * | 2007-09-12 | 2016-01-19 | Citrix Systems, Inc. | Methods and systems for maintaining desktop environments providing integrated access to remote and local resources |
US7783666B1 (en) | 2007-09-26 | 2010-08-24 | Netapp, Inc. | Controlling access to storage resources by using access pattern based quotas |
US8880693B2 (en) * | 2007-09-28 | 2014-11-04 | Verizon Patent And Licensing Inc. | Network service provider-assisted authentication |
JP2009087124A (en) * | 2007-10-01 | 2009-04-23 | Buffalo Inc | Storage device and storage device access control method |
US8190707B2 (en) | 2007-10-20 | 2012-05-29 | Citrix Systems, Inc. | System and method for transferring data among computing environments |
US8892738B2 (en) | 2007-11-07 | 2014-11-18 | Numecent Holdings, Inc. | Deriving component statistics for a stream enabled application |
US7991734B2 (en) * | 2008-03-07 | 2011-08-02 | Microsoft Corporation | Remote pointing |
US7882202B2 (en) * | 2008-04-01 | 2011-02-01 | International Business Machines Corporation | System to delegate virtual storage access method related file operations to a storage server using an in-band RPC mechanism |
EP2111011A1 (en) * | 2008-04-16 | 2009-10-21 | Thomson Telecom Belgium | Device and method for sharing files |
US8261334B2 (en) | 2008-04-25 | 2012-09-04 | Yodlee Inc. | System for performing web authentication of a user by proxy |
US9100246B1 (en) * | 2008-06-19 | 2015-08-04 | Symantec Corporation | Distributed application virtualization |
WO2009155483A1 (en) | 2008-06-20 | 2009-12-23 | Invensys Systems, Inc. | Systems and methods for immersive interaction with actual and/or simulated facilities for process, environmental and industrial control |
EP2144421A1 (en) * | 2008-07-08 | 2010-01-13 | Gemplus | Method for managing an access from a remote device to data accessible from a local device and corresponding system |
US8762313B2 (en) | 2008-07-25 | 2014-06-24 | Liveperson, Inc. | Method and system for creating a predictive model for targeting web-page to a surfer |
US8260846B2 (en) | 2008-07-25 | 2012-09-04 | Liveperson, Inc. | Method and system for providing targeted content to a surfer |
US8805844B2 (en) | 2008-08-04 | 2014-08-12 | Liveperson, Inc. | Expert search |
US7958112B2 (en) | 2008-08-08 | 2011-06-07 | Oracle International Corporation | Interleaving query transformations for XML indexes |
US9952845B2 (en) * | 2008-08-29 | 2018-04-24 | Red Hat, Inc. | Provisioning machines having virtual storage resources |
US8732588B2 (en) * | 2008-09-09 | 2014-05-20 | Applied Systems, Inc. | Method and apparatus for remotely displaying screen files and efficiently handling remote operator input |
EP2335177A4 (en) * | 2008-10-06 | 2012-06-20 | Ericsson Telefon Ab L M | Digital rights management in user-controlled environment |
US9892417B2 (en) | 2008-10-29 | 2018-02-13 | Liveperson, Inc. | System and method for applying tracing tools for network locations |
US20100115472A1 (en) * | 2008-10-30 | 2010-05-06 | Lee Kun-Bin | Method of Facilitating Browsing and Management of Multimedia Files with Data Structure thereof |
US8555359B2 (en) | 2009-02-26 | 2013-10-08 | Yodlee, Inc. | System and methods for automatically accessing a web site on behalf of a client |
US9524396B2 (en) * | 2009-04-16 | 2016-12-20 | International Business Machines Corporation | System that maintains objects created and modified within designated directories on a per-client basis in a network filesystem |
US8238538B2 (en) | 2009-05-28 | 2012-08-07 | Comcast Cable Communications, Llc | Stateful home phone service |
US8127060B2 (en) | 2009-05-29 | 2012-02-28 | Invensys Systems, Inc | Methods and apparatus for control configuration with control objects that are fieldbus protocol-aware |
US8463964B2 (en) | 2009-05-29 | 2013-06-11 | Invensys Systems, Inc. | Methods and apparatus for control configuration with enhanced change-tracking |
US20100319010A1 (en) | 2009-06-12 | 2010-12-16 | International Business Machines Corporation | Systems and Methods for Operating System Identification and Web Application Execution |
US20110235592A1 (en) * | 2010-03-26 | 2011-09-29 | Qualcomm Incorporated | Network resource leasing |
US9767212B2 (en) | 2010-04-07 | 2017-09-19 | Liveperson, Inc. | System and method for dynamically enabling customized web content and applications |
US8812733B1 (en) * | 2010-08-19 | 2014-08-19 | Google Inc. | Transport protocol independent communications library |
US8918465B2 (en) | 2010-12-14 | 2014-12-23 | Liveperson, Inc. | Authentication of service requests initiated from a social networking site |
US9350598B2 (en) | 2010-12-14 | 2016-05-24 | Liveperson, Inc. | Authentication of service requests using a communications initiation feature |
US8667183B1 (en) * | 2011-03-20 | 2014-03-04 | Israel L'Heureux | Server-side HTTP translator |
US8949464B2 (en) | 2011-05-10 | 2015-02-03 | Israel L'Heureux | Client-side HTTP translator |
US8595291B2 (en) * | 2011-08-04 | 2013-11-26 | Motivity Solutions, Inc. | Server hierarchical structure on user-agents |
JP5533829B2 (en) * | 2011-09-27 | 2014-06-25 | カシオ計算機株式会社 | Information acquisition system, information processing apparatus, information processing method, and program |
US9397885B2 (en) * | 2011-09-28 | 2016-07-19 | Apperian, Inc. | Conveyance of configuration information in a network |
US9369504B1 (en) * | 2011-10-31 | 2016-06-14 | Rollapp, Inc. | Enabling seamless remote access to online applications through a web server |
US20150334184A1 (en) * | 2011-12-22 | 2015-11-19 | Hew-Lett-Pack Development Company, L.P. | Enabling execution of remotely-hosted applications using application metadata and client updates |
US8943002B2 (en) | 2012-02-10 | 2015-01-27 | Liveperson, Inc. | Analytics driven engagement |
US8805941B2 (en) | 2012-03-06 | 2014-08-12 | Liveperson, Inc. | Occasionally-connected computing interface |
US9563336B2 (en) | 2012-04-26 | 2017-02-07 | Liveperson, Inc. | Dynamic user interface customization |
US9672196B2 (en) | 2012-05-15 | 2017-06-06 | Liveperson, Inc. | Methods and systems for presenting specialized content using campaign metrics |
EP2690551B1 (en) * | 2012-07-26 | 2019-07-03 | 2236008 Ontario Inc. | Background service launcher for dynamic service provisioning |
EP3029589B1 (en) * | 2013-08-02 | 2023-08-30 | Bothnic Information Co. Ltd. | Device for permitting program, program transaction device and method for permitting program thereof |
EP3097481B1 (en) | 2014-01-21 | 2022-11-30 | Oracle International Corporation | System and method for supporting multi-tenancy in an application server, cloud, or other environment |
US11386442B2 (en) | 2014-03-31 | 2022-07-12 | Liveperson, Inc. | Online behavioral predictor |
US9595023B1 (en) | 2014-05-21 | 2017-03-14 | Plaid Technologies, Inc. | System and method for facilitating programmatic verification of transactions |
US9449346B1 (en) | 2014-05-21 | 2016-09-20 | Plaid Technologies, Inc. | System and method for programmatically accessing financial data |
CN106462470B (en) * | 2014-06-23 | 2020-01-21 | 甲骨文国际公司 | System and method for portable partitioning in a multi-tenant application server environment |
US10318280B2 (en) | 2014-09-24 | 2019-06-11 | Oracle International Corporation | System and method for supporting patching in a multitenant application server environment |
US9405530B2 (en) | 2014-09-24 | 2016-08-02 | Oracle International Corporation | System and method for supporting patching in a multitenant application server environment |
US10250512B2 (en) | 2015-01-21 | 2019-04-02 | Oracle International Corporation | System and method for traffic director support in a multitenant application server environment |
US10382446B2 (en) | 2015-05-28 | 2019-08-13 | Cameyo Inc. | Computerized system, method and computer program product, for managing a computer program's operations |
AU2016270937B2 (en) | 2015-06-02 | 2021-07-29 | Liveperson, Inc. | Dynamic communication routing based on consistency weighting and routing rules |
CN105183515B (en) * | 2015-09-02 | 2019-10-15 | 深圳一电航空技术有限公司 | The method and device of holder firmware upgrade |
US10003591B2 (en) | 2015-09-08 | 2018-06-19 | Plaid Technologies, Inc. | Secure permissioning of access to user accounts, including secure deauthorization of access to user accounts |
US10726491B1 (en) | 2015-12-28 | 2020-07-28 | Plaid Inc. | Parameter-based computer evaluation of user accounts based on user account data stored in one or more databases |
US10984468B1 (en) | 2016-01-06 | 2021-04-20 | Plaid Inc. | Systems and methods for estimating past and prospective attribute values associated with a user account |
US10278065B2 (en) | 2016-08-14 | 2019-04-30 | Liveperson, Inc. | Systems and methods for real-time remote control of mobile applications |
US10791103B2 (en) * | 2016-10-28 | 2020-09-29 | Vmware, Inc. | Adapting remote display protocols to remote applications |
US10606611B2 (en) * | 2017-06-02 | 2020-03-31 | Apple Inc. | Techniques for performing dynamic linking |
US10878421B2 (en) | 2017-07-22 | 2020-12-29 | Plaid Inc. | Data verified deposits |
US11468085B2 (en) | 2017-07-22 | 2022-10-11 | Plaid Inc. | Browser-based aggregation |
CN107885995A (en) * | 2017-10-09 | 2018-04-06 | 阿里巴巴集团控股有限公司 | The security sweep method, apparatus and electronic equipment of small routine |
US11316862B1 (en) | 2018-09-14 | 2022-04-26 | Plaid Inc. | Secure authorization of access to user accounts by one or more authorization mechanisms |
KR20200086856A (en) * | 2019-01-10 | 2020-07-20 | 최재호 | Apparatus and method of file sharing based on chat room |
US11887069B2 (en) | 2020-05-05 | 2024-01-30 | Plaid Inc. | Secure updating of allocations to user accounts |
US11327960B1 (en) | 2020-10-16 | 2022-05-10 | Plaid Inc. | Systems and methods for data parsing |
CN112667172B (en) * | 2021-01-19 | 2024-06-18 | 南方电网科学研究院有限责任公司 | Disk operation method, device, system, storage medium and computing equipment |
US12012110B1 (en) | 2023-10-20 | 2024-06-18 | Crawford Group, Inc. | Systems and methods for intelligently transforming data to generate improved output data using a probabilistic multi-application network |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5838910A (en) * | 1996-03-14 | 1998-11-17 | Domenikos; Steven D. | Systems and methods for executing application programs from a memory device linked to a server at an internet site |
Family Cites Families (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4825354A (en) * | 1985-11-12 | 1989-04-25 | American Telephone And Telegraph Company, At&T Bell Laboratories | Method of file access in a distributed processing computer network |
US4887204A (en) * | 1987-02-13 | 1989-12-12 | International Business Machines Corporation | System and method for accessing remote files in a distributed networking environment |
US4897782A (en) * | 1987-10-19 | 1990-01-30 | International Business Machines Corporation | Local cache structure for maintaining updated file characteristics in a file sharing system |
US5146568A (en) * | 1988-09-06 | 1992-09-08 | Digital Equipment Corporation | Remote bootstrapping a node over communication link by initially requesting remote storage access program which emulates local disk to load other programs |
EP0485462B1 (en) * | 1989-08-01 | 1998-09-09 | Silicon Graphics, Inc. | File alteration monitor for computer operating and file management systems |
DE68926345T2 (en) * | 1989-08-03 | 1996-11-07 | Ibm | DATA PROCESSING NETWORK |
US5423034A (en) * | 1992-06-10 | 1995-06-06 | Cohen-Levy; Leon | Network file management with user determined hierarchical file structures and means for intercepting application program open and save commands for inputting and displaying user inputted descriptions of the location and content of files |
US5694546A (en) * | 1994-05-31 | 1997-12-02 | Reisman; Richard R. | System for automatic unattended electronic information transport between a server and a client by a vendor provided transport software with a manifest list |
US5586304A (en) * | 1994-09-08 | 1996-12-17 | Compaq Computer Corporation | Automatic computer upgrading |
US5504892A (en) * | 1994-09-08 | 1996-04-02 | Taligent, Inc. | Extensible object-oriented file system |
US5623699A (en) * | 1994-12-06 | 1997-04-22 | Thunderwave, Inc. | Read only linear stream based cache system |
US5628005A (en) * | 1995-06-07 | 1997-05-06 | Microsoft Corporation | System and method for providing opportunistic file access in a network environment |
WO1997015018A1 (en) * | 1995-10-16 | 1997-04-24 | Bell Communications Research, Inc. | Method and system for providing uniform access to heterogeneous information |
-
1996
- 1996-03-14 US US08/616,746 patent/US5838910A/en not_active Expired - Lifetime
-
1997
- 1997-03-14 EP EP19970916019 patent/EP0901655A4/en not_active Ceased
- 1997-03-14 EP EP20100183759 patent/EP2506142A3/en not_active Ceased
- 1997-03-14 AU AU23297/97A patent/AU711280B2/en not_active Expired
- 1997-03-14 WO PCT/US1997/004194 patent/WO1997034225A1/en active Application Filing
- 1997-03-14 EP EP20100183763 patent/EP2511828A3/en not_active Ceased
- 1997-03-14 US US08/818,665 patent/US5838916A/en not_active Expired - Lifetime
- 1997-03-14 CA CA002248086A patent/CA2248086A1/en not_active Abandoned
- 1997-03-14 EP EP10183770.6A patent/EP2506143A3/en not_active Withdrawn
-
1998
- 1998-07-02 US US09/108,770 patent/US6065043A/en not_active Expired - Lifetime
- 1998-11-16 US US09/192,951 patent/US6240442B1/en not_active Expired - Lifetime
-
1999
- 1999-07-16 US US09/356,225 patent/US6115741A/en not_active Expired - Lifetime
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5838910A (en) * | 1996-03-14 | 1998-11-17 | Domenikos; Steven D. | Systems and methods for executing application programs from a memory device linked to a server at an internet site |
Cited By (105)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20070203914A1 (en) * | 1996-03-28 | 2007-08-30 | Dirienzo Andrew L | Attachment integrated claims systems and operating methods therefor |
US20080155456A1 (en) * | 1996-03-28 | 2008-06-26 | Integrated Claims Systems, Llc; | Attachment integrated claims systems and operating methods therefor |
US7409632B1 (en) | 1996-03-28 | 2008-08-05 | Integrated Claims Systems, Llc | Classifying, disabling and transmitting form fields in response to data entry |
US20070198596A1 (en) * | 1996-03-28 | 2007-08-23 | Dirienzo Andrew L | Attachment integrated claims systems and operating methods therefor |
US20020194035A1 (en) * | 1996-03-28 | 2002-12-19 | Dirienzo Andrew L. | Attachment integrated claims system and operating method therefor |
US20070203837A1 (en) * | 1996-03-28 | 2007-08-30 | Dirienzo Andrew L | Exchange and integration of mixed data formats |
US7178020B2 (en) | 1996-03-28 | 2007-02-13 | Integrated Claims Systems, Llc | Attachment integrated claims system and operating method therefor |
US8676609B2 (en) | 1996-03-28 | 2014-03-18 | Integrated Claims Systens, LLC | Attachment integrated claims systems and operating methods therefor |
US7694129B2 (en) | 1996-03-28 | 2010-04-06 | Integrated Claims Systems, Llc | Methods of processing digital data and images |
US20070011449A1 (en) * | 1996-03-28 | 2007-01-11 | Dirienzo Andrew L | Attachment integrated claims systems and operating methods therefor |
US20070260493A1 (en) * | 1996-03-28 | 2007-11-08 | Dirienzo Andrew L | Attachment integrated claims systems and operating methods therefor |
US10121201B2 (en) | 1996-03-28 | 2018-11-06 | Integrated Claims Systems, Llc | Attachment integrated claims systems and operating methods therefor |
US9619841B2 (en) | 1996-03-28 | 2017-04-11 | Integrated Claims Systems, Llc | Systems to assist in the creation, transmission, and processing of health insurance claims |
US8155979B2 (en) | 1996-03-28 | 2012-04-10 | Integrated Claim Systems, LLC | Attachment integrated claims systems and operating methods therefor |
US6338093B1 (en) * | 1996-03-28 | 2002-01-08 | Dirienzo Andrew L. | Attachment integrated claims system and operating method therefor |
US7346768B2 (en) | 1996-03-28 | 2008-03-18 | Integrated Claims Systems, Llc | Attachment integrated claims systems and operating methods therefor |
US7177914B1 (en) * | 1998-11-10 | 2007-02-13 | Mitsubishi Denki Kabushiki Kaisha | System of dynamic module configuration and a method thereof |
US6763370B1 (en) | 1998-11-16 | 2004-07-13 | Softricity, Inc. | Method and apparatus for content protection in a secure content delivery system |
US20060272023A1 (en) * | 1998-11-16 | 2006-11-30 | Yonah Schmeidler | Method and apparatus for secure content delivery over broadband access networks |
US6374402B1 (en) * | 1998-11-16 | 2002-04-16 | Into Networks, Inc. | Method and apparatus for installation abstraction in a secure content delivery system |
US20050021613A1 (en) * | 1998-11-16 | 2005-01-27 | Softricity, Inc. | Method and apparatus for content protection in a secure content delivery system |
US7707641B2 (en) | 1998-11-16 | 2010-04-27 | Softricity, Inc. | Method and apparatus for secure content delivery over broadband access networks |
US7690039B2 (en) | 1998-11-16 | 2010-03-30 | Softricity, Inc. | Method and apparatus for content protection in a secure content delivery system |
US6574578B1 (en) * | 1999-02-04 | 2003-06-03 | International Business Machines Corporation | Server system for coordinating utilization of an integrated test environment for component testing |
US6601018B1 (en) | 1999-02-04 | 2003-07-29 | International Business Machines Corporation | Automatic test framework system and method in software component testing |
US6510402B1 (en) * | 1999-02-04 | 2003-01-21 | International Business Machines Corporation | Component testing with a client system in an integrated test environment network |
US6487587B1 (en) * | 1999-03-01 | 2002-11-26 | Sun Microsystems, Inc. | Method and system for data processing by proxy |
US6804718B1 (en) * | 1999-03-18 | 2004-10-12 | Kent Ridge Digital Labs | Computing system and method for migrating a mobile computing environment |
US6629143B1 (en) * | 1999-03-18 | 2003-09-30 | Kent Ridge Digital Labs | Mobile computing system and method for a network |
US8612514B2 (en) | 1999-04-12 | 2013-12-17 | Microsoft Corporation | Serving software applications from servers to client computers |
US7730169B1 (en) | 1999-04-12 | 2010-06-01 | Softricity, Inc. | Business method and system for serving third party software applications |
US8099758B2 (en) | 1999-05-12 | 2012-01-17 | Microsoft Corporation | Policy based composite file system and method |
US8887229B1 (en) * | 1999-07-02 | 2014-11-11 | Jpmorgan Chase Bank, N.A. | System and method for single sign on process for websites with multiple applications and services |
US20040199574A1 (en) * | 1999-09-14 | 2004-10-07 | Franco Louis M. | System and method for delivering remotely stored applications and information |
US7502838B2 (en) | 1999-09-14 | 2009-03-10 | Droplets, Inc. | System and method for delivering remotely stored applications and information |
US9807200B2 (en) | 1999-09-14 | 2017-10-31 | Droplets, Inc. | System and method providing user interactivity across a network |
US20080189361A1 (en) * | 2000-03-17 | 2008-08-07 | Softricity, Inc. | Method for serviing third party software applications from servers to client computers |
US7797372B2 (en) | 2000-03-17 | 2010-09-14 | Softricity, Inc. | Serving software applications from servers for client computers |
US8145724B1 (en) | 2000-05-25 | 2012-03-27 | International Business Machines Corporation | Method of, system for, and computer program product for providing a data structure for configuring connections between a local workstation file system and a remote host file system |
US6658461B1 (en) * | 2000-05-25 | 2003-12-02 | International Business Machines Corporation | Method of, system for, and computer program product for providing a user interface for configuring connections between a local workstation file system and a remote host file system |
US20020029257A1 (en) * | 2000-09-07 | 2002-03-07 | Naoki Watanabe | Method of aiding portal site making and method of providing services |
US6691113B1 (en) * | 2000-09-28 | 2004-02-10 | Curl Corporation | Persistent data storage for client computer software programs |
US7752637B2 (en) * | 2001-05-30 | 2010-07-06 | Bea Systems, Inc. | System and method for software component plug-in framework |
US20050251809A1 (en) * | 2001-05-30 | 2005-11-10 | Bea Systems, Inc. | System and method for software component plug-in framework |
US20030083028A1 (en) * | 2001-11-01 | 2003-05-01 | Williamson Charles G. | Remote programming of radio preset stations over a network |
US20030080113A1 (en) * | 2001-11-01 | 2003-05-01 | Williamson Charles G. | Intelligent oven appliance |
US20030083758A1 (en) * | 2001-11-01 | 2003-05-01 | Williamson Charles G. | Remote updating of intelligent household appliances |
US8131817B2 (en) | 2002-03-14 | 2012-03-06 | Citrix Systems, Inc. | Method and system for generating a graphical display for a remote terminal session |
WO2003079212A1 (en) * | 2002-03-14 | 2003-09-25 | Citrix Systems, Inc. | Methods and apparatus for generating graphical and media displays at a client |
US20050198189A1 (en) * | 2002-03-14 | 2005-09-08 | Citrix Systems, Inc. | Methods and apparatus for generating graphical and media displays at a client |
US8671213B2 (en) | 2002-03-14 | 2014-03-11 | Citrix Systems, Inc. | Methods and apparatus for generating graphical and media displays at a client |
US20080201405A1 (en) * | 2002-03-14 | 2008-08-21 | Citrix Systems, Inc. | Method and System for Generating a Graphical Display for a Remote Terminal Session |
US7376695B2 (en) | 2002-03-14 | 2008-05-20 | Citrix Systems, Inc. | Method and system for generating a graphical display for a remote terminal session |
US9325759B2 (en) | 2002-03-14 | 2016-04-26 | Citrix Systems, Inc. | Methods and apparatus for generating graphical and media displays at a client |
US8131816B2 (en) | 2002-03-14 | 2012-03-06 | Citrix Systems, Inc. | Methods and apparatus for generating graphical and media displays at a client |
US7191217B2 (en) * | 2002-04-10 | 2007-03-13 | Nippon Telegraph And Telephone Corporation | Distributed server-based collaborative computing |
US20030195932A1 (en) * | 2002-04-10 | 2003-10-16 | Nippon Telegraph And Telephone Corporation | Server-based computing collaboration allowing multiple clients to share application in server and collaborate on the application |
US10839141B2 (en) | 2002-09-10 | 2020-11-17 | Sqgo Innovations, Llc | System and method for provisioning a mobile software application to a mobile device |
US10831987B2 (en) | 2002-09-10 | 2020-11-10 | Sqgo Innovations, Llc | Computer program product provisioned to non-transitory computer storage of a wireless mobile device |
US10810359B2 (en) | 2002-09-10 | 2020-10-20 | Sqgo Innovations, Llc | System and method for provisioning a mobile software application to a mobile device |
US10372796B2 (en) | 2002-09-10 | 2019-08-06 | Sqgo Innovations, Llc | Methods and systems for the provisioning and execution of a mobile software application |
US10552520B2 (en) | 2002-09-10 | 2020-02-04 | Sqgo Innovations, Llc | System and method for provisioning a mobile software application to a mobile device |
US20050050159A1 (en) * | 2003-09-03 | 2005-03-03 | Zeev Suraski | Remote debugging of web applications |
US7707618B1 (en) * | 2004-05-28 | 2010-04-27 | Netapp, Inc. | System and method for implementing access controls using file protocol rule sets |
US20060075381A1 (en) * | 2004-09-30 | 2006-04-06 | Citrix Systems, Inc. | Method and apparatus for isolating execution of software applications |
US8302101B2 (en) | 2004-09-30 | 2012-10-30 | Citrix Systems, Inc. | Methods and systems for accessing, by application programs, resources provided by an operating system |
US7853947B2 (en) | 2004-09-30 | 2010-12-14 | Citrix Systems, Inc. | System for virtualizing access to named system objects using rule action associated with request |
US20060070029A1 (en) * | 2004-09-30 | 2006-03-30 | Citrix Systems, Inc. | Method and apparatus for providing file-type associations to multiple applications |
US8042120B2 (en) | 2004-09-30 | 2011-10-18 | Citrix Systems, Inc. | Method and apparatus for moving processes between isolation environments |
US8352964B2 (en) | 2004-09-30 | 2013-01-08 | Citrix Systems, Inc. | Method and apparatus for moving processes between isolation environments |
US20060070030A1 (en) * | 2004-09-30 | 2006-03-30 | Laborczfalvi Lee G | Method and apparatus for providing an aggregate view of enumerated system resources from various isolation layers |
US20070067255A1 (en) * | 2004-09-30 | 2007-03-22 | Bissett Nicholas A | Method and system for accessing resources |
US7752600B2 (en) | 2004-09-30 | 2010-07-06 | Citrix Systems, Inc. | Method and apparatus for providing file-type associations to multiple applications |
US8117559B2 (en) | 2004-09-30 | 2012-02-14 | Citrix Systems, Inc. | Method and apparatus for virtualizing window information |
US7680758B2 (en) | 2004-09-30 | 2010-03-16 | Citrix Systems, Inc. | Method and apparatus for isolating execution of software applications |
US8171479B2 (en) | 2004-09-30 | 2012-05-01 | Citrix Systems, Inc. | Method and apparatus for providing an aggregate view of enumerated system resources from various isolation layers |
US7676813B2 (en) | 2004-09-30 | 2010-03-09 | Citrix Systems, Inc. | Method and system for accessing resources |
US8132176B2 (en) | 2004-09-30 | 2012-03-06 | Citrix Systems, Inc. | Method for accessing, by application programs, resources residing inside an application isolation scope |
US20060074989A1 (en) * | 2004-09-30 | 2006-04-06 | Laborczfalvi Lee G | Method and apparatus for virtualizing object names |
US20060090171A1 (en) * | 2004-09-30 | 2006-04-27 | Citrix Systems, Inc. | Method and apparatus for virtualizing window information |
US8095940B2 (en) | 2005-09-19 | 2012-01-10 | Citrix Systems, Inc. | Method and system for locating and accessing resources |
US20070073835A1 (en) * | 2005-09-28 | 2007-03-29 | Husa Knut E | Method and system of invoking midlets from a web browser on a local device |
US8271611B2 (en) * | 2005-09-28 | 2012-09-18 | Telefonaktiebolaget L M Ericsson (Publ) | Method and system of invoking MIDlets from a web browser on a local device |
US8131825B2 (en) | 2005-10-07 | 2012-03-06 | Citrix Systems, Inc. | Method and a system for responding locally to requests for file metadata associated with files stored remotely |
US20070083620A1 (en) * | 2005-10-07 | 2007-04-12 | Pedersen Bradley J | Methods for selecting between a predetermined number of execution methods for an application program |
US20070083501A1 (en) * | 2005-10-07 | 2007-04-12 | Pedersen Bradley J | Method and system for accessing a remote file in a directory structure associated with an application program executing locally |
US7779034B2 (en) | 2005-10-07 | 2010-08-17 | Citrix Systems, Inc. | Method and system for accessing a remote file in a directory structure associated with an application program executing locally |
US20070234328A1 (en) * | 2006-03-01 | 2007-10-04 | Microsoft Corporation | File handling for test environments |
US20080133714A1 (en) * | 2006-05-25 | 2008-06-05 | Saveas Service Provider And Consulting Plc. | Eagleeyeos zone: method of control of separation technology of file sharing for network computers |
US20080281906A1 (en) * | 2007-05-10 | 2008-11-13 | Takeshi Ogasawara | Server device operating in response to received request |
US8078674B2 (en) * | 2007-05-10 | 2011-12-13 | International Business Machines Corporation | Server device operating in response to received request |
US9021494B2 (en) | 2007-10-20 | 2015-04-28 | Citrix Systems, Inc. | Method and system for communicating between isolation environments |
US8171483B2 (en) | 2007-10-20 | 2012-05-01 | Citrix Systems, Inc. | Method and system for communicating between isolation environments |
US9009721B2 (en) | 2007-10-20 | 2015-04-14 | Citrix Systems, Inc. | Method and system for communicating between isolation environments |
US9009720B2 (en) | 2007-10-20 | 2015-04-14 | Citrix Systems, Inc. | Method and system for communicating between isolation environments |
US20090172160A1 (en) * | 2008-01-02 | 2009-07-02 | Sepago Gmbh | Loading of server-stored user profile data |
US20090187917A1 (en) * | 2008-01-17 | 2009-07-23 | International Business Machines Corporation | Transfer of data from transactional data sources to partitioned databases in restartable environments |
US8521682B2 (en) | 2008-01-17 | 2013-08-27 | International Business Machines Corporation | Transfer of data from transactional data sources to partitioned databases in restartable environments |
US8156084B2 (en) * | 2008-01-17 | 2012-04-10 | International Business Machines Corporation | Transfer of data from positional data sources to partitioned databases in restartable environments |
US20090187787A1 (en) * | 2008-01-17 | 2009-07-23 | International Business Machines Corporation | Transfer of data from positional data sources to partitioned databases in restartable environments |
US20090187608A1 (en) * | 2008-01-17 | 2009-07-23 | International Business Machines Corporation | Handling transfer of bad data to database partitions in restartable environments |
US7933873B2 (en) | 2008-01-17 | 2011-04-26 | International Business Machines Corporation | Handling transfer of bad data to database partitions in restartable environments |
US8326943B2 (en) | 2009-05-02 | 2012-12-04 | Citrix Systems, Inc. | Methods and systems for launching applications into existing isolation environments |
US8090797B2 (en) | 2009-05-02 | 2012-01-03 | Citrix Systems, Inc. | Methods and systems for launching applications into existing isolation environments |
WO2013151894A1 (en) * | 2012-04-01 | 2013-10-10 | Punch Media Inc. | Method, system, and device for generating, distributing, and maintaining mobile applications |
Also Published As
Publication number | Publication date |
---|---|
AU2329797A (en) | 1997-10-01 |
EP2506143A3 (en) | 2014-01-01 |
AU711280B2 (en) | 1999-10-07 |
US5838910A (en) | 1998-11-17 |
US6115741A (en) | 2000-09-05 |
EP2506143A2 (en) | 2012-10-03 |
EP0901655A4 (en) | 2012-07-04 |
WO1997034225A1 (en) | 1997-09-18 |
US5838916A (en) | 1998-11-17 |
EP0901655A1 (en) | 1999-03-17 |
EP2506142A3 (en) | 2012-11-07 |
US6065043A (en) | 2000-05-16 |
EP2511828A2 (en) | 2012-10-17 |
EP2506142A2 (en) | 2012-10-03 |
EP2511828A3 (en) | 2012-11-07 |
CA2248086A1 (en) | 1997-09-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6240442B1 (en) | Systems and methods for executing application programs from a memory device linked to server at an internet site | |
US6347398B1 (en) | Automatic software downloading from a computer network | |
US5943496A (en) | Methods for developing and instantiating object classes using a java virtual machine extension | |
US9654548B2 (en) | Intelligent network streaming and execution system for conventionally coded applications | |
Hagimont et al. | A performance evaluation of the mobile agent paradigm | |
JP3405666B2 (en) | Method and computer workstation for running applet over non-IP network | |
US6959320B2 (en) | Client-side performance optimization system for streamed applications | |
US6820267B2 (en) | Method and system for remote automation of object oriented applications | |
US20050044541A1 (en) | Automatic software downloading from a computer network | |
US8831995B2 (en) | Optimized server for streamed applications | |
US6161104A (en) | Methods and apparatus for high-speed access to and sharing of storage devices on a networked digital data processing system | |
US20030177107A1 (en) | Apparatus and method of exporting file systems without first mounting the file systems | |
US7203769B2 (en) | Bootstrapping technique for distributed object client systems | |
US6611915B1 (en) | Selective loading of client operating system in a computer network | |
US20030009538A1 (en) | Network caching system for streamed applications | |
US20030135509A1 (en) | Edge server java application framework having application server instance resource monitoring and management | |
US20050251516A1 (en) | Methods and apparatus for high-speed access to and sharing of storage devices on a networked digital data processing system | |
JP2001502821A (en) | System and method for executing an application program stored in a memory device coupled to a server | |
CA2545047A1 (en) | Software service application and method of servicing a software application | |
Bakker et al. | Design and implementation of the Globe middleware | |
Nusbaum et al. | WebSphere Application Servers: Standard and Advanced Editions | |
Almedia | Framework for implementing file systems in Windows NT | |
Raje | Behavior-based confinement of untrusted applications | |
Laboratory | A Performance Evaluation of the Mobile Agent Paradigm |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
AS | Assignment |
Owner name: NORTEL NETWORKS APPLICATIONS MANAGEMENT SOLUTIONS, Free format text: MERGER AND CHANGE OF NAME;ASSIGNOR:EPICON INC.;REEL/FRAME:013117/0109 Effective date: 20000905 |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
FEPP | Fee payment procedure |
Free format text: PAT HOLDER NO LONGER CLAIMS SMALL ENTITY STATUS, ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: STOL); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
REFU | Refund |
Free format text: REFUND - SURCHARGE, PETITION TO ACCEPT PYMT AFTER EXP, UNINTENTIONAL (ORIGINAL EVENT CODE: R2551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
AS | Assignment |
Owner name: ROCKSTAR BIDCO, LP, NEW YORK Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:NN APPLICATIONS MANAGEMENT SOLUTIONS, INC.;REEL/FRAME:027140/0599 Effective date: 20110729 |
|
FPAY | Fee payment |
Year of fee payment: 12 |
|
AS | Assignment |
Owner name: ROCKSTAR CONSORTIUM US LP, TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:ROCKSTAR BIDCO, LP;REEL/FRAME:032422/0919 Effective date: 20120509 |
|
AS | Assignment |
Owner name: RPX CLEARINGHOUSE LLC, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:ROCKSTAR CONSORTIUM US LP;ROCKSTAR CONSORTIUM LLC;BOCKSTAR TECHNOLOGIES LLC;AND OTHERS;REEL/FRAME:034924/0779 Effective date: 20150128 |
|
AS | Assignment |
Owner name: JPMORGAN CHASE BANK, N.A., AS COLLATERAL AGENT, IL Free format text: SECURITY AGREEMENT;ASSIGNORS:RPX CORPORATION;RPX CLEARINGHOUSE LLC;REEL/FRAME:038041/0001 Effective date: 20160226 |
|
AS | Assignment |
Owner name: RPX CLEARINGHOUSE LLC, CALIFORNIA Free format text: RELEASE (REEL 038041 / FRAME 0001);ASSIGNOR:JPMORGAN CHASE BANK, N.A.;REEL/FRAME:044970/0030 Effective date: 20171222 Owner name: RPX CORPORATION, CALIFORNIA Free format text: RELEASE (REEL 038041 / FRAME 0001);ASSIGNOR:JPMORGAN CHASE BANK, N.A.;REEL/FRAME:044970/0030 Effective date: 20171222 |