unicorn 4.8.1 → 4.8.1.1.g9b565

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/unicorn/http_server.rb +2 -1
  3. metadata +51 -96
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 0314b70db042f194a625fc45e4917b75c49387c3
4
+ data.tar.gz: ce292f0a328e6d5320559104b86de152e43e7d77
5
+ SHA512:
6
+ metadata.gz: b323c5e692bd4f90e1e3b5fb4108164fde0f7a1fdf30f80a9ecd111977cd4a433bfd0a0888303451c1d3c96e4e651fbe2ba73cafe7438f9c649564d4de78a03d
7
+ data.tar.gz: 13665de4db2d1dea234532b454e66cca23f743b7902a6e6a294438346266c3121bedca470af037f28e8e1fcf18baf01a0ea1da9dd0762e4bfb5bbbcb156d62c2
@@ -120,6 +120,7 @@ class Unicorn::HttpServer
120
120
  # this pipe is used to wake us up from select(2) in #join when signals
121
121
  # are trapped. See trap_deferred.
122
122
  SELF_PIPE.replace(Unicorn.pipe)
123
+ @master_pid = $$
123
124
 
124
125
  # setup signal handlers before writing pid file in case people get
125
126
  # trigger happy and send signals as soon as the pid file exists.
@@ -133,7 +134,6 @@ class Unicorn::HttpServer
133
134
  # we upgrade and the upgrade breaks during preload_app==true && build_app!
134
135
  self.pid = config[:pid]
135
136
 
136
- self.master_pid = $$
137
137
  build_app! if preload_app
138
138
  bind_new_listeners!
139
139
 
@@ -390,6 +390,7 @@ class Unicorn::HttpServer
390
390
  end
391
391
 
392
392
  def awaken_master
393
+ return if $$ != @master_pid
393
394
  SELF_PIPE[1].kgio_trywrite('.') # wakeup master process from select
394
395
  end
395
396
 
metadata CHANGED
@@ -1,138 +1,97 @@
1
1
  --- !ruby/object:Gem::Specification
2
- name: !binary |-
3
- dW5pY29ybg==
2
+ name: unicorn
4
3
  version: !ruby/object:Gem::Version
5
- version: 4.8.1
6
- prerelease:
4
+ version: 4.8.1.1.g9b565
7
5
  platform: ruby
8
6
  authors:
9
7
  - Unicorn hackers
10
8
  autorequire:
11
9
  bindir: bin
12
10
  cert_chain: []
13
- date: 2014-01-29 00:00:00.000000000 Z
11
+ date: 2014-02-01 00:00:00.000000000 Z
14
12
  dependencies:
15
13
  - !ruby/object:Gem::Dependency
16
- name: !binary |-
17
- cmFjaw==
14
+ name: rack
18
15
  requirement: !ruby/object:Gem::Requirement
19
- none: false
20
16
  requirements:
21
- - - ! '>='
17
+ - - ">="
22
18
  - !ruby/object:Gem::Version
23
19
  version: '0'
24
20
  type: :runtime
25
21
  prerelease: false
26
22
  version_requirements: !ruby/object:Gem::Requirement
27
- none: false
28
23
  requirements:
29
- - - ! '>='
24
+ - - ">="
30
25
  - !ruby/object:Gem::Version
31
26
  version: '0'
32
27
  - !ruby/object:Gem::Dependency
33
- name: !binary |-
34
- a2dpbw==
28
+ name: kgio
35
29
  requirement: !ruby/object:Gem::Requirement
36
- none: false
37
30
  requirements:
38
- - - !binary |-
39
- fj4=
31
+ - - "~>"
40
32
  - !ruby/object:Gem::Version
41
- version: !binary |-
42
- Mi42
33
+ version: '2.6'
43
34
  type: :runtime
44
35
  prerelease: false
45
36
  version_requirements: !ruby/object:Gem::Requirement
46
- none: false
47
37
  requirements:
48
- - - !binary |-
49
- fj4=
38
+ - - "~>"
50
39
  - !ruby/object:Gem::Version
51
- version: !binary |-
52
- Mi42
40
+ version: '2.6'
53
41
  - !ruby/object:Gem::Dependency
54
- name: !binary |-
55
- cmFpbmRyb3Bz
42
+ name: raindrops
56
43
  requirement: !ruby/object:Gem::Requirement
57
- none: false
58
44
  requirements:
59
- - - !binary |-
60
- fj4=
45
+ - - "~>"
61
46
  - !ruby/object:Gem::Version
62
- version: !binary |-
63
- MC43
47
+ version: '0.7'
64
48
  type: :runtime
65
49
  prerelease: false
66
50
  version_requirements: !ruby/object:Gem::Requirement
67
- none: false
68
51
  requirements:
69
- - - !binary |-
70
- fj4=
52
+ - - "~>"
71
53
  - !ruby/object:Gem::Version
72
- version: !binary |-
73
- MC43
54
+ version: '0.7'
74
55
  - !ruby/object:Gem::Dependency
75
- name: !binary |-
76
- aXNvbGF0ZQ==
56
+ name: isolate
77
57
  requirement: !ruby/object:Gem::Requirement
78
- none: false
79
58
  requirements:
80
- - - !binary |-
81
- fj4=
59
+ - - "~>"
82
60
  - !ruby/object:Gem::Version
83
- version: !binary |-
84
- My4y
61
+ version: '3.2'
85
62
  type: :development
86
63
  prerelease: false
87
64
  version_requirements: !ruby/object:Gem::Requirement
88
- none: false
89
65
  requirements:
90
- - - !binary |-
91
- fj4=
66
+ - - "~>"
92
67
  - !ruby/object:Gem::Version
93
- version: !binary |-
94
- My4y
68
+ version: '3.2'
95
69
  - !ruby/object:Gem::Dependency
96
- name: !binary |-
97
- d3Jvbmdkb2M=
70
+ name: wrongdoc
98
71
  requirement: !ruby/object:Gem::Requirement
99
- none: false
100
72
  requirements:
101
- - - !binary |-
102
- fj4=
73
+ - - "~>"
103
74
  - !ruby/object:Gem::Version
104
- version: !binary |-
105
- MS42LjE=
75
+ version: 1.6.1
106
76
  type: :development
107
77
  prerelease: false
108
78
  version_requirements: !ruby/object:Gem::Requirement
109
- none: false
110
79
  requirements:
111
- - - !binary |-
112
- fj4=
80
+ - - "~>"
113
81
  - !ruby/object:Gem::Version
114
- version: !binary |-
115
- MS42LjE=
116
- description: ! '\Unicorn is an HTTP server for Rack applications designed to only
117
- serve
118
-
82
+ version: 1.6.1
83
+ description: |-
84
+ \Unicorn is an HTTP server for Rack applications designed to only serve
119
85
  fast clients on low-latency, high-bandwidth connections and take
120
-
121
86
  advantage of features in Unix/Unix-like kernels. Slow clients should
122
-
123
87
  only be served by placing a reverse proxy capable of fully buffering
124
-
125
- both the the request and response in between \Unicorn and slow clients.'
126
- email: !binary |-
127
- bW9uZ3JlbC11bmljb3JuQHJ1Ynlmb3JnZS5vcmc=
88
+ both the the request and response in between \Unicorn and slow clients.
89
+ email: mongrel-unicorn@rubyforge.org
128
90
  executables:
129
- - !binary |-
130
- dW5pY29ybg==
131
- - !binary |-
132
- dW5pY29ybl9yYWlscw==
91
+ - unicorn
92
+ - unicorn_rails
133
93
  extensions:
134
- - !binary |-
135
- ZXh0L3VuaWNvcm5faHR0cC9leHRjb25mLnJi
94
+ - ext/unicorn_http/extconf.rb
136
95
  extra_rdoc_files:
137
96
  - FAQ
138
97
  - README
@@ -162,12 +121,12 @@ extra_rdoc_files:
162
121
  - Links
163
122
  - Application_Timeouts
164
123
  files:
165
- - .CHANGELOG.old
166
- - .document
167
- - .gitignore
168
- - .mailmap
169
- - .manifest
170
- - .wrongdoc.yml
124
+ - ".CHANGELOG.old"
125
+ - ".document"
126
+ - ".gitignore"
127
+ - ".mailmap"
128
+ - ".manifest"
129
+ - ".wrongdoc.yml"
171
130
  - Application_Timeouts
172
131
  - CONTRIBUTORS
173
132
  - COPYING
@@ -330,36 +289,32 @@ files:
330
289
  - unicorn.gemspec
331
290
  homepage: http://unicorn.bogomips.org/
332
291
  licenses:
333
- - !binary |-
334
- R1BMdjIr
335
- - !binary |-
336
- UnVieSAxLjg=
292
+ - GPLv2+
293
+ - Ruby 1.8
294
+ metadata: {}
337
295
  post_install_message:
338
296
  rdoc_options:
339
- - -t
340
- - ! 'Unicorn: Rack HTTP server for fast clients and Unix'
341
- - -W
297
+ - "-t"
298
+ - 'Unicorn: Rack HTTP server for fast clients and Unix'
299
+ - "-W"
342
300
  - http://bogomips.org/unicorn.git/tree/%s
343
301
  require_paths:
344
302
  - lib
345
303
  required_ruby_version: !ruby/object:Gem::Requirement
346
- none: false
347
304
  requirements:
348
- - - ! '>='
305
+ - - ">="
349
306
  - !ruby/object:Gem::Version
350
307
  version: '0'
351
308
  required_rubygems_version: !ruby/object:Gem::Requirement
352
- none: false
353
309
  requirements:
354
- - - ! '>='
310
+ - - ">"
355
311
  - !ruby/object:Gem::Version
356
- version: '0'
312
+ version: 1.3.1
357
313
  requirements: []
358
- rubyforge_project: !binary |-
359
- bW9uZ3JlbA==
360
- rubygems_version: 1.8.23
314
+ rubyforge_project: mongrel
315
+ rubygems_version: 2.2.0
361
316
  signing_key:
362
- specification_version: 3
317
+ specification_version: 4
363
318
  summary: Rack HTTP server for fast clients and Unix
364
319
  test_files:
365
320
  - test/unit/test_configurator.rb