多进程

  • 网络multi-process;Multiprocessing;multiprocess;multiple process
多进程多进程
  1. 由于调用一般都会进行阻塞,因此需要导入多进程库并使用Process运行它。

    Because that call will block normally , you then import the multiprocessing library and run it using Process .

  2. 尽管GIL对线程的限制曾经被认为是一个弱点,但是通过包含强大灵活的多进程库,Python不仅弥补了这个弱点,而且还得到了增强。

    While the limitation of the GIL with threading was once thought to be a weakness , Python has more than made up for it by including an extremely powerful and flexible multiprocessing library .

  3. 在多进程操作系统环境下,病毒的感染数量和感染强度都呈e的指数级增长。最后提出了反病毒传染技术的发展趋势。

    At last , brings forward some developmental trends against virus infection .

  4. bucket也是一个用于多进程的同步barrier。

    A bucket is also a synchronization barrier for multiple processes .

  5. Linux多进程运行的数据共享

    The data-sharing of the Linux multi-proccess running

  6. 基于嵌入式Linux系统的多进程图形用户界面GUI系统研究

    Study of Multi-Process Graphic User Interface ( GUI ) Based on the Embedded Linux

  7. 基于MFC的Windows下多进程消息通信技术及应用

    Message Communication Techonology Between Processes Based on MFC in Windows and the Application

  8. Linux下多进程编程

    Multi-Thread Programming Under Linux

  9. 本文采用多进程技术来提高OpenGL多窗口绘图的质量。

    This paper improves the quality of OpenGL multiwindow by applying multiprogram .

  10. 基于UNIX多进程机制的实时监控软件的设计与实现

    Design and implement of real time monitor application based on multi process of UNIX

  11. 基于OPC和多进程的集成系统网关

    Design and Realization of Gateway Based on OPC and Multi - Process

  12. UDP与TCP结合实现多进程通信

    Multi-Process Communication by Combination of UDP and TCP

  13. UNIX下的多进程及进程间的通信

    Multi-Process and Communication between Processes in UNIX

  14. 该方案无须扩展SIP协议,就实现了在多进程的VoIP网关这样的应用场景下的多路SIP会话。

    This scheme implements multi-session in multi-process VoIP gateway , no extension of the SIP .

  15. UNIX系统下的多进程编程

    Programming of Many Processes under UNIX

  16. 后台形式上采用C/S结构模式,采用开放的Unix系统,服务器核心进程均采用多进程并行处理。

    The background system uses C / S architecture model in form , using unix systems and server Core processes are multi-process parallel processing .

  17. 多进程/多线程C/S模式RDBMS的研究及实现

    Research and implementation of a RDBMS with multiprocess / multithread c / s pattern

  18. 文中在基于Linux操作系统的VoIP网关中,以单链路SIP信令实现为基础,提出了采用多进程架构的多链路SIP信令模块的设计实现方案。

    This paper presents the implementation of multi session SIP signal module in VoIP gateway based on current SIP implementation under Linux platform .

  19. VFP多进程应用的实现

    Implementation of Multi-process Application in VFP

  20. 线程程序有时会出现在多进程和IPC程序设计中不常出现的一些问题。

    Threaded programs also run into a few problems that are not normally seen with multiple processes and IPC .

  21. 基于QNX操作系统环境下的多进程编程与调试

    Multi-process Programming and Debugging under the Environment of QNX Operation System

  22. 多进程TLB表项共享缓存行窗口的设计方法。

    An innovation of multi-process TLB entry sharing one cacheline window .

  23. 通过比较面向连接的UDP和无连接的TCP,说明了UDP和TCP的不同的应用范围,论述了UDP和TCP结合能实现应用程序之间高效率的多进程通信。

    There were different applications of connectionless TCP and connection_oriented TCP . The combination of UDP and TCP could obtain effective multi_process communication between applications .

  24. 在对常见C语言程序错误分类基础上,结合Linux下C语言的多进程编程技术,提出并实现了C语言自动判题系统。

    On the basis of the classification of common C language program mistakes , and in combination with C language multiple-progress program technology under Linux , put forward and realized are the C automatic marking system .

  25. 结合银税联网系统的实践,对基于Socket套接口、多进程及信号灯控制的网络通讯方法进行了探讨,并对其中的关键问题及解决方案进行了详细的阐述。

    In this paper , the key technologies for the bank-tax network system which is based on the Socket , multithreading and signal-lamp controlling are discussed .

  26. 注意,子进程模块也可用于fork进程,但是实现方式没有多进程模块那么复杂。

    Note that the subprocess module can also be used to fork processes , albeit in a less sophisticated way than the multiprocessing module .

  27. 在分析了基于Web的网络考试系统需求的基础上,针对其具有多进程并发通讯的特点,采用π-演算对系统进行结构和功能的描述;

    Based on the analysis of the network examination system ′ s requirement , it was described the structure and function of online examination system by π - calculus . It was characterized by dynamically changing network topology of communicating processes .

  28. 本文中对于多进程通信问题不做过多的讨论,因为POXIS线程API提供了处理诸如死锁和竞态条件这类问题的工具。

    Some of these issues are covered briefly in this article , because the POSIX thread API provides tools to help deal with these problems , such as deadlocks and race conditions .

  29. 利用RTSP协议与前端IP摄像头建立连接,并通过多进程程序设计和IPC进程间通信,实现多路视频监控的同步接收。

    The server can connect IP camera with RTSP protocol and realize the function of multi-channel video receiving by multi-process programming and internal process communication .

  30. Coral以传统的层次型软件结构为基础,细化和改进了传统的层次型软件结构中的嵌入式应用软件层,并将整个系统多进程化。

    Coral which is based on traditional hierarchical structure subdivides and improves application layer of traditional hierarchical structure and all independent functions are implemented as processes .