passenger 3.0.5 → 3.0.6

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of passenger might be problematic. Click here for more details.

Files changed (198) hide show
  1. data/NEWS +19 -1
  2. data/build/packaging.rb +0 -1
  3. data/doc/cxxapi/Constants_8h_source.html +1 -1
  4. data/doc/cxxapi/Logging_8h_source.html +3 -3
  5. data/doc/cxxapi/MessageChannel_8h_source.html +2 -2
  6. data/doc/cxxapi/Utils_8h_source.html +407 -397
  7. data/doc/cxxapi/namespacePassenger.html +32 -0
  8. data/doc/cxxapi/namespacemembers.html +56 -1
  9. data/doc/cxxapi/namespacemembers_func.html +3 -0
  10. data/doc/cxxapi/ngx__http__passenger__module_8h_source.html +5 -5
  11. data/ext/apache2/Hooks.cpp +1 -1
  12. data/ext/common/AgentBase.cpp +86 -11
  13. data/ext/common/Constants.h +1 -1
  14. data/ext/common/Logging.h +3 -3
  15. data/ext/common/LoggingAgent/FilterSupport.h +1 -0
  16. data/ext/common/LoggingAgent/Main.cpp +8 -1
  17. data/ext/common/MessageChannel.h +2 -2
  18. data/ext/common/Utils.cpp +27 -3
  19. data/ext/common/Utils.h +10 -0
  20. data/ext/common/Watchdog.cpp +27 -1
  21. data/ext/nginx/HelperAgent.cpp +8 -8
  22. data/ext/oxt/thread.hpp +2 -2
  23. data/lib/phusion_passenger.rb +1 -1
  24. data/lib/phusion_passenger/abstract_installer.rb +6 -0
  25. data/lib/phusion_passenger/abstract_request_handler.rb +13 -2
  26. data/lib/phusion_passenger/analytics_logger.rb +15 -4
  27. data/lib/phusion_passenger/dependencies.rb +11 -26
  28. data/lib/phusion_passenger/platform_info.rb +96 -5
  29. data/lib/phusion_passenger/platform_info/apache.rb +13 -3
  30. data/lib/phusion_passenger/platform_info/compiler.rb +5 -0
  31. data/lib/phusion_passenger/rack/application_spawner.rb +3 -2
  32. data/lib/phusion_passenger/standalone/runtime_installer.rb +0 -1
  33. data/lib/phusion_passenger/standalone/start_command.rb +15 -8
  34. data/lib/phusion_passenger/templates/standalone/config.erb +1 -0
  35. metadata +5 -182
  36. data/doc/rdoc/classes/ConditionVariable.html +0 -215
  37. data/doc/rdoc/classes/Exception.html +0 -120
  38. data/doc/rdoc/classes/GC.html +0 -113
  39. data/doc/rdoc/classes/IO.html +0 -221
  40. data/doc/rdoc/classes/PhusionPassenger.html +0 -397
  41. data/doc/rdoc/classes/PhusionPassenger/AbstractInstaller.html +0 -180
  42. data/doc/rdoc/classes/PhusionPassenger/AbstractRequestHandler.html +0 -647
  43. data/doc/rdoc/classes/PhusionPassenger/AbstractServer.html +0 -654
  44. data/doc/rdoc/classes/PhusionPassenger/AbstractServer/InvalidPassword.html +0 -92
  45. data/doc/rdoc/classes/PhusionPassenger/AbstractServer/ServerAlreadyStarted.html +0 -97
  46. data/doc/rdoc/classes/PhusionPassenger/AbstractServer/ServerError.html +0 -96
  47. data/doc/rdoc/classes/PhusionPassenger/AbstractServer/ServerNotStarted.html +0 -97
  48. data/doc/rdoc/classes/PhusionPassenger/AbstractServer/UnknownMessage.html +0 -96
  49. data/doc/rdoc/classes/PhusionPassenger/AbstractServerCollection.html +0 -619
  50. data/doc/rdoc/classes/PhusionPassenger/AdminTools.html +0 -142
  51. data/doc/rdoc/classes/PhusionPassenger/AdminTools/MemoryStats.html +0 -368
  52. data/doc/rdoc/classes/PhusionPassenger/AdminTools/MemoryStats/Process.html +0 -231
  53. data/doc/rdoc/classes/PhusionPassenger/AdminTools/ServerInstance.html +0 -588
  54. data/doc/rdoc/classes/PhusionPassenger/AdminTools/ServerInstance/CorruptedDirectoryError.html +0 -92
  55. data/doc/rdoc/classes/PhusionPassenger/AdminTools/ServerInstance/GenerationsAbsentError.html +0 -92
  56. data/doc/rdoc/classes/PhusionPassenger/AdminTools/ServerInstance/Group.html +0 -147
  57. data/doc/rdoc/classes/PhusionPassenger/AdminTools/ServerInstance/Process.html +0 -279
  58. data/doc/rdoc/classes/PhusionPassenger/AdminTools/ServerInstance/RoleDeniedError.html +0 -92
  59. data/doc/rdoc/classes/PhusionPassenger/AdminTools/ServerInstance/StaleDirectoryError.html +0 -92
  60. data/doc/rdoc/classes/PhusionPassenger/AdminTools/ServerInstance/Stats.html +0 -123
  61. data/doc/rdoc/classes/PhusionPassenger/AdminTools/ServerInstance/UnsupportedGenerationStructureVersionError.html +0 -92
  62. data/doc/rdoc/classes/PhusionPassenger/AnalyticsLogger.html +0 -368
  63. data/doc/rdoc/classes/PhusionPassenger/AnalyticsLogger/Lock.html +0 -194
  64. data/doc/rdoc/classes/PhusionPassenger/AnalyticsLogger/Log.html +0 -299
  65. data/doc/rdoc/classes/PhusionPassenger/AnalyticsLogger/SharedData.html +0 -206
  66. data/doc/rdoc/classes/PhusionPassenger/AppInitError.html +0 -155
  67. data/doc/rdoc/classes/PhusionPassenger/AppProcess.html +0 -367
  68. data/doc/rdoc/classes/PhusionPassenger/ClassicRails.html +0 -95
  69. data/doc/rdoc/classes/PhusionPassenger/ClassicRails/ApplicationSpawner.html +0 -351
  70. data/doc/rdoc/classes/PhusionPassenger/ClassicRails/ApplicationSpawner/Error.html +0 -98
  71. data/doc/rdoc/classes/PhusionPassenger/ClassicRails/CGIFixed.html +0 -200
  72. data/doc/rdoc/classes/PhusionPassenger/ClassicRails/FrameworkSpawner.html +0 -410
  73. data/doc/rdoc/classes/PhusionPassenger/ClassicRails/FrameworkSpawner/Error.html +0 -98
  74. data/doc/rdoc/classes/PhusionPassenger/ClassicRails/RequestHandler.html +0 -156
  75. data/doc/rdoc/classes/PhusionPassenger/ClassicRailsExtensions.html +0 -115
  76. data/doc/rdoc/classes/PhusionPassenger/ClassicRailsExtensions/AnalyticsLogging.html +0 -202
  77. data/doc/rdoc/classes/PhusionPassenger/ConsoleTextTemplate.html +0 -172
  78. data/doc/rdoc/classes/PhusionPassenger/DebugLogging.html +0 -273
  79. data/doc/rdoc/classes/PhusionPassenger/FrameworkInitError.html +0 -145
  80. data/doc/rdoc/classes/PhusionPassenger/HTMLTemplate.html +0 -162
  81. data/doc/rdoc/classes/PhusionPassenger/InitializationError.html +0 -141
  82. data/doc/rdoc/classes/PhusionPassenger/InvalidPath.html +0 -92
  83. data/doc/rdoc/classes/PhusionPassenger/MessageChannel.html +0 -673
  84. data/doc/rdoc/classes/PhusionPassenger/MessageChannel/InvalidHashError.html +0 -92
  85. data/doc/rdoc/classes/PhusionPassenger/MessageClient.html +0 -415
  86. data/doc/rdoc/classes/PhusionPassenger/NativeSupportLoader.html +0 -134
  87. data/doc/rdoc/classes/PhusionPassenger/Packaging.html +0 -129
  88. data/doc/rdoc/classes/PhusionPassenger/PlatformInfo.html +0 -1972
  89. data/doc/rdoc/classes/PhusionPassenger/Plugin.html +0 -237
  90. data/doc/rdoc/classes/PhusionPassenger/Rack.html +0 -91
  91. data/doc/rdoc/classes/PhusionPassenger/Rack/ApplicationSpawner.html +0 -312
  92. data/doc/rdoc/classes/PhusionPassenger/Rack/ApplicationSpawner/Error.html +0 -98
  93. data/doc/rdoc/classes/PhusionPassenger/Rack/RequestHandler.html +0 -218
  94. data/doc/rdoc/classes/PhusionPassenger/Rails3Extensions.html +0 -114
  95. data/doc/rdoc/classes/PhusionPassenger/Rails3Extensions/AnalyticsLogging.html +0 -259
  96. data/doc/rdoc/classes/PhusionPassenger/Rails3Extensions/AnalyticsLogging/ACExtension.html +0 -139
  97. data/doc/rdoc/classes/PhusionPassenger/Rails3Extensions/AnalyticsLogging/ASBenchmarkableExtension.html +0 -118
  98. data/doc/rdoc/classes/PhusionPassenger/Rails3Extensions/AnalyticsLogging/ExceptionLogger.html +0 -135
  99. data/doc/rdoc/classes/PhusionPassenger/SpawnManager.html +0 -378
  100. data/doc/rdoc/classes/PhusionPassenger/Standalone.html +0 -111
  101. data/doc/rdoc/classes/PhusionPassenger/Standalone/AppFinder.html +0 -252
  102. data/doc/rdoc/classes/PhusionPassenger/Standalone/Command.html +0 -161
  103. data/doc/rdoc/classes/PhusionPassenger/Standalone/ConfigFile.html +0 -368
  104. data/doc/rdoc/classes/PhusionPassenger/Standalone/ConfigFile/DisallowedContextError.html +0 -132
  105. data/doc/rdoc/classes/PhusionPassenger/Standalone/HelpCommand.html +0 -151
  106. data/doc/rdoc/classes/PhusionPassenger/Standalone/Main.html +0 -189
  107. data/doc/rdoc/classes/PhusionPassenger/Standalone/PackageRuntimeCommand.html +0 -177
  108. data/doc/rdoc/classes/PhusionPassenger/Standalone/RuntimeInstaller.html +0 -341
  109. data/doc/rdoc/classes/PhusionPassenger/Standalone/StartCommand.html +0 -203
  110. data/doc/rdoc/classes/PhusionPassenger/Standalone/StatusCommand.html +0 -156
  111. data/doc/rdoc/classes/PhusionPassenger/Standalone/StopCommand.html +0 -168
  112. data/doc/rdoc/classes/PhusionPassenger/Standalone/Utils.html +0 -86
  113. data/doc/rdoc/classes/PhusionPassenger/Standalone/VersionCommand.html +0 -135
  114. data/doc/rdoc/classes/PhusionPassenger/UnknownError.html +0 -125
  115. data/doc/rdoc/classes/PhusionPassenger/Utils.html +0 -1543
  116. data/doc/rdoc/classes/PhusionPassenger/Utils/FileSystemWatcher.html +0 -204
  117. data/doc/rdoc/classes/PhusionPassenger/Utils/FileSystemWatcher/DirInfo.html +0 -171
  118. data/doc/rdoc/classes/PhusionPassenger/Utils/FileSystemWatcher/FileInfo.html +0 -140
  119. data/doc/rdoc/classes/PhusionPassenger/Utils/HostsFileParser.html +0 -260
  120. data/doc/rdoc/classes/PhusionPassenger/Utils/PseudoIO.html +0 -194
  121. data/doc/rdoc/classes/PhusionPassenger/Utils/RewindableInput.html +0 -265
  122. data/doc/rdoc/classes/PhusionPassenger/Utils/RewindableInput/Tempfile.html +0 -120
  123. data/doc/rdoc/classes/PhusionPassenger/Utils/UnseekableSocket.html +0 -561
  124. data/doc/rdoc/classes/PhusionPassenger/VersionNotFound.html +0 -140
  125. data/doc/rdoc/classes/PhusionPassenger/WSGI.html +0 -89
  126. data/doc/rdoc/classes/PhusionPassenger/WSGI/ApplicationSpawner.html +0 -182
  127. data/doc/rdoc/classes/Process.html +0 -115
  128. data/doc/rdoc/classes/Signal.html +0 -139
  129. data/doc/rdoc/created.rid +0 -1
  130. data/doc/rdoc/files/DEVELOPERS_TXT.html +0 -280
  131. data/doc/rdoc/files/README.html +0 -157
  132. data/doc/rdoc/files/lib/phusion_passenger/abstract_installer_rb.html +0 -130
  133. data/doc/rdoc/files/lib/phusion_passenger/abstract_request_handler_rb.html +0 -135
  134. data/doc/rdoc/files/lib/phusion_passenger/abstract_server_collection_rb.html +0 -126
  135. data/doc/rdoc/files/lib/phusion_passenger/abstract_server_rb.html +0 -128
  136. data/doc/rdoc/files/lib/phusion_passenger/admin_tools/memory_stats_rb.html +0 -126
  137. data/doc/rdoc/files/lib/phusion_passenger/admin_tools/server_instance_rb.html +0 -132
  138. data/doc/rdoc/files/lib/phusion_passenger/admin_tools_rb.html +0 -122
  139. data/doc/rdoc/files/lib/phusion_passenger/analytics_logger_rb.html +0 -129
  140. data/doc/rdoc/files/lib/phusion_passenger/app_process_rb.html +0 -127
  141. data/doc/rdoc/files/lib/phusion_passenger/classic_rails/application_spawner_rb.html +0 -141
  142. data/doc/rdoc/files/lib/phusion_passenger/classic_rails/cgi_fixed_rb.html +0 -126
  143. data/doc/rdoc/files/lib/phusion_passenger/classic_rails/framework_spawner_rb.html +0 -146
  144. data/doc/rdoc/files/lib/phusion_passenger/classic_rails/request_handler_rb.html +0 -125
  145. data/doc/rdoc/files/lib/phusion_passenger/classic_rails_extensions/init_rb.html +0 -132
  146. data/doc/rdoc/files/lib/phusion_passenger/console_text_template_rb.html +0 -126
  147. data/doc/rdoc/files/lib/phusion_passenger/constants_rb.html +0 -122
  148. data/doc/rdoc/files/lib/phusion_passenger/debug_logging_rb.html +0 -122
  149. data/doc/rdoc/files/lib/phusion_passenger/dependencies_rb.html +0 -147
  150. data/doc/rdoc/files/lib/phusion_passenger/exceptions_rb.html +0 -122
  151. data/doc/rdoc/files/lib/phusion_passenger/html_template_rb.html +0 -127
  152. data/doc/rdoc/files/lib/phusion_passenger/message_channel_rb.html +0 -120
  153. data/doc/rdoc/files/lib/phusion_passenger/message_client_rb.html +0 -127
  154. data/doc/rdoc/files/lib/phusion_passenger/native_support_rb.html +0 -132
  155. data/doc/rdoc/files/lib/phusion_passenger/packaging_rb.html +0 -122
  156. data/doc/rdoc/files/lib/phusion_passenger/platform_info/apache_rb.html +0 -127
  157. data/doc/rdoc/files/lib/phusion_passenger/platform_info/binary_compatibility_rb.html +0 -129
  158. data/doc/rdoc/files/lib/phusion_passenger/platform_info/compiler_rb.html +0 -127
  159. data/doc/rdoc/files/lib/phusion_passenger/platform_info/curl_rb.html +0 -126
  160. data/doc/rdoc/files/lib/phusion_passenger/platform_info/documentation_tools_rb.html +0 -126
  161. data/doc/rdoc/files/lib/phusion_passenger/platform_info/linux_rb.html +0 -126
  162. data/doc/rdoc/files/lib/phusion_passenger/platform_info/operating_system_rb.html +0 -127
  163. data/doc/rdoc/files/lib/phusion_passenger/platform_info/ruby_rb.html +0 -128
  164. data/doc/rdoc/files/lib/phusion_passenger/platform_info/zlib_rb.html +0 -126
  165. data/doc/rdoc/files/lib/phusion_passenger/platform_info_rb.html +0 -122
  166. data/doc/rdoc/files/lib/phusion_passenger/plugin_rb.html +0 -127
  167. data/doc/rdoc/files/lib/phusion_passenger/public_api_rb.html +0 -127
  168. data/doc/rdoc/files/lib/phusion_passenger/rack/application_spawner_rb.html +0 -137
  169. data/doc/rdoc/files/lib/phusion_passenger/rack/request_handler_rb.html +0 -125
  170. data/doc/rdoc/files/lib/phusion_passenger/rails3_extensions/init_rb.html +0 -127
  171. data/doc/rdoc/files/lib/phusion_passenger/simple_benchmarking_rb.html +0 -122
  172. data/doc/rdoc/files/lib/phusion_passenger/spawn_manager_rb.html +0 -160
  173. data/doc/rdoc/files/lib/phusion_passenger/standalone/app_finder_rb.html +0 -127
  174. data/doc/rdoc/files/lib/phusion_passenger/standalone/command_rb.html +0 -136
  175. data/doc/rdoc/files/lib/phusion_passenger/standalone/config_file_rb.html +0 -126
  176. data/doc/rdoc/files/lib/phusion_passenger/standalone/help_command_rb.html +0 -126
  177. data/doc/rdoc/files/lib/phusion_passenger/standalone/main_rb.html +0 -126
  178. data/doc/rdoc/files/lib/phusion_passenger/standalone/package_runtime_command_rb.html +0 -127
  179. data/doc/rdoc/files/lib/phusion_passenger/standalone/runtime_installer_rb.html +0 -133
  180. data/doc/rdoc/files/lib/phusion_passenger/standalone/start_command_rb.html +0 -136
  181. data/doc/rdoc/files/lib/phusion_passenger/standalone/status_command_rb.html +0 -126
  182. data/doc/rdoc/files/lib/phusion_passenger/standalone/stop_command_rb.html +0 -126
  183. data/doc/rdoc/files/lib/phusion_passenger/standalone/utils_rb.html +0 -126
  184. data/doc/rdoc/files/lib/phusion_passenger/standalone/version_command_rb.html +0 -127
  185. data/doc/rdoc/files/lib/phusion_passenger/utils/file_system_watcher_rb.html +0 -126
  186. data/doc/rdoc/files/lib/phusion_passenger/utils/hosts_file_parser_rb.html +0 -120
  187. data/doc/rdoc/files/lib/phusion_passenger/utils/rewindable_input_rb.html +0 -100
  188. data/doc/rdoc/files/lib/phusion_passenger/utils/tmpdir_rb.html +0 -122
  189. data/doc/rdoc/files/lib/phusion_passenger/utils/unseekable_socket_rb.html +0 -126
  190. data/doc/rdoc/files/lib/phusion_passenger/utils_rb.html +0 -179
  191. data/doc/rdoc/files/lib/phusion_passenger/wsgi/application_spawner_rb.html +0 -132
  192. data/doc/rdoc/fr_class_index.html +0 -139
  193. data/doc/rdoc/fr_file_index.html +0 -108
  194. data/doc/rdoc/fr_method_index.html +0 -439
  195. data/doc/rdoc/index.html +0 -26
  196. data/doc/rdoc/rdoc-style.css +0 -187
  197. data/ext/common/libboost_oxt/aggregate.cpp +0 -10
  198. data/ext/common/libpassenger_common/aggregate.cpp +0 -16
@@ -1,206 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
- <html>
6
- <head>
7
- <title>Class: PhusionPassenger::AnalyticsLogger::SharedData</title>
8
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
9
- <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
10
-
11
- <script language="JavaScript" type="text/javascript">
12
- // <![CDATA[
13
-
14
- function toggleSource( id )
15
- {
16
- var elem
17
- var link
18
-
19
- if( document.getElementById )
20
- {
21
- elem = document.getElementById( id )
22
- link = document.getElementById( "l_" + id )
23
- }
24
- else if ( document.all )
25
- {
26
- elem = eval( "document.all." + id )
27
- link = eval( "document.all.l_" + id )
28
- }
29
- else
30
- return false;
31
-
32
- if( elem.style.display == "block" )
33
- {
34
- elem.style.display = "none"
35
- link.innerHTML = "show source"
36
- }
37
- else
38
- {
39
- elem.style.display = "block"
40
- link.innerHTML = "hide source"
41
- }
42
- }
43
-
44
- function openCode( url )
45
- {
46
- window.open( url, "SOURCE_CODE", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=480,width=750" ).focus();
47
- }
48
- // ]]>
49
- </script>
50
- </head>
51
-
52
- <body>
53
- <table width="100%" border='0' cellpadding='0' cellspacing='0' class='banner'><tr>
54
- <td class="file-title"><span class="file-title-prefix">Class</span><br />PhusionPassenger::AnalyticsLogger::SharedData</td>
55
- <td align="right">
56
- <table cellspacing="0" cellpadding="2">
57
- <tr valign="top">
58
- <td>In:</td>
59
- <td>
60
- <a href="../../../files/lib/phusion_passenger/analytics_logger_rb.html">lib/phusion_passenger/analytics_logger.rb</a>
61
- </td>
62
- </tr>
63
- <tr>
64
- <td>Parent:</td>
65
- <td>
66
- Object
67
- </td>
68
- </tr>
69
- </table>
70
- </td>
71
- </tr>
72
- </table>
73
- <!-- banner header -->
74
-
75
- <div id="bodyContent">
76
- <div id="content">
77
-
78
-
79
-
80
-
81
- <div class="sectiontitle">Methods</div>
82
- <ul>
83
- <li><a href="#M000306">disconnect</a></li>
84
- <li><a href="#M000305">new</a></li>
85
- <li><a href="#M000307">ref</a></li>
86
- <li><a href="#M000309">synchronize</a></li>
87
- <li><a href="#M000308">unref</a></li>
88
- </ul>
89
-
90
-
91
-
92
-
93
-
94
- <div class="sectiontitle">Attributes</div>
95
- <table border='0' cellpadding='5'>
96
- <tr valign='top'>
97
- <td class='attr-rw'>
98
- [RW]
99
- </td>
100
- <td class='attr-name'>client</td>
101
- <td class='attr-desc'></td>
102
- </tr>
103
- <tr valign='top'>
104
- <td class='attr-rw'>
105
- [R]
106
- </td>
107
- <td class='attr-name'>mutex</td>
108
- <td class='attr-desc'></td>
109
- </tr>
110
- </table>
111
-
112
- <div class="sectiontitle">Public Class methods</div>
113
- <div class="method">
114
- <div class="title">
115
- <a name="M000305"></a><b>new</b>()
116
- </div>
117
- <div class="sourcecode">
118
- <p class="source-link">[ <a href="javascript:toggleSource('M000305_source')" id="l_M000305_source">show source</a> ]</p>
119
- <div id="M000305_source" class="dyn-source">
120
- <pre>
121
- <span class="ruby-comment cmt"># File lib/phusion_passenger/analytics_logger.rb, line 333</span>
122
- 333: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>
123
- 334: <span class="ruby-ivar">@mutex</span> = <span class="ruby-constant">Mutex</span>.<span class="ruby-identifier">new</span>
124
- 335: <span class="ruby-ivar">@refcount</span> = <span class="ruby-value">1</span>
125
- 336: <span class="ruby-keyword kw">end</span>
126
- </pre>
127
- </div>
128
- </div>
129
- </div>
130
- <div class="sectiontitle">Public Instance methods</div>
131
- <div class="method">
132
- <div class="title">
133
- <a name="M000306"></a><b>disconnect</b>(check_error_response = false)
134
- </div>
135
- <div class="sourcecode">
136
- <p class="source-link">[ <a href="javascript:toggleSource('M000306_source')" id="l_M000306_source">show source</a> ]</p>
137
- <div id="M000306_source" class="dyn-source">
138
- <pre>
139
- <span class="ruby-comment cmt"># File lib/phusion_passenger/analytics_logger.rb, line 338</span>
140
- 338: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">disconnect</span>(<span class="ruby-identifier">check_error_response</span> = <span class="ruby-keyword kw">false</span>)
141
- 339: <span class="ruby-comment cmt"># TODO: implement check_error_response support</span>
142
- 340: <span class="ruby-ivar">@client</span>.<span class="ruby-identifier">close</span> <span class="ruby-keyword kw">if</span> <span class="ruby-ivar">@client</span>
143
- 341: <span class="ruby-keyword kw">end</span>
144
- </pre>
145
- </div>
146
- </div>
147
- </div>
148
- <div class="method">
149
- <div class="title">
150
- <a name="M000307"></a><b>ref</b>()
151
- </div>
152
- <div class="sourcecode">
153
- <p class="source-link">[ <a href="javascript:toggleSource('M000307_source')" id="l_M000307_source">show source</a> ]</p>
154
- <div id="M000307_source" class="dyn-source">
155
- <pre>
156
- <span class="ruby-comment cmt"># File lib/phusion_passenger/analytics_logger.rb, line 343</span>
157
- 343: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">ref</span>
158
- 344: <span class="ruby-ivar">@refcount</span> <span class="ruby-operator">+=</span> <span class="ruby-value">1</span>
159
- 345: <span class="ruby-keyword kw">end</span>
160
- </pre>
161
- </div>
162
- </div>
163
- </div>
164
- <div class="method">
165
- <div class="title">
166
- <a name="M000309"></a><b>synchronize</b>() {|| ...}
167
- </div>
168
- <div class="sourcecode">
169
- <p class="source-link">[ <a href="javascript:toggleSource('M000309_source')" id="l_M000309_source">show source</a> ]</p>
170
- <div id="M000309_source" class="dyn-source">
171
- <pre>
172
- <span class="ruby-comment cmt"># File lib/phusion_passenger/analytics_logger.rb, line 354</span>
173
- 354: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">synchronize</span>
174
- 355: <span class="ruby-ivar">@mutex</span>.<span class="ruby-identifier">synchronize</span> <span class="ruby-keyword kw">do</span>
175
- 356: <span class="ruby-keyword kw">yield</span>
176
- 357: <span class="ruby-keyword kw">end</span>
177
- 358: <span class="ruby-keyword kw">end</span>
178
- </pre>
179
- </div>
180
- </div>
181
- </div>
182
- <div class="method">
183
- <div class="title">
184
- <a name="M000308"></a><b>unref</b>()
185
- </div>
186
- <div class="sourcecode">
187
- <p class="source-link">[ <a href="javascript:toggleSource('M000308_source')" id="l_M000308_source">show source</a> ]</p>
188
- <div id="M000308_source" class="dyn-source">
189
- <pre>
190
- <span class="ruby-comment cmt"># File lib/phusion_passenger/analytics_logger.rb, line 347</span>
191
- 347: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">unref</span>
192
- 348: <span class="ruby-ivar">@refcount</span> <span class="ruby-operator">-=</span> <span class="ruby-value">1</span>
193
- 349: <span class="ruby-keyword kw">if</span> <span class="ruby-ivar">@refcount</span> <span class="ruby-operator">==</span> <span class="ruby-value">0</span>
194
- 350: <span class="ruby-identifier">disconnect</span>
195
- 351: <span class="ruby-keyword kw">end</span>
196
- 352: <span class="ruby-keyword kw">end</span>
197
- </pre>
198
- </div>
199
- </div>
200
- </div>
201
- </div>
202
-
203
- </div>
204
-
205
- </body>
206
- </html>
@@ -1,155 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
- <html>
6
- <head>
7
- <title>Class: PhusionPassenger::AppInitError</title>
8
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
9
- <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
10
-
11
- <script language="JavaScript" type="text/javascript">
12
- // <![CDATA[
13
-
14
- function toggleSource( id )
15
- {
16
- var elem
17
- var link
18
-
19
- if( document.getElementById )
20
- {
21
- elem = document.getElementById( id )
22
- link = document.getElementById( "l_" + id )
23
- }
24
- else if ( document.all )
25
- {
26
- elem = eval( "document.all." + id )
27
- link = eval( "document.all.l_" + id )
28
- }
29
- else
30
- return false;
31
-
32
- if( elem.style.display == "block" )
33
- {
34
- elem.style.display = "none"
35
- link.innerHTML = "show source"
36
- }
37
- else
38
- {
39
- elem.style.display = "block"
40
- link.innerHTML = "hide source"
41
- }
42
- }
43
-
44
- function openCode( url )
45
- {
46
- window.open( url, "SOURCE_CODE", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=480,width=750" ).focus();
47
- }
48
- // ]]>
49
- </script>
50
- </head>
51
-
52
- <body>
53
- <table width="100%" border='0' cellpadding='0' cellspacing='0' class='banner'><tr>
54
- <td class="file-title"><span class="file-title-prefix">Class</span><br />PhusionPassenger::AppInitError</td>
55
- <td align="right">
56
- <table cellspacing="0" cellpadding="2">
57
- <tr valign="top">
58
- <td>In:</td>
59
- <td>
60
- <a href="../../files/lib/phusion_passenger/exceptions_rb.html">lib/phusion_passenger/exceptions.rb</a>
61
- </td>
62
- </tr>
63
- <tr>
64
- <td>Parent:</td>
65
- <td>
66
- <a href="InitializationError.html">
67
- InitializationError
68
- </a>
69
- </td>
70
- </tr>
71
- </table>
72
- </td>
73
- </tr>
74
- </table>
75
- <!-- banner header -->
76
-
77
- <div id="bodyContent">
78
- <div id="content">
79
-
80
- <div class="description"><p>
81
- Raised when <a
82
- href="Rack/ApplicationSpawner.html">Rack::ApplicationSpawner</a>, <a
83
- href="ClassicRails/ApplicationSpawner.html">ClassicRails::ApplicationSpawner</a>,
84
- <a
85
- href="ClassicRails/FrameworkSpawner.html">ClassicRails::FrameworkSpawner</a>
86
- or <a href="SpawnManager.html">SpawnManager</a> was unable to spawn an
87
- application, because the application either threw an exception or called
88
- exit.
89
- </p>
90
- <p>
91
- If the application called exit, then <tt>child_exception</tt> is an
92
- instance of <tt>SystemExit</tt>.
93
- </p>
94
- </div>
95
-
96
-
97
-
98
- <div class="sectiontitle">Methods</div>
99
- <ul>
100
- <li><a href="#M000285">new</a></li>
101
- </ul>
102
-
103
-
104
-
105
-
106
-
107
- <div class="sectiontitle">Attributes</div>
108
- <table border='0' cellpadding='5'>
109
- <tr valign='top'>
110
- <td class='attr-rw'>
111
- [RW]
112
- </td>
113
- <td class='attr-name'>app_type</td>
114
- <td class='attr-desc'>
115
- The application type, e.g. &quot;rails&quot; or &quot;rack&quot;.
116
-
117
- </td>
118
- </tr>
119
- <tr valign='top'>
120
- <td class='attr-rw'>
121
- [RW]
122
- </td>
123
- <td class='attr-name'>stderr</td>
124
- <td class='attr-desc'>
125
- Any messages printed to stderr before the failure. May be nil.
126
-
127
- </td>
128
- </tr>
129
- </table>
130
-
131
- <div class="sectiontitle">Public Class methods</div>
132
- <div class="method">
133
- <div class="title">
134
- <a name="M000285"></a><b>new</b>(message, child_exception = nil, app_type = &quot;rails&quot;, stderr = nil)
135
- </div>
136
- <div class="sourcecode">
137
- <p class="source-link">[ <a href="javascript:toggleSource('M000285_source')" id="l_M000285_source">show source</a> ]</p>
138
- <div id="M000285_source" class="dyn-source">
139
- <pre>
140
- <span class="ruby-comment cmt"># File lib/phusion_passenger/exceptions.rb, line 66</span>
141
- 66: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">message</span>, <span class="ruby-identifier">child_exception</span> = <span class="ruby-keyword kw">nil</span>, <span class="ruby-identifier">app_type</span> = <span class="ruby-value str">&quot;rails&quot;</span>, <span class="ruby-identifier">stderr</span> = <span class="ruby-keyword kw">nil</span>)
142
- 67: <span class="ruby-keyword kw">super</span>(<span class="ruby-identifier">message</span>, <span class="ruby-identifier">child_exception</span>)
143
- 68: <span class="ruby-ivar">@app_type</span> = <span class="ruby-identifier">app_type</span>
144
- 69: <span class="ruby-ivar">@stderr</span> = <span class="ruby-identifier">stderr</span>
145
- 70: <span class="ruby-keyword kw">end</span>
146
- </pre>
147
- </div>
148
- </div>
149
- </div>
150
- </div>
151
-
152
- </div>
153
-
154
- </body>
155
- </html>
@@ -1,367 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
- <html>
6
- <head>
7
- <title>Class: PhusionPassenger::AppProcess</title>
8
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
9
- <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
10
-
11
- <script language="JavaScript" type="text/javascript">
12
- // <![CDATA[
13
-
14
- function toggleSource( id )
15
- {
16
- var elem
17
- var link
18
-
19
- if( document.getElementById )
20
- {
21
- elem = document.getElementById( id )
22
- link = document.getElementById( "l_" + id )
23
- }
24
- else if ( document.all )
25
- {
26
- elem = eval( "document.all." + id )
27
- link = eval( "document.all.l_" + id )
28
- }
29
- else
30
- return false;
31
-
32
- if( elem.style.display == "block" )
33
- {
34
- elem.style.display = "none"
35
- link.innerHTML = "show source"
36
- }
37
- else
38
- {
39
- elem.style.display = "block"
40
- link.innerHTML = "hide source"
41
- }
42
- }
43
-
44
- function openCode( url )
45
- {
46
- window.open( url, "SOURCE_CODE", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=480,width=750" ).focus();
47
- }
48
- // ]]>
49
- </script>
50
- </head>
51
-
52
- <body>
53
- <table width="100%" border='0' cellpadding='0' cellspacing='0' class='banner'><tr>
54
- <td class="file-title"><span class="file-title-prefix">Class</span><br />PhusionPassenger::AppProcess</td>
55
- <td align="right">
56
- <table cellspacing="0" cellpadding="2">
57
- <tr valign="top">
58
- <td>In:</td>
59
- <td>
60
- <a href="../../files/lib/phusion_passenger/app_process_rb.html">lib/phusion_passenger/app_process.rb</a>
61
- </td>
62
- </tr>
63
- <tr>
64
- <td>Parent:</td>
65
- <td>
66
- Object
67
- </td>
68
- </tr>
69
- </table>
70
- </td>
71
- </tr>
72
- </table>
73
- <!-- banner header -->
74
-
75
- <div id="bodyContent">
76
- <div id="content">
77
-
78
- <div class="description"><p>
79
- Contains various information about an application process.
80
- </p>
81
- </div>
82
-
83
-
84
-
85
- <div class="sectiontitle">Methods</div>
86
- <ul>
87
- <li><a href="#M000314">close</a></li>
88
- <li><a href="#M000310">detect_framework_version</a></li>
89
- <li><a href="#M000313">new</a></li>
90
- <li><a href="#M000311">read_from_channel</a></li>
91
- <li><a href="#M000312">write_to_channel</a></li>
92
- </ul>
93
-
94
-
95
-
96
-
97
-
98
- <div class="sectiontitle">Attributes</div>
99
- <table border='0' cellpadding='5'>
100
- <tr valign='top'>
101
- <td class='attr-rw'>
102
- [R]
103
- </td>
104
- <td class='attr-name'>app_root</td>
105
- <td class='attr-desc'>
106
- The root directory of this application process.
107
-
108
- </td>
109
- </tr>
110
- <tr valign='top'>
111
- <td class='attr-rw'>
112
- [R]
113
- </td>
114
- <td class='attr-name'>owner_pipe</td>
115
- <td class='attr-desc'>
116
- The owner pipe of the application instance (an <a href="../IO.html">IO</a>
117
- object). Please see RequestHandler for a description of the owner pipe.
118
-
119
- </td>
120
- </tr>
121
- <tr valign='top'>
122
- <td class='attr-rw'>
123
- [R]
124
- </td>
125
- <td class='attr-name'>pid</td>
126
- <td class='attr-desc'>
127
- This process&#8216;s PID.
128
-
129
- </td>
130
- </tr>
131
- <tr valign='top'>
132
- <td class='attr-rw'>
133
- [R]
134
- </td>
135
- <td class='attr-name'>server_sockets</td>
136
- <td class='attr-desc'>
137
- A hash containing all server sockets that this application process listens
138
- on. The hash is in the form of:
139
-
140
- <pre>
141
- {
142
- name1 =&gt; [socket_address1, socket_type1],
143
- name2 =&gt; [socket_address2, socket_type2],
144
- ...
145
- }
146
- </pre>
147
- <p>
148
- <tt>name</tt> is a Symbol. <tt>socket_addressx</tt> is the address of the
149
- socket and +socket_type1+ is the socket&#8216;s type (either
150
- &#8216;unix&#8217; or &#8216;tcp&#8217;). There&#8216;s guaranteed to be at
151
- least one server socket, namely one with the name +:main+.
152
- </p>
153
- </td>
154
- </tr>
155
- </table>
156
-
157
- <div class="sectiontitle">Public Class methods</div>
158
- <div class="method">
159
- <div class="title">
160
- <a name="M000310"></a><b>detect_framework_version</b>(app_root)
161
- </div>
162
- <div class="description">
163
- <ul>
164
- <li>Returns the Ruby on Rails version that the application requires.
165
-
166
- </li>
167
- <li>Returns <tt>:vendor</tt> if the application has a vendored Rails.
168
-
169
- </li>
170
- <li>Returns nil if the application doesn&#8216;t specify a particular version.
171
-
172
- </li>
173
- </ul>
174
- <p>
175
- Raises <a href="VersionNotFound.html">VersionNotFound</a> if the required
176
- Rails version is not installed.
177
- </p>
178
- </div>
179
- <div class="sourcecode">
180
- <p class="source-link">[ <a href="javascript:toggleSource('M000310_source')" id="l_M000310_source">show source</a> ]</p>
181
- <div id="M000310_source" class="dyn-source">
182
- <pre>
183
- <span class="ruby-comment cmt"># File lib/phusion_passenger/app_process.rb, line 59</span>
184
- 59: <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">detect_framework_version</span>(<span class="ruby-identifier">app_root</span>)
185
- 60: <span class="ruby-keyword kw">if</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">directory?</span>(<span class="ruby-node">&quot;#{app_root}/vendor/rails/railties&quot;</span>)
186
- 61: <span class="ruby-comment cmt"># NOTE: We must check for 'rails/railties' and not just 'rails'.</span>
187
- 62: <span class="ruby-comment cmt"># Typo's vendor directory contains an empty 'rails' directory.</span>
188
- 63: <span class="ruby-keyword kw">return</span> <span class="ruby-identifier">:vendor</span>
189
- 64: <span class="ruby-keyword kw">end</span>
190
- 65:
191
- 66: <span class="ruby-identifier">environment_rb</span> = <span class="ruby-constant">File</span>.<span class="ruby-identifier">read</span>(<span class="ruby-node">&quot;#{app_root}/config/environment.rb&quot;</span>)
192
- 67: <span class="ruby-identifier">environment_rb</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp re">/^[^#]*RAILS_GEM_VERSION\s*=\s*[&quot;']([!~&lt;&gt;=]*\s*[\d.]+)[&quot;']/</span>
193
- 68: <span class="ruby-identifier">gem_version_spec</span> = <span class="ruby-identifier">$1</span>
194
- 69: <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">gem_version_spec</span>.<span class="ruby-identifier">nil?</span>
195
- 70: <span class="ruby-keyword kw">return</span> <span class="ruby-keyword kw">nil</span>
196
- 71: <span class="ruby-keyword kw">end</span>
197
- 72:
198
- 73: <span class="ruby-identifier">search_results</span> = <span class="ruby-constant">Gem</span>.<span class="ruby-identifier">cache</span>.<span class="ruby-identifier">search</span>(<span class="ruby-constant">Gem</span><span class="ruby-operator">::</span><span class="ruby-constant">Dependency</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value str">'rails'</span>, <span class="ruby-identifier">gem_version_spec</span>), <span class="ruby-keyword kw">true</span>)
199
- 74: <span class="ruby-identifier">found_version</span> = <span class="ruby-identifier">search_results</span>.<span class="ruby-identifier">map</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">x</span><span class="ruby-operator">|</span>
200
- 75: <span class="ruby-identifier">x</span>.<span class="ruby-identifier">version</span>.<span class="ruby-identifier">version</span>
201
- 76: <span class="ruby-keyword kw">end</span>.<span class="ruby-identifier">sort</span>.<span class="ruby-identifier">last</span>
202
- 77: <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">found_version</span>.<span class="ruby-identifier">nil?</span>
203
- 78: <span class="ruby-comment cmt"># If this error was reported before, then the cache might be out of</span>
204
- 79: <span class="ruby-comment cmt"># date because the Rails version may have been installed now.</span>
205
- 80: <span class="ruby-comment cmt"># So we reload the RubyGems cache and try again.</span>
206
- 81: <span class="ruby-constant">Gem</span>.<span class="ruby-identifier">clear_paths</span>
207
- 82: <span class="ruby-identifier">search_results</span> = <span class="ruby-constant">Gem</span>.<span class="ruby-identifier">cache</span>.<span class="ruby-identifier">search</span>(<span class="ruby-constant">Gem</span><span class="ruby-operator">::</span><span class="ruby-constant">Dependency</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value str">'rails'</span>, <span class="ruby-identifier">gem_version_spec</span>), <span class="ruby-keyword kw">true</span>)
208
- 83: <span class="ruby-identifier">found_version</span> = <span class="ruby-identifier">search_results</span>.<span class="ruby-identifier">map</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">x</span><span class="ruby-operator">|</span>
209
- 84: <span class="ruby-identifier">x</span>.<span class="ruby-identifier">version</span>.<span class="ruby-identifier">version</span>
210
- 85: <span class="ruby-keyword kw">end</span>.<span class="ruby-identifier">sort</span>.<span class="ruby-identifier">last</span>
211
- 86: <span class="ruby-keyword kw">end</span>
212
- 87:
213
- 88: <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">found_version</span>.<span class="ruby-identifier">nil?</span>
214
- 89: <span class="ruby-identifier">raise</span> <span class="ruby-constant">VersionNotFound</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value str">&quot;There is no Ruby on Rails version &quot;</span> <span class="ruby-operator">&lt;&lt;</span>
215
- 90: <span class="ruby-node">&quot;installed that matches version \&quot;#{gem_version_spec}\&quot;&quot;</span>,
216
- 91: <span class="ruby-identifier">gem_version_spec</span>)
217
- 92: <span class="ruby-keyword kw">else</span>
218
- 93: <span class="ruby-keyword kw">return</span> <span class="ruby-identifier">found_version</span>
219
- 94: <span class="ruby-keyword kw">end</span>
220
- 95: <span class="ruby-keyword kw">end</span>
221
- </pre>
222
- </div>
223
- </div>
224
- </div>
225
- <div class="method">
226
- <div class="title">
227
- <a name="M000313"></a><b>new</b>(app_root, pid, owner_pipe, server_sockets)
228
- </div>
229
- <div class="description">
230
- <p>
231
- Creates a <a href="AppProcess.html#M000313">new</a> <a
232
- href="AppProcess.html">AppProcess</a> instance. The parameters correspond
233
- with the attributes of the same names. No exceptions will be thrown.
234
- </p>
235
- </div>
236
- <div class="sourcecode">
237
- <p class="source-link">[ <a href="javascript:toggleSource('M000313_source')" id="l_M000313_source">show source</a> ]</p>
238
- <div id="M000313_source" class="dyn-source">
239
- <pre>
240
- <span class="ruby-comment cmt"># File lib/phusion_passenger/app_process.rb, line 137</span>
241
- 137: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">app_root</span>, <span class="ruby-identifier">pid</span>, <span class="ruby-identifier">owner_pipe</span>, <span class="ruby-identifier">server_sockets</span>)
242
- 138: <span class="ruby-ivar">@app_root</span> = <span class="ruby-identifier">app_root</span>
243
- 139: <span class="ruby-ivar">@pid</span> = <span class="ruby-identifier">pid</span>
244
- 140: <span class="ruby-ivar">@owner_pipe</span> = <span class="ruby-identifier">owner_pipe</span>
245
- 141:
246
- 142: <span class="ruby-comment cmt"># We copy the values like this so one can directly pass</span>
247
- 143: <span class="ruby-comment cmt"># AbstractRequestHandler#server_sockets as arguments</span>
248
- 144: <span class="ruby-comment cmt"># without having AppProcess store references to the socket</span>
249
- 145: <span class="ruby-comment cmt"># IO objects.</span>
250
- 146: <span class="ruby-ivar">@server_sockets</span> = {}
251
- 147: <span class="ruby-identifier">server_sockets</span>.<span class="ruby-identifier">each_pair</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">name</span>, <span class="ruby-identifier">value</span><span class="ruby-operator">|</span>
252
- 148: <span class="ruby-ivar">@server_sockets</span>[<span class="ruby-identifier">name</span>] = [<span class="ruby-identifier">value</span>[<span class="ruby-value">0</span>], <span class="ruby-identifier">value</span>[<span class="ruby-value">1</span>]]
253
- 149: <span class="ruby-keyword kw">end</span>
254
- 150: <span class="ruby-keyword kw">end</span>
255
- </pre>
256
- </div>
257
- </div>
258
- </div>
259
- <div class="method">
260
- <div class="title">
261
- <a name="M000311"></a><b>read_from_channel</b>(channel)
262
- </div>
263
- <div class="description">
264
- <p>
265
- Construct an <a href="AppProcess.html">AppProcess</a> by reading
266
- information from the given <a
267
- href="MessageChannel.html">MessageChannel</a>. The other side of the
268
- channel must be writing <a href="AppProcess.html">AppProcess</a>
269
- information using <a
270
- href="AppProcess.html#M000312">AppProcess#write_to_channel</a>.
271
- </p>
272
- <p>
273
- Might raise SystemCallError, IOError or SocketError.
274
- </p>
275
- </div>
276
- <div class="sourcecode">
277
- <p class="source-link">[ <a href="javascript:toggleSource('M000311_source')" id="l_M000311_source">show source</a> ]</p>
278
- <div id="M000311_source" class="dyn-source">
279
- <pre>
280
- <span class="ruby-comment cmt"># File lib/phusion_passenger/app_process.rb, line 102</span>
281
- 102: <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">read_from_channel</span>(<span class="ruby-identifier">channel</span>)
282
- 103: <span class="ruby-identifier">app_root</span>, <span class="ruby-identifier">pid</span>, <span class="ruby-identifier">n_server_sockets</span> = <span class="ruby-identifier">channel</span>.<span class="ruby-identifier">read</span>
283
- 104: <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">app_root</span>.<span class="ruby-identifier">nil?</span>
284
- 105: <span class="ruby-identifier">raise</span> <span class="ruby-constant">IOError</span>, <span class="ruby-value str">&quot;Connection closed&quot;</span>
285
- 106: <span class="ruby-keyword kw">end</span>
286
- 107:
287
- 108: <span class="ruby-identifier">server_sockets</span> = {}
288
- 109: <span class="ruby-identifier">n_server_sockets</span>.<span class="ruby-identifier">to_i</span>.<span class="ruby-identifier">times</span> <span class="ruby-keyword kw">do</span>
289
- 110: <span class="ruby-identifier">message</span> = <span class="ruby-identifier">channel</span>.<span class="ruby-identifier">read</span>
290
- 111: <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">message</span>.<span class="ruby-identifier">nil?</span>
291
- 112: <span class="ruby-identifier">raise</span> <span class="ruby-constant">IOError</span>, <span class="ruby-value str">&quot;Connection closed&quot;</span>
292
- 113: <span class="ruby-keyword kw">end</span>
293
- 114: <span class="ruby-identifier">name</span> = <span class="ruby-identifier">message</span>.<span class="ruby-identifier">shift</span>
294
- 115: <span class="ruby-identifier">server_sockets</span>[<span class="ruby-identifier">name</span>.<span class="ruby-identifier">to_sym</span>] = <span class="ruby-identifier">message</span>
295
- 116: <span class="ruby-keyword kw">end</span>
296
- 117:
297
- 118: <span class="ruby-identifier">owner_pipe</span> = <span class="ruby-identifier">channel</span>.<span class="ruby-identifier">recv_io</span>
298
- 119:
299
- 120: <span class="ruby-keyword kw">return</span> <span class="ruby-identifier">new</span>(<span class="ruby-identifier">app_root</span>, <span class="ruby-identifier">pid</span>.<span class="ruby-identifier">to_i</span>, <span class="ruby-identifier">owner_pipe</span>, <span class="ruby-identifier">server_sockets</span>)
300
- 121: <span class="ruby-keyword kw">end</span>
301
- </pre>
302
- </div>
303
- </div>
304
- </div>
305
- <div class="sectiontitle">Public Instance methods</div>
306
- <div class="method">
307
- <div class="title">
308
- <a name="M000314"></a><b>close</b>()
309
- </div>
310
- <div class="description">
311
- <p>
312
- Close the connection with the application process. If there are no other
313
- processes that have connections to this application process, then it will
314
- shutdown as soon as possible.
315
- </p>
316
- <p>
317
- See also AbstractRequestHandler#owner_pipe.
318
- </p>
319
- </div>
320
- <div class="sourcecode">
321
- <p class="source-link">[ <a href="javascript:toggleSource('M000314_source')" id="l_M000314_source">show source</a> ]</p>
322
- <div id="M000314_source" class="dyn-source">
323
- <pre>
324
- <span class="ruby-comment cmt"># File lib/phusion_passenger/app_process.rb, line 157</span>
325
- 157: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">close</span>
326
- 158: <span class="ruby-ivar">@owner_pipe</span>.<span class="ruby-identifier">close</span> <span class="ruby-keyword kw">rescue</span> <span class="ruby-keyword kw">nil</span>
327
- 159: <span class="ruby-keyword kw">end</span>
328
- </pre>
329
- </div>
330
- </div>
331
- </div>
332
- <div class="method">
333
- <div class="title">
334
- <a name="M000312"></a><b>write_to_channel</b>(channel)
335
- </div>
336
- <div class="description">
337
- <p>
338
- Write this <a href="AppProcess.html">AppProcess</a>&#8216;s information
339
- over the given <a href="MessageChannel.html">MessageChannel</a>. The other
340
- side must read the information using AppProces.read_from_channel.
341
- </p>
342
- <p>
343
- Might raise SystemCallError, IOError or SocketError.
344
- </p>
345
- </div>
346
- <div class="sourcecode">
347
- <p class="source-link">[ <a href="javascript:toggleSource('M000312_source')" id="l_M000312_source">show source</a> ]</p>
348
- <div id="M000312_source" class="dyn-source">
349
- <pre>
350
- <span class="ruby-comment cmt"># File lib/phusion_passenger/app_process.rb, line 127</span>
351
- 127: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">write_to_channel</span>(<span class="ruby-identifier">channel</span>)
352
- 128: <span class="ruby-identifier">channel</span>.<span class="ruby-identifier">write</span>(<span class="ruby-ivar">@app_root</span>, <span class="ruby-ivar">@pid</span>, <span class="ruby-ivar">@server_sockets</span>.<span class="ruby-identifier">size</span>)
353
- 129: <span class="ruby-ivar">@server_sockets</span>.<span class="ruby-identifier">each_pair</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">name</span>, <span class="ruby-identifier">value</span><span class="ruby-operator">|</span>
354
- 130: <span class="ruby-identifier">channel</span>.<span class="ruby-identifier">write</span>(<span class="ruby-identifier">name</span>.<span class="ruby-identifier">to_s</span>, <span class="ruby-operator">*</span><span class="ruby-identifier">value</span>)
355
- 131: <span class="ruby-keyword kw">end</span>
356
- 132: <span class="ruby-identifier">channel</span>.<span class="ruby-identifier">send_io</span>(<span class="ruby-ivar">@owner_pipe</span>)
357
- 133: <span class="ruby-keyword kw">end</span>
358
- </pre>
359
- </div>
360
- </div>
361
- </div>
362
- </div>
363
-
364
- </div>
365
-
366
- </body>
367
- </html>