Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • desir ... Counter from a Redis class instance as a unique counter across as many process, thread, server you could potentially have providing they can access the same redis instance/cluster. >>> import desir >>> r=desir.Redis() >>> ...
  • logwtf ... see is a message sequence chart, where there's a column in a browser for each process/thread, and the vertical axis is time. The Technology: 1) html5 canvas, used as simple (x,y, text) 2) jquery (for event hooks, ...
  • emacs-process ... -processes if it were implemented in elisp. See the discussion in [emacs-devel](http://thread.gmane.org/gmane.emacs.devel/133200). Usage: ---------- (require 'emacs-process) NB: after loading this package the C version of ...
  • longene_travel ... o Bugs in message queue fixed o Bugs in token management fixed o Bugs in process/thread management fixed To Build and Run: ================= To build the Longene, you have 3 steps to go: o Build patched Linux kernel o ...
  • IPC-ConcurrencyLimit ... would be the following: * Cron starts a new process every minute. * The process attempts to get a lock as shown ... unit of work. * No complicated master/slave setups and process/thread pooling. The implementation uses some form of locking ...
  • openplacos ... . * exec: path to executable to run to launch this component. * method: [fork/thread/debug/disable]. Use fork to run this component as an external process, thread as a thread of server. Use debug when a problem occurs when launching ...
  • thread-pool A simple Common Lisp thread pool PROBLEM========================================================================= Thread creation is an 'heavy' process. Too many thrads hurts performance. SOLUTION ...
  • Thread-SigHandler ... thread will receive a signal). Apparantly fewer and fewer systems are using pseudo-process implementations, so going forward the approach laid out in Thread::SigHandler may be more compatible. AUTHOR James ...
  • telnetlib-for-common-lisp ... 't work well when telent localhost. It seems it is due to the process/thread ;; schedule mechanism. Will try to fix it in the future. ;; How to use it ;; ============= ;; Export functions/macros: ;; ------------------------ (defun ...
  • limited-thread-taskmaster ... Subclass of HUNCHENTOOT:SSL-ACCEPTOR ----- Same as LIMITED-THREAD-ACCEPTOR but based on HUNCHENTOOT:SSL-ACCEPTOR instead of ... -TASKMASTER instances. All limited thread acceptors share on process pool. (SETF LIMITED-THREAD-LIMIT) (limit) Function ----- Set ...