会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 85. 发明申请
    • COUPLED SYMBIOTIC OPERATING SYSTEMS
    • 耦合符号操作系统
    • US20090164749A1
    • 2009-06-25
    • US11959467
    • 2007-12-19
    • Paul EnglandJork LoeserLuis Irun-Briz
    • Paul EnglandJork LoeserLuis Irun-Briz
    • G06F12/08G06F9/46G06F12/10
    • G06F12/1036G06F9/545G06F12/109G06F2212/656
    • A single application can be executed across multiple execution environments in an efficient manner if at least a relevant portion of the virtual memory assigned to the application was equally accessible by each of the multiple execution environments. A request by a process in one execution environment can, thereby, be directed to an operating system, or other core software, in another execution environment and can be made by a shadow of the requesting process in the same manner as the original request was made by the requesting process itself. Because of the memory invariance between the execution environments, the results of the request will be equally accessible to the original requesting process even though the underlying software that responded to the request may be executing in a different execution environment. A similar thread invariance can be maintained to provide for accurate translation of requests between execution environments.
    • 如果分配给应用的虚拟存储器的至少相关部分可以被多个执行环境中的每个执行环境同等地访问,则可以以有效的方式在多个执行环境中执行单个应用。 一个执行环境中的进程的请求可以由此被引导到另一执行环境中的操作系统或其他核心软件,并且可以以与原始请求相同的方式通过请求进程的阴影来进行 通过请求过程本身。 由于执行环境之间的内存不变性,即使响应请求的底层软件可能在不同的执行环境中执行,原始请求进程的请求结果也可以同样访问。 可以维护类似的线程不变性,以便在执行环境之间提供精确的请求转换。
    • 89. 发明申请
    • Thread virtualization techniques
    • 线程虚拟化技术
    • US20080313647A1
    • 2008-12-18
    • US11820065
    • 2007-06-18
    • Matthew D. KleinPaul England
    • Matthew D. KleinPaul England
    • G06F13/00
    • G06F9/545G06F9/45537
    • Various technologies and techniques are disclosed for virtualizing threads. An operating system thread is virtualized by intercepting accesses of the operating system thread state and emulating a normal operating system behavior. A kernel mode thread state is virtualized by intercepting kernel accesses of the kernel mode thread state and emulating a normal kernel mode behavior. A user mode thread state is virtualized by intercepting user mode accesses of the user mode thread state and emulating a normal user mode behavior. If the access is a write access, then the write access is applied to a virtual thread structure. If the access is a read access, then the read access is applied to the virtual thread structure.
    • 公开了用于虚拟化线程的各种技术和技术。 通过拦截操作系统线程状态的访问并仿真正常的操作系统行为来虚拟化操作系统线程。 内核模式线程状态通过截取内核模式线程状态的内核访问并模拟正常内核模式行为进行虚拟化。 通过拦截用户模式线程状态的用户模式访问并模拟正常的用户模式行为来虚拟化用户模式线程状态。 如果访问是写入访问,则写访问被应用于虚拟线程结构。 如果访问是读访问,则读访问被应用于虚拟线程结构。
    • 90. 发明申请
    • Lazy kernel thread binding
    • 懒惰的内核线程绑定
    • US20080307419A1
    • 2008-12-11
    • US11810649
    • 2007-06-06
    • Matthew D. KleinPaul England
    • Matthew D. KleinPaul England
    • G06F9/46
    • G06F9/4881
    • Various technologies and techniques are disclosed for providing lazy kernel thread binding. User mode and kernel mode portions of thread scheduling are decoupled so that a particular user mode thread can be run on any one of multiple kernel mode threads. A dedicated backing thread is used whenever a user mode thread wants to perform an operation that could affect the kernel mode thread, such as a system call. For example, a notice is received that a particular user mode thread running on a particular kernel mode thread wants to make a system call. A dedicated backing thread that has been assigned to the particular user mode thread is woken. State is shuffled from the user mode thread to the dedicated backing thread using a state shuffling process. The particular kernel mode thread is put to sleep. The system call is executed using the dedicated backing thread.
    • 公开了各种技术和技术来提供延迟的内核线程绑定。 线程调度的用户模式和内核模式部分被解耦,使得特定用户模式线程可以在多个内核模式线程中的任何一个上运行。 只要用户模式线程想要执行可能影响内核模式线程的操作(如系统调用),就使用专用的后备线程。 例如,接收到在特定内核模式线程上运行的特定用户模式线程想要进行系统调用的通知。 已分配给特定用户模式线程的专用后退线程被唤醒。 状态从用户模式线程被洗牌到使用状态洗牌过程的专用后备线程。 特定的内核模式线程进入睡眠状态。 系统调用使用专用的后备线程执行。