Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • daemon_controller ... lock on that file will be removed even if that process/thread never requested a lock. * Fcntl locks are usually implemented ... * The JVM's file locking API only allows inter-process synchronization. It cannot be used to synchronize threads. If ...
  • email-store-thread ... a tree which represents the thread of an email conversation. It plugs into the indexing process and works out where in ... " and "sibling" containers, which are used to navigate the thread tree. This is distributed separately from the main "Email ...
  • lua-process ... CPU limitation. This is a pure lua solution which supports "process" concept. Each lua code chunk is sandboxed into a co ... provided too. for more details please refer to http://groups.google.com/group/lua-alchemy-dev/browse_thread/thread/ddb0cf936690f051
  • cherrypy-wsgi-process-pool Process pool instead of thread pool in WSGI CherryPy
  • schedule-cron ... 'nofork' option to run your jobs within the current process. OS-DEPENDENCIES --------------- Schedule::Cron was tested on a Redhat ... 'nofork' option to run all jobs within a single process/thread. Please refer to the documentation for further reading. ...
  • thread ... OS X local client and Ubuntu servers # README # - **Project:** Thread - **Goal:** Manage and deploy Ubuntu servers - **Status:** Unmaintained at ... process to manage Ubuntu servers running on either local hardware or a Virtual Private Server (VPS). Thread ...
  • sstore ... to enter 'c' before continuing. That way the user can use another process to read the /proc files (see below) if (s)he so ... is no data inside the blob (data pointer is NULL), then the process/thread blocks and waits for data to appear there. The write ...
  • redmine_importer ... the use of it is required, the only option is to run it in a single process, such as WEBrick. Running this in a multi-process/thread environment will almost guaranteed run in to errors due to a global variable that was ...
  • django-newcache ... the load. To solve this problem, we really only want one thread or process to fetch this data. Our method of solving this problem is ... value back into the cache for a short time while the first process/thread goes and updates the key. This is done in a ...
  • em-dir-watcher ... via Ruby Cocoa. To support Ruby 1.8, forks a separate watcher process and communicates with it via pipes. (Ruby 1.9 should use ... anything about Event Machine, so has to be run in a separate process/thread even on the systems that are reactor-friendly (i.e. ...