Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • rb-gps ... created, but is not yet polling the hardware. To start this process, run: gps.start Verify that this has succeeded by running: ... #stop+, if Necessary The default +stop+ method simply kills the thread and sets it to _nil_. If this is sufficient, overriding ...
  • qrencoder ... qrencode and get a help message. Normally, the build process also expects you to have libpng, but this is ... C library * The QREncode lib this GEM is built around is only thread-safe from version 3.2.0 onwards! == CONTRIBUTORS: * Jacob ...
  • ebb ... monit, the monitrc entry might look like this: check process myApp4000 with pidfile /home/webuser/myApp/current/tmp/ebb. ... concurrent processing anyway. In Merb, for example, Ebb's thread handling will allow Ebb instances to handle larger loads. ...
  • nanite ... a few agents. Each of these is a long running process and needs to run in its own shell. Each ... 'localhost', :user => 'mapper', :pass => 'testing', :vhost => '/nanite', :log_level => 'info') } Thread.stop end end ======= Where to put the mapper ...
  • rufus-scheduler ... the threads associated with the scheduler, including the scheduler thread itself. ### Scheduler#work_threads(query=:all/:active/:vacant) Lists ... started in the main process that then gets forked and daemonized. The rufus-scheduler thread (and any other ...
  • rigel ... , you can reload it without having to restart the whole process. See the Autumn::Leaf#reload_command documentation for more information on ... -threaded IRC client. When a message is received, a new thread is spawned to process the message. In this thread, ...
  • ruote ... interpreter. If you're enterprisey, you might say business process definition. Instances of these definitions are meant to ... .launch(pdef) engine.wait_for(wfid) # blocks current thread until our process instance terminates # => 'I received a message ...
  • spawnling ... value indicating whether the parent should kill the spawned process when it exits (only valid when :method => :fork) :thread) do something end ``` When you use threaded spawning, ...
  • data_fabric ... application-level sharding and master/slave replication. Sharding is the process of splitting a dataset across many independent databases. This ... or environment. The current shard is set on a thread local variable. For example, you can set the shard ...
  • tserver ... simple string from telnet connection. require 'tserver' class ExampleServer < TServer class Listener < TServer::Listener def process connection.each do |line| break if line =~ /(quit|exit|close)/ log '> ' + ...