会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 1. 发明授权
    • Relaying messages through a firewall
    • 通过防火墙中继消息
    • US07627681B2
    • 2009-12-01
    • US11185347
    • 2005-07-20
    • Saurab NogAlfred McClung Lee, IVCesar M. Ruiz-MerazUmesh Madan
    • Saurab NogAlfred McClung Lee, IVCesar M. Ruiz-MerazUmesh Madan
    • G06F15/16
    • H04L63/02H04L63/166H04L69/24
    • The present invention extends to methods, systems, and computer program products for relaying messages through firewalls. A message relay negotiates first communication parameters with relay components inside a firewall and (potentially different) second communication parameters with applications outside the firewall. The message relay receives a message from an outside application in accordance with the second negotiated parameters and maps an electronic address in the received message to an inside application. The message relay transforms the message and sends the transformed message over an established connection through the firewall to a relay component in accordance with the first negotiated parameters. The relay component receives the transformed message and transforms the transformed message back into the message. The relay component delivers the message to the inside application in accordance with the second negotiated parameters.
    • 本发明扩展到用于通过防火墙中继消息的方法,系统和计算机程序产品。 消息中继与防火墙之外的中继组件协商第一个通信参数,并与防火墙外部的应用程序(潜在不同的)第二通信参数协商。 消息中继器根据第二协商参数从外部应用接收消息,并将接收到的消息中的电子地址映射到内部应用。 消息中继转换消息,并根据第一协商参数通过防火墙通过建立的连接将转换的消息发送到中继组件。 中继组件接收变换的消息,并将变换的消息转换回消息。 中继组件根据第二协商参数将消息传递到内部应用。
    • 3. 发明申请
    • Relaying messages through a firewall
    • 通过防火墙中继消息
    • US20070022164A1
    • 2007-01-25
    • US11185347
    • 2005-07-20
    • Saurab NogAlfred LeeCesar Ruiz-MerazUmesh Madan
    • Saurab NogAlfred LeeCesar Ruiz-MerazUmesh Madan
    • G06F15/16
    • H04L63/02H04L63/166H04L69/24
    • The present invention extends to methods, systems, and computer program products for relaying messages through firewalls. A message relay negotiates first communication parameters with relay components inside a firewall and (potentially different) second communication parameters with applications outside the firewall. The message relay receives a message from an outside application in accordance with the second negotiated parameters and maps an electronic address in the received message to an inside application. The message relay transforms the message and sends the transformed message over an established connection through the firewall to a relay component in accordance with the first negotiated parameters. The relay component receives the transformed message and transforms the transformed message back into the message. The relay component delivers the message to the inside application in accordance with the second negotiated parameters.
    • 本发明扩展到用于通过防火墙中继消息的方法,系统和计算机程序产品。 消息中继与防火墙之外的中继组件协商第一个通信参数,并与防火墙外部的应用程序(潜在不同的)第二通信参数协商。 消息中继器根据第二协商参数从外部应用接收消息,并将接收到的消息中的电子地址映射到内部应用。 消息中继转换消息,并根据第一协商参数通过防火墙通过建立的连接将转换的消息发送到中继组件。 中继组件接收变换的消息,并将变换的消息转换回消息。 中继组件根据第二协商参数将消息传递到内部应用。
    • 6. 发明授权
    • Evaluating queries against in-memory objects without serialization
    • 评估针对内存中对象的查询而不进行序列化
    • US07287035B2
    • 2007-10-23
    • US10783599
    • 2004-02-20
    • Umesh MadanGeary L. EppleyDavid Wortendyke
    • Umesh MadanGeary L. EppleyDavid Wortendyke
    • G06F7/00G06Q99/00
    • G06F17/3066Y10S707/955Y10S707/99942
    • At least one implementation described herein relates to evaluating queries structured according to a first format against one or more objects structured according to a second, different format without serializing the object. Typically, evaluating an XML (eXtensible Markup Language) query against a CLR (Common Language Runtime) object required serializing the CLR object and deriving an XML construct from the serialized data. The query is then be evaluated against the XML construct. In the described implementations, significant system resources are realized by creating an infoset model that maps properties of an object to an object infoset. The query is then evaluated using the infoset to locate object values and, thus, no serialization is required. Dynamically generated IL is used and re-used to efficiently perform subsequent evaluation steps on similar queries.
    • 本文所描述的至少一个实现涉及针对根据第二不同格式而构造的一个或多个对象,根据第一格式来结构化查询而不串行化该对象。 通常,针对CLR(公共语言运行时)对象评估XML(可扩展标记语言)查询需要序列化CLR对象并从序列化数据中导出XML构造。 然后根据XML构造来评估查询。 在所描述的实现中,通过创建将对象的属性映射到对象信息集的信息集模型来实现重要的系统资源。 然后使用信息集来评估查询以定位对象值,因此不需要序列化。 动态生成的IL被使用并重新用于有效执行类似查询的后续评估步骤。
    • 10. 发明授权
    • Evaluating queries against in-memory objects without serialization
    • 评估针对内存中对象的查询而不进行序列化
    • US07792852B2
    • 2010-09-07
    • US11876515
    • 2007-10-22
    • Umesh MadanGeary L. EppleyDavid Wortendyke
    • Umesh MadanGeary L. EppleyDavid Wortendyke
    • G06F7/00G06F17/30
    • G06F17/3066Y10S707/955Y10S707/99942
    • At least one implementation described herein relates to evaluating queries structured according to a first format against one or more objects structured according to a second, different format without serializing the object. Typically, evaluating an XML (eXtensible Markup Language) query against a CLR (Common Language Runtime) object required serializing the CLR object and deriving an XML construct from the serialized data. The query is then be evaluated against the XML construct. In the described implementations, significant system resources are realized by creating an infoset model that maps properties of an object to an object infoset. The query is then evaluated using the infoset to locate object values and, thus, no serialization is required. Dynamically generated IL is used and re-used to efficiently perform subsequent evaluation steps on similar queries.
    • 本文所描述的至少一个实现涉及针对根据第二不同格式而构造的一个或多个对象,根据第一格式来结构化查询而不串行化该对象。 通常,针对CLR(Common Language Runtime)对象评估XML(可扩展标记语言)查询需要序列化CLR对象并从序列化数据中导出XML构造。 然后根据XML构造来评估查询。 在所描述的实现中,通过创建将对象的属性映射到对象信息集的信息集模型来实现重要的系统资源。 然后使用信息集来评估查询以定位对象值,因此不需要序列化。 动态生成的IL被使用并重新用于有效执行类似查询的后续评估步骤。