METHOD AND SYSTEM FOR RESOURCE-BASED SYNCHRONIZATION BETWEEN ENDPOINTS IN A WEB-BASED REAL TIME COLLABORATION
    1.
    发明申请
    METHOD AND SYSTEM FOR RESOURCE-BASED SYNCHRONIZATION BETWEEN ENDPOINTS IN A WEB-BASED REAL TIME COLLABORATION 有权
    基于网络的实时协作中基于资源的同步化方法与系统

    公开(公告)号:US20080155104A1

    公开(公告)日:2008-06-26

    申请号:US11616175

    申请日:2006-12-26

    IPC分类号: G06F15/16

    CPC分类号: H04L12/1827 H04L67/02

    摘要: A system for providing resource-based synchronization between clients in a Web-based real-time collaboration, in which a session front end on the server layers a transaction history on top of all session resources. HTTP operations are issued by client systems to request changes to session resources and to request session updates. The HTTP resource change requests include hierarchical pointers containing session identifiers and resource identifiers within a URL. The client generated resource change request operations may be HTTP PUT, HTTP DELETE, and HTTP POST commands. The HTTP session update request operations may be HTTP GET commands. A session front end stores each received resource change request operation in a resource-specific transaction history of change request operations received from all client systems. The session front end maintains a current session state indicating the number of resource change request operations stored for each session resource. A last session state for each client system indicates the number of change request operations that client system has previously received for each session resource. For a session update, the session front end compares the last client session state for the requesting client with the current session state and determines the change request operations that need to be forwarded to the requesting client system to bring it up to date. The session front end removes negating change request operations from the change request operations forwarded to the requesting client system.

    摘要翻译: 一种用于在基于Web的实时协作中在客户端之间提供基于资源的同步的系统,其中服务器上的会话前端在所有会话资源之上分层交易历史。 HTTP操作由客户端系统发出,以请求更改会话资源并请求会话更新。 HTTP资源更改请求包括在URL中包含会话标识符和资源标识符的分层指针。 客户端生成的资源更改请求操作可以是HTTP PUT,HTTP DELETE和HTTP POST命令。 HTTP会话更新请求操作可以是HTTP GET命令。 会话前端将每个接收的资源改变请求操作存储在从所有客户端系统接收的改变请求操作的资源特定事务历史中。 会话前端保持指示为每个会话资源存储的资源改变请求操作的数量的当前会话状态。 每个客户端系统的最后一个会话状态指示客户端系统先前为每个会话资源接收的更改请求操作的数量。 对于会话更新,会话前端将请求客户端的最后一个客户端会话状态与当前会话状态进行比较,并确定需要转发到请求客户端系统以使其更新的更改请求操作。 会话前端从转发到请求客户端系统的更改请求操作中移除否定更改请求操作。

    Method of fabricating a substantially zero signal degradation electrical connection on a printed circuit broad
    2.
    发明授权
    Method of fabricating a substantially zero signal degradation electrical connection on a printed circuit broad 失效
    在印刷电路板上制造基本为零的信号劣化电连接的方法

    公开(公告)号:US07140531B2

    公开(公告)日:2006-11-28

    申请号:US10654177

    申请日:2003-09-03

    IPC分类号: B23K31/02

    摘要: A method of fabricating a substantially zero signal degradation electrical connection on a printed circuit board includes providing a printed circuit board defined by a dielectric structure core. The dielectric structure core has a first surface, which includes a first connecting pad having an edge and a second connecting pad having an edge separated from an adjacent to the edge of the first conducting pad. The edges of the first and second conducting pads define therebetween a surface area of the first surface. A solder paste is applied on the first and second conducting pads and on the first surface of the dielectric structure core. The solder paste at least partially covers the surface area of the first surface between the edges of the first and second conducting pads, thereby forming a substantially zero signal degradation electrical connection between the first and second conducting pads.

    摘要翻译: 在印刷电路板上制造基本上零信号劣化电连接的方法包括提供由电介质结构芯限定的印刷电路板。 电介质结构芯具有第一表面,其包括具有边缘的第一连接焊盘和具有与邻近第一导电焊盘的边缘分离的边缘的第二连接焊盘。 第一和第二导电垫的边缘在其间界定第一表面的表面积。 在第一和第二导电焊盘和介电结构芯的第一表面上施加焊膏。 焊膏至少部分地覆盖第一和第二导电焊盘的边缘之间的第一表面的表面积,从而在第一和第二导电焊盘之间形成基本为零的信号劣化电连接。

    System and method for achieving highly scalable real-time collaboration applications using HTTP
    3.
    发明授权
    System and method for achieving highly scalable real-time collaboration applications using HTTP 失效
    使用HTTP实现高度可扩展的实时协作应用的系统和方法

    公开(公告)号:US08200764B2

    公开(公告)日:2012-06-12

    申请号:US11612766

    申请日:2006-12-19

    IPC分类号: G06F15/16

    摘要: A highly scalable and highly responsive RTC system uses asynchronous or non-blocking I/O and HTTP response queuing to avoid server overload. The system distinguishes between two types of requests: an update request and a change request. An update request is a request used to fetch an update or change notification. A change request is a request to change some data related to the real-time session. For a given RTC session, the server first checks whether any updates exist for an update request. If an update exists, the server code can send an immediate response to the client. However, if no update exists, the server code application sets a well-defined HTTP response header, and then responds. Once the server code application responds, all application server resources are freed, and the application server is free to handle the next requests without blocking any thread.

    摘要翻译: 高可扩展性和高响应性的RTC系统使用异步或非阻塞I / O和HTTP响应排队来避免服务器超载。 系统区分两种类型的请求:更新请求和更改请求。 更新请求是用于获取更新或更改通知的请求。 更改请求是更改与实时会话相关的一些数据的请求。 对于给定的RTC会话,服务器首先检查是否存在更新请求的任何更新。 如果存在更新,则服务器代码可以立即向客户端发送响应。 但是,如果不存在更新,则服务器代码应用程序将设置一个定义良好的HTTP响应头,然后响应。 一旦服务器代码应用程序响应,所有应用程序服务器资源都被释放,并且应用程序服务器可以自由处理下一个请求而不阻止任何线程。

    Service program interface for integrating modules with a scheduled meeting service
    4.
    发明授权
    Service program interface for integrating modules with a scheduled meeting service 失效
    用于将模块与计划的会议服务集成的服务程序接口

    公开(公告)号:US08190678B2

    公开(公告)日:2012-05-29

    申请号:US10735138

    申请日:2003-12-12

    IPC分类号: G06F15/16

    摘要: Described are an online meeting system and method for integrating a third-party system with the online meeting system. A service provider interface (SPI) defines procedures for communicating with a meeting services application of the online meeting system. Each software module implements the procedures of the SPI to perform meeting-related operations customized in accordance with the third-party system when called by the meeting service application. Called SPI procedures include two types. One type notifies a software module of a proposed transaction of an event in the online meeting system, to enable the software module to perform the meeting-related operation before the event occurs. A second type notifies a software module of an event that has occurred in the online meeting system, to enable the software module to perform the meeting-related operation in response to the occurrence of that event.

    摘要翻译: 描述了将第三方系统与在线会议系统集成的在线会议系统和方法。 服务提供者接口(SPI)定义与在线会议系统的会议服务应用进行通信的过程。 每个软件模块在由会议服务应用程序调用时,实施SPI的步骤,执行根据第三方系统定制的会议相关操作。 称为SPI程序包括两种类型。 一种类型的软件模块在在线会议系统中向软件模块通知事件的建议事务,使软件模块在事件发生之前执行会议相关操作。 第二类型向软件模块通知在线会议系统中发生的事件,以使软件模块能够响应于该事件的发生来执行与会议有关的操作。

    Resource consumption reduction via meeting affinity
    5.
    发明授权
    Resource consumption reduction via meeting affinity 有权
    通过满足亲和力减少资源消耗

    公开(公告)号:US09473316B2

    公开(公告)日:2016-10-18

    申请号:US11550092

    申请日:2006-10-17

    摘要: Embodiments of the present invention address deficiencies of the art in respect to resource consumption in a clustered environment hosting an e-meeting and provide a method, system and computer program product for resource consumption reduction for an e-meeting via meeting affinity. In one embodiment of the invention, an e-meeting affinity method can be provided. In a clustered environment, the e-meeting affinity method can include identifying a clone supporting an e-meeting and having session affinity with a moderator to the e-meeting. The method further can include establishing session affinity between the clone and other participants to the e-meeting for requests relating to the e-meeting while permitting parallel session affinity to other clones for requests from the other participants not relating to the e-meeting.

    摘要翻译: 本发明的实施例解决了在主办电子会议的集群环境中资源消耗方面的技术缺陷,并通过会议亲和力为电子会议提供资源消耗减少的方法,系统和计算机程序产品。 在本发明的一个实施例中,可以提供电子会议亲和度方法。 在群集环境中,电子会议亲和度方法可以包括识别支持电子会议的克隆并且与主持人具有与电子会议的会话亲和性。 该方法还可以包括在克隆与电子会议的其他参与者之间建立与电子会议相关的请求的会话亲和性,同时允许与其他克隆的并行会话亲和力来自不与电子会议相关的其他参与者的请求。

    Resource-based synchronization between endpoints in a web-based real time collaboration
    6.
    发明授权
    Resource-based synchronization between endpoints in a web-based real time collaboration 有权
    基于Web的实时协作中的端点之间基于资源的同步

    公开(公告)号:US09425973B2

    公开(公告)日:2016-08-23

    申请号:US11616175

    申请日:2006-12-26

    IPC分类号: G06F15/16 H04L12/18 H04L29/08

    CPC分类号: H04L12/1827 H04L67/02

    摘要: A system for providing resource-based synchronization between clients in a Web-based real-time collaboration, in which a session front end on the server layers a transaction history on top of all session resources. HTTP operations are issued by client systems to request changes to session resources and to request session updates. The HTTP resource change requests include hierarchical pointers containing session identifiers and resource identifiers within a URL. The client generated resource change request operations may be HTTP PUT, HTTP DELETE, and HTTP POST commands. The HTTP session update request operations may be HTTP GET commands. A session front end stores each received resource change request operation in a resource-specific transaction history of change request operations received from all client systems. The session front end maintains a current session state indicating the number of resource change request operations stored for each session resource. A last session state for each client system indicates the number of change request operations that client system has previously received for each session resource. For a session update, the session front end compares the last client session state for the requesting client with the current session state and determines the change request operations that need to be forwarded to the requesting client system to bring it up to date. The session front end removes negating change request operations from the change request operations forwarded to the requesting client system.

    摘要翻译: 一种用于在基于Web的实时协作中在客户端之间提供基于资源的同步的系统,其中服务器上的会话前端在所有会话资源之上分层交易历史。 HTTP操作由客户端系统发出,以请求更改会话资源并请求会话更新。 HTTP资源更改请求包括在URL中包含会话标识符和资源标识符的分层指针。 客户端生成的资源更改请求操作可以是HTTP PUT,HTTP DELETE和HTTP POST命令。 HTTP会话更新请求操作可以是HTTP GET命令。 会话前端将每个接收的资源改变请求操作存储在从所有客户端系统接收的改变请求操作的资源特定事务历史中。 会话前端保持指示为每个会话资源存储的资源改变请求操作的数量的当前会话状态。 每个客户端系统的最后一个会话状态指示客户端系统先前为每个会话资源接收的更改请求操作的数量。 对于会话更新,会话前端将请求客户端的最后一个客户端会话状态与当前会话状态进行比较,并确定需要转发到请求客户端系统以使其更新的更改请求操作。 会话前端从转发到请求客户端系统的更改请求操作中移除否定更改请求操作。

    Screen sharing session with selective pop-ups
    7.
    发明授权
    Screen sharing session with selective pop-ups 有权
    屏幕共享会话与选择弹出窗口

    公开(公告)号:US08146002B2

    公开(公告)日:2012-03-27

    申请号:US11297495

    申请日:2005-12-08

    IPC分类号: G06F3/00

    CPC分类号: G06F3/038

    摘要: A method, system, and computer program product for providing a pop-up repelling region (e.g., frame) for use in a screen sharing session that includes providing, or creating a region on a screen, during a screen sharing session, that includes a view of at least one application within the region and repelling from the view in the frame of all other applications.

    摘要翻译: 一种方法,系统和计算机程序产品,用于提供在屏幕共享会话期间使用的弹出拒绝区域(例如,框架),其包括在屏幕共享会话期间提供或创建屏幕上的区域,所述屏幕共享会话包括 查看区域内的至少一个应用程序,并从所有其他应用程序框架中的视图排除。

    Printed circuit board having solder bridges for electronically connecting conducting pads and method of fabricating solder bridges
    9.
    发明授权
    Printed circuit board having solder bridges for electronically connecting conducting pads and method of fabricating solder bridges 失效
    具有用于电连接导电焊盘的焊接桥的印刷电路板和制造焊接桥的方法

    公开(公告)号:US06664482B1

    公开(公告)日:2003-12-16

    申请号:US09561591

    申请日:2000-05-01

    IPC分类号: H05K111

    摘要: A method of fabricating a zero signal degradation solder bridge electrical connection for connecting adjacent conducting pads of a printed circuit board, and a printed circuit board having at least one of these solder bridge electrical connections. In the method, a stencil, having an opening that corresponds to the adjacent conducting pads and at least a portion of the surface area of the printed circuit board between the adjacent conducting pads, is placed on the surface of printed circuit board. Solder paste is then applied to the stencil such that the solder paste flows through the stencil opening and onto the adjacent conducting pads and at least a portion of the surface area of the printed circuit board between the pads. The stencil is then removed and the printed circuit board is subjected to reflow soldering, thereby fabricating a printed circuit board having a solder bridge electrical connector between adjacent conducting pads.

    摘要翻译: 一种制造用于连接印刷电路板的相邻导电焊盘的零信号劣化焊桥电连接的方法以及具有这些焊桥电连接中的至少一个的印刷电路板。 在该方法中,将具有对应于相邻导电焊盘的开口和相邻导电焊盘之间的印刷电路板的表面区域的至少一部分的模板放置在印刷电路板的表面上。 然后将焊膏施加到模板上,使得焊膏流过模板开口并且流到衬垫之间的相邻导电焊盘和印刷电路板的表面区域的至少一部分。 然后去除模版,并且对印刷电路板进行回流焊接,从而制造在相邻导电焊盘之间具有焊料桥电连接器的印刷电路板。

    High speed device emulation computer system tester
    10.
    发明授权
    High speed device emulation computer system tester 有权
    高速设备仿真计算机系统测试仪

    公开(公告)号:US06571357B1

    公开(公告)日:2003-05-27

    申请号:US09563006

    申请日:2000-04-29

    IPC分类号: H02H305

    CPC分类号: G06F11/261

    摘要: The application discloses a system and method for providing a compact and high speed mechanism for emulating an ASIC or other chip operating within a large computing system environment for diagnostic purposes. A two step process is disclosed for generating data patterns for fully exercising a chip and to then transmit these data patterns at a high frequency to a system under test. In phase one, a pattern generator preferably transmits test pattern data at a first frequency to a memory storage device. In phase two, the memory storage device is enabled to transmit the stored test pattern data at a high frequency to a system under test. Buffering the test pattern data in this manner enables the inventive system to bypass the data transmission speed limitation of the pattern generator while still employing the test patterns created by the pattern generator and to thereby test the system under test under high speed operating conditions.

    摘要翻译: 本申请公开了一种系统和方法,用于提供用于仿真用于诊断目的的大型计算系统环境中运行的ASIC或其他芯片的紧凑且高速的机制。 公开了一种用于产生用于完全运动芯片并且然后以高频将这些数据模式传送到被测系统的数据模式的两步过程。 在第一阶段中,图案生成器优选地将测试图案数据以第一频率发送到存储器存储设备。 在第二阶段中,存储器存储装置能够将存储的测试模式数据以高频率发送到被测系统。 以这种方式缓冲测试图案数据使得本发明的系统能够绕过图案发生器的数据传输速度限制,同时仍然采用由图案发生器产生的测试图案,从而在高速运行条件下测试被测系统。