Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • later ... in-process thread-safe Python scheduler ---- WHAT ---- Later is a in-process thread-safe scheduler for Python. It is licensed under the ... . --- HOW --- Later is really easy to use. In your process, you create an instance of the ``Scheduler`` class. You ...
  • thread ... you run a task it will open it in a new process # You can pass any arguments to a task # The ... view more examples in the [example folder.](https://github.com/wearefractal/thread/tree/master/examples) ## LICENSE (MIT License) Copyright (c) 2012 Fractal ...
  • gweb2py ... ask you the web2py admin pass. the webserver runs on port 8000 Main Features ============= - Own httpserver (single process/thread) - debugger - logs http request with different colours depending on http status code - logs full http ...
  • tao ... @Home project), as well as high performance computing systems, as well as single process/thread systems. It also provides database functionality for storing the progress of long running searches, and for checkpointing. When the ...
  • hot-boiler ... to write potentially fast and flexible servers using single process/thread technique. Key features: iostream interface for sockets ... waiting for data (event-driven context switching) based on Thread Pool and Reactor patterns support for epoll and kqueue ...
  • PHP-Process-Manager ... by Matou Havlena of havlena.net who posted a multi thread process manager on PHP.net. The tool allows users ... name="quick-start"> ## 1. Quick Start 1. Load the process manager and some scripts: ```html include_once('class.process_manager.php'); ...
  • django-toplevel-files ... would result in a database hit for every request or should be hardcoded. * Big (lenghty) files download would block a valuable python process/thread. ### Web server setup Since, the intended usage is primarily serving a few ...
  • de.flapdoodle.embed.process ... >de.flapdoodle.embed de.flapdoodle.embed.process 3.1.11-SNAPSHOT ... 1.31 - solaris support added #### 1.30 - fixed daemon thread problem - fixed multiple stop calls problem #### 1.29 ...
  • midipipe4 ... a worthwhile pursuit. Also, running this tool as a separate process, and incurring additional context switches, carries some overhead ( ... an optional linkable mode, so this operates in the same process/thread). In practice, this tool works fairly nicely and ...
  • zc.thread ... .Thread(daemon=False, start=False) def mythread(): ... - After a thread finished, you can get the return value of the ... gevent greenlets.) There's also a Process constructor/decorator that works like Thread, but with multi-processing processes. ...