Rainbows! Rack HTTP server user/dev discussion
 help / color / mirror / code / Atom feed
blob e0b0cd16b7f9aaed1783f8379db2c15524672bd0 379 bytes (raw)
name: lib/rainbows/event_machine_thread_defer.rb 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
# -*- encoding: binary -*-

module Rainbows::EventMachineThreadDefer
  autoload :Client, 'rainbows/event_machine_thread_defer/client'
  extend  Rainbows::PoolSize
  include Rainbows::EventMachine

  def init_worker_process(worker)
    EM.threadpool_size = Rainbows::O[:pool_size]
    logger.info "EventMachineThreadDefer pool_size=#{Rainbows::O[:pool_size]}"
    super
  end
end

debug log:

solving e0b0cd1 ...
found e0b0cd1 in https://yhbt.net/rainbows-public/1379421104-75563-1-git-send-email-godfat@godfat.org/

applying [1/1] https://yhbt.net/rainbows-public/1379421104-75563-1-git-send-email-godfat@godfat.org/
diff --git a/lib/rainbows/event_machine_thread_defer.rb b/lib/rainbows/event_machine_thread_defer.rb
new file mode 100644
index 0000000..e0b0cd1

Checking patch lib/rainbows/event_machine_thread_defer.rb...
Applied patch lib/rainbows/event_machine_thread_defer.rb cleanly.

index at:
100644 e0b0cd16b7f9aaed1783f8379db2c15524672bd0	lib/rainbows/event_machine_thread_defer.rb

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/rainbows.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).