线程

  • 网络Thread;Threading;Worker Thread;pthread
线程线程
  1. 这里的self标识符声明一个线程局部变量time。

    Here the self identifier declares a thread local variable time .

  2. 将每个线程的name属性设置为唯一的标识符。

    Set the name property of each thread to a unique identifier .

  3. WEB数据挖掘中多线程的开发及同步机制的实现

    Development of Multithread Application and Realization of Synchronism in Web Mining

  4. Net框架下进行多线程程序设计的方法进行了探讨,并介绍了在多线程编程情况下线程安全的概念和方法。

    Net framework , and introduces thread safety and synchronization in multithreaded programming .

  5. Java虚拟机支持同时执行多个线程。

    Java Virtual Machine supports performing Multithread at the same time .

  6. JAVA多线程机制在波形流动中的应用及分析

    The Application and Research of Java Multithread Mechanism in Waveform Running

  7. Java语言多线程技术

    A Research on Multithreading Technique in Java TECHNOLOGY G Language

  8. 标准的Java语言没有为线程调度和线程优先级提供任何保证。

    Standard Java provides no guarantees for thread scheduling or thread priorities .

  9. Windows线程、窗口与消息内在机制研究

    Research on The Inside Relationship among Windows Thread , Window and Message

  10. 如果这个数字在连续执行SHOWSTATUS命令时快速增加,就应该尝试增大线程缓存。

    If this number increases quickly between successive SHOW STATUS commands , you should look at increasing your thread cache .

  11. Java多线程测试策略及测试方法探讨

    Research on Testing Strategies and Methods for Java Multithread

  12. Windows环境下多线程调度的安全监控

    Security monitoring of multithread scheduling in windows environment

  13. 在一个简单的单线程应用程序中,100%的Tree时间将用于main()方法。

    In a simple single-threaded application , 100 percent of the Tree time would be spent in the main () method .

  14. Java线程迁移机制的研究

    Research of migration mechanism for Java thread

  15. 在相同的硬件配置下,在这种模型下运行的Web服务器比每个连接一个线程模型具有更好的扩展性。

    With the same hardware configuration , web servers running in this mode scale much better than in the thread-per-connection mode .

  16. 某个网络路由器出现了问题,导致WebSphereApplicationServer服务区域的很多工作线程阻塞。

    A network router had issues and caused many worker threads within the WebSphere Application Server servant region to block .

  17. Java多线程机制及其应用

    Java Multithread Mechanism and Its Application

  18. 在下面的伪代码中,使用了内核APIkernelthread来注册这个内核线程

    Use the kernel API kernel_thread to register this kernel thread in this pseudo code

  19. 基于Java多线程技术的网络编程

    Java-based Multi-threaded Technology Network Programming

  20. Java多线程的实现

    Realization of Java multithread programmes

  21. 嵌入式实时操作系统Nucleus中线程控制部件的实现方法

    The Implementation Method of Thread Control Component in the Embedded Real-time Operating System Nucleus

  22. 在此示例中,线程ID为0000015d。

    In this example , the thread ID is0000015d .

  23. 第四章是本文的重点,从数据库系统设计和实现、Web程序实现及开发该系统中所用到的双缓冲、多线程技术等对本系统的结构和实现做了详尽的论述。

    Chapter four is the emphasis of this paper , in this chapter , the first aspect describe the construct the database system ;

  24. WINDOWSnt环境下基于多线程竞争机制的FMS调度系统

    FMS Schedule System in Windows NT Based on Multithread Competition Mechanism

  25. get()执行起来可能会占用大量的时间,而在某些情况下,前面已经作了讨论的有条件的线程安全性问题会让这个问题变得还要糟糕得多。

    The fact that get () may take significant time to execute in some cases is made significantly worse by the conditional thread safety problem discussed above .

  26. 目前,越来越多的OS可支持:多处理,多任务,多线程功能。

    An increasing number of OSs today support multiprocessing , multitasking and multithreading .

  27. Java多线程具有很大的平台相关性,导致了其同步机制的平台相关性。

    The Java multithreading has very big platform correlation , which causes the platform correlation of its synchronous mechanism .

  28. Linux下基于多线程的服务器程序设计

    Multithread-Based Server Programming Under Linux

  29. 在线程环境中,没有COBOL函数可以有效地执行STOPRUN功能。

    There is no COBOL function that effectively does a STOP RUN in a threaded environment .

  30. 这一步是为了避免阻塞主UI线程。

    This step is done to avoid blocking the main UI thread .