会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 6. 发明授权
    • Method and apparatus for efficient SQL processing in an n-tier architecture
    • 用于在n层体系结构中进行有效的SQL处理的方法和装置
    • US07580971B1
    • 2009-08-25
    • US09953490
    • 2001-09-10
    • Sreenivas GollapudiDebashis SahaAnindo RoyLakshminarayanan ChidambaranDebashish Chatterjee
    • Sreenivas GollapudiDebashis SahaAnindo RoyLakshminarayanan ChidambaranDebashish Chatterjee
    • G06F15/16
    • G06F17/30474G06F17/3048H04L67/1097
    • A method and apparatus for efficiently processing data requests in a network oriented n-tier database environment is presented. According to one embodiment of the invention, certain or all data from the tables of a database server device can be maintained in tables on the client device in a client side database cache server system. This local cache allows the network oriented n-tier database system to eliminate the expense of repetitive network transmissions to respond to duplicate queries for the same information. Additionally, the local client device may also keep track of what data is cached on peer network nodes. This allows the client to request that data from a peer database cache server and off load that burden from the database server device. Moreover, the local client may also keep statistics regarding the frequency of requested data in order to optimize the data set maintained in the local database cache server.
    • 提出了一种在面向网络的n层数据库环境中有效处理数据请求的方法和装置。 根据本发明的一个实施例,来自数据库服务器设备的表的某些或所有数据可以在客户机侧数据库高速缓存服务器系统中的客户端设备的表中维护。 该本地缓存允许面向网络的n层数据库系统消除重复网络传输的费用,以响应相同信息的重复查询。 此外,本地客户端设备还可以跟踪在对等网络节点上高速缓存哪些数据。 这允许客户端从对等数据库缓存服务器请求数据,并从数据库服务器设备卸载负担。 此外,本地客户端还可以保持关于所请求数据的频率的统计信息,以便优化本地数据库缓存服务器中维护的数据集。
    • 9. 发明授权
    • Authenticating sessions in queryable caches
    • 在可查询的缓存中验证会话
    • US08161536B1
    • 2012-04-17
    • US09881537
    • 2001-06-14
    • Mahesh SubramaniamDebashish ChatterjeeDebashis SahaLakshminarayanan Chidambaran
    • Mahesh SubramaniamDebashish ChatterjeeDebashis SahaLakshminarayanan Chidambaran
    • H04L29/06
    • H04L67/2814H04L63/083H04L63/0884
    • Techniques for authenticating users when an operation requested by a user in one of the systems of a distributed system is redirected to another system of the distributed system. The user is authenticated in the usual way to the one system but is authenticated to the other system for the redirected operation by an authentication proxy in the first system. The fact that the authentication proxy is providing a redirected operation means that the user who requested the operation has been authenticated to the one system. The other system is thus able to authenticate the user for the redirected operation with different authentication information than would otherwise be required. An example of how the techniques are used is a distributed database system where one of the database systems in the distributed system is a cache for another of the database systems.
    • 当用户在分布式系统的一个系统中请求的操作被重定向到分布式系统的另一个系统时,用于认证用户的技术。 用户以通常的方式对一个系统进行认证,但是通过第一系统中的认证代理对另一个系统进行重定向操作的认证。 认证代理提供重定向操作的事实意味着请求操作的用户已被认证到一个系统。 因此,另一个系统能够以与否则需要的不同的认证信息来认证重定向操作的用户。 如何使用这些技术的一个例子是分布式数据库系统,其中分布式系统中的一个数据库系统是另一个数据库系统的高速缓存。
    • 10. 发明授权
    • Method and apparatus for configuring extensible application programming interfaces
    • 用于配置可扩展应用程序编程接口的方法和装置
    • US06721809B1
    • 2004-04-13
    • US09643318
    • 2000-08-21
    • Anindo RoyM. Shoaib LariSreenivas GollupudiDebashis SahaLakshminarayanan ChidambaranDebashish Chatterjee
    • Anindo RoyM. Shoaib LariSreenivas GollupudiDebashis SahaLakshminarayanan ChidambaranDebashish Chatterjee
    • G06F900
    • G06F9/44521
    • One embodiment of the present invention provides a system that modifies a function defined within an application programming interface (API) so that the function includes additional code. The system receives an additional code module to be integrated into the function within the API. The system also receives a command to integrate the additional code module into the function. This command is received through a pre-defined function within the API for integrating additional code into functions within the API. In response to the command, the system links the additional code into the function so that the additional code module is executed when the function is called. In one embodiment of the present invention, linking the additional code module into the function involves linking the additional code module as an entry function that is executed at the beginning of the function. In one embodiment of the present invention, linking the additional code module into the function involves linking the additional code module as an exit function that is executed at the end of the function. In one embodiment of the present invention, linking the additional code module into the function involves linking the additional code module as a replacement for original code for the function.
    • 本发明的一个实施例提供一种修改在应用编程接口(API)内定义的功能的系统,使得该功能包括附加代码。 系统接收一个附加的代码模块,以集成到API内的函数中。 该系统还接收一个将附加代码模块集成到该功能中的命令。 该命令通过API中的预定义函数接收,用于将附加代码集成到API中的函数中。 响应命令,系统将附加代码链接到函数中,以便在调用函数时执行附加代码模块。 在本发明的一个实施例中,将附加代码模块链接到功能中涉及将附加代码模块链接为在功能开始时执行的输入函数。 在本发明的一个实施例中,将附加代码模块链接到功能中涉及将附加代码模块链接为在功能结束时执行的退出函数。 在本发明的一个实施例中,将附加代码模块链接到功能中涉及链接附加代码模块作为功能的原始代码的替换。