会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 1. 发明申请
    • SYSTEM AND METHOD FOR MANAGING AN OBJECT CACHE
    • 用于管理对象缓存的系统和方法
    • US20140068188A1
    • 2014-03-06
    • US14071998
    • 2013-11-05
    • Recursion Software, Inc.
    • Deren George EbdonRobert W. Peterson
    • G06F12/08
    • G06F12/0875G06F9/3824G06F12/0877G06F12/0891G06F12/0893G06F2212/1016G06F2212/452G06F2212/465
    • In order to optimize efficiency of deserialization, a serialization cache is maintained at an object server. The serialization cache is maintained in conjunction with an object cache and stores serialized forms of objects cached within the object cache. When an inbound request is received, a serialized object received in the request is compared to the serialization cache. If the serialized byte stream is present in the serialization cache, then the equivalent object is retrieved from the object cache, thereby avoiding deserialization of the received serialized object. If the serialized byte stream is not present in the serialization cache, then the serialized byte stream is deserialized, the deserialized object is cached in the object cache, and the serialized object is cached in the serialization cache.
    • 为了优化反序列化的效率,在对象服务器上维护序列化缓存。 序列化缓存与对象缓存结合使用,并存储缓存在对象缓存中的对象化的对象形式。 当接收到入站请求时,将请求中接收的序列化对象与序列化缓存进行比较。 如果序列化缓存中存在序列化字节流,则从对象缓存中检索等效对象,从而避免接收的序列化对象的反序列化。 如果序列化缓存中不存在序列化字节流,则序列化字节流被反序列化,反序列化对象被缓存在对象缓存中,并且序列化对象被缓存在序列化缓存中。
    • 2. 发明申请
    • SYSTEM AND METHOD FOR MANAGING AN OBJECT CACHE
    • 用于管理对象缓存的系统和方法
    • US20130117405A1
    • 2013-05-09
    • US13289746
    • 2011-11-04
    • Deren George EbdonRobert W. Peterson
    • Deren George EbdonRobert W. Peterson
    • G06F15/167
    • G06F9/548
    • In order to optimize efficiency of serialization, a serialization cache is maintained at an object server. The serialization cache is maintained in conjunction with an object cache and stores serialized forms of objects cached within the object cache. When an object is to be sent from the server to the client, a serialization module determines if a serialized form of the object is stored in the serialization cache. If the object is already serialized within the serialization cache, the serialized form is retrieved and provided to the client. Otherwise, the object is serialized, the object is cached in the object cache and the serialized form of the object is cached in the serialization cache.
    • 为了优化序列化的效率,在对象服务器上维护序列化缓存。 序列化缓存与对象缓存结合使用,并存储缓存在对象缓存中的对象化的对象形式。 当一个对象从服务器发送到客户端时,序列化模块确定对象的序列化形式是否存储在序列化缓存中。 如果对象已经在序列化缓存中已经序列化,则会检索序列化表单并将其提供给客户端。 否则,对象被序列化,对象被缓存在对象缓存中,并且对象的序列化形式被缓存在序列化缓存中。
    • 5. 发明授权
    • System and method for managing an object cache
    • 用于管理对象缓存的系统和方法
    • US08266384B1
    • 2012-09-11
    • US13289772
    • 2011-11-04
    • Deren George EbdonRobert W. Peterson
    • Deren George EbdonRobert W. Peterson
    • G06F12/08G06F13/00
    • G06F12/0875G06F9/3824G06F12/0877G06F12/0891G06F12/0893G06F2212/1016G06F2212/452G06F2212/465
    • In order to optimize efficiency of deserialization, a serialization cache is maintained at an object server. The serialization cache is maintained in conjunction with an object cache and stores serialized forms of objects cached within the object cache. When an inbound request is received, a serialized object received in the request is compared to the serialization cache. If the serialized byte stream is present in the serialization cache, then the equivalent object is retrieved from the object cache, thereby avoiding deserialization of the received serialized object. If the serialized byte stream is not present in the serialization cache, then the serialized byte stream is deserialized, the deserialized object is cached in the object cache, and the serialized object is cached in the serialization cache.
    • 为了优化反序列化的效率,在对象服务器上维护序列化缓存。 序列化缓存与对象缓存结合使用,并存储缓存在对象缓存中的对象化的对象形式。 当接收到入站请求时,将请求中接收的序列化对象与序列化缓存进行比较。 如果序列化缓存中存在序列化字节流,则从对象缓存中检索等效对象,从而避免接收的序列化对象的反序列化。 如果序列化缓存中不存在序列化字节流,则序列化字节流被反序列化,反序列化对象被缓存在对象缓存中,并且序列化对象被缓存在序列化缓存中。
    • 8. 发明授权
    • System and method for remote enabling classes without interfaces
    • 无接口的远程启用类的系统和方法
    • US06993774B1
    • 2006-01-31
    • US09451507
    • 1999-11-30
    • Graham W. Glass
    • Graham W. Glass
    • G06F9/46
    • G06F9/465
    • An interface generator (250) for remote enabling class files (252) without an associated interface is provided that includes a class reader (256), a reflection module (258), and an interface generation module (262). The class reader (256) receives a class file (252) from an input list. The reflection module (258) determines a name of the class file, public methods of the class file, and a signature of each of the public methods of the class file. The interface generation module (262) generates an interface (254) for the class file (252) using the name of the class file, the public methods of the class file, and the signature for each of the public methods of the class file determined by the reflection module (258).
    • 提供了一种用于远程启用类文件(252)而不包括关联接口的接口生成器(250),其包括类读取器(256),反射模块(258)和接口生成模块(262)。 类读取器(256)从输入列表接收类文件(252)。 反射模块(258)确定类文件的名称,类文件的公共方法以及类文件的每个公共方法的签名。 接口生成模块(262)使用类文件的名称,类文件的公共方法和所确定的类文件的每个公共方法的签名生成用于类文件(252)的接口(254) 通过反射模块(258)。
    • 9. 发明申请
    • SYSTEM AND METHOD FOR TRANSFER OF AN APPLICATION STATE BETWEEN DEVICES
    • 用于传送设备之间的应用状态的系统和方法
    • US20130046893A1
    • 2013-02-21
    • US13212057
    • 2011-08-17
    • Robert R. HauserRobert DeAnnaPaul Lipari
    • Robert R. HauserRobert DeAnnaPaul Lipari
    • G06F15/173
    • G06F9/4856
    • To enable continuous execution of an application, a system and method for transferring an application state is provided. A gesture corresponding to a transfer act is detected by a gesture detection module in a first device executing the application. The first device communicates with a registration and relay server to determine eligible transfer recipients based on criteria such as location and/or devices that are currently executing the application. A transfer recipient is selected and platform independent application state Data Transfer Objects are generated that describe the state of execution on the first device. The application state DTOs are transferred via the server to the recipient device which enacts the application state DTOs to continue the execution of the application on the recipient device. Because the application state DTOs are platform independent, the application state can be transferred to almost any device that is able to execute the application.
    • 为了实现应用的连续执行,提供了用于传送应用状态的系统和方法。 由执行应用的第一设备中的手势检测模块检测与传送动作对应的手势。 第一设备与注册和中继服务器进行通信,以基于诸​​如当前正在执行应用的位置和/或设备的标准来确定合格的转移接收者。 选择转接收件人,并生成平台独立的应用程序状态数据传输对象,描述第一个设备上的执行状态。 应用程序状态DTO通过服务器传送到接收方设备,该接收方设备执行应用程序状态DTO,以在接收方设备上继续执行应用程序。 由于应用程序状态DTO是独立于平台的,所以应用程序状态可以传输到几乎能够执行应用程序的任何设备。