passenger 3.0.0.pre4 → 3.0.0
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.
- data/bin/passenger-install-apache2-module +6 -6
- data/doc/Users guide Apache.html +1 -1
- data/doc/Users guide Nginx.html +1 -1
- data/doc/Users guide Standalone.html +1 -1
- data/doc/cxxapi/Constants_8h_source.html +1 -1
- data/doc/cxxapi/MessageServer_8h_source.html +416 -410
- data/doc/rdoc/classes/ConditionVariable.html +215 -0
- data/doc/rdoc/classes/Exception.html +120 -0
- data/doc/rdoc/classes/GC.html +113 -0
- data/doc/rdoc/classes/IO.html +221 -0
- data/doc/rdoc/classes/PhusionPassenger.html +397 -0
- data/doc/rdoc/classes/PhusionPassenger/AbstractInstaller.html +180 -0
- data/doc/rdoc/classes/PhusionPassenger/AbstractRequestHandler.html +647 -0
- data/doc/rdoc/classes/PhusionPassenger/AbstractServer.html +654 -0
- data/doc/rdoc/classes/PhusionPassenger/AbstractServer/InvalidPassword.html +92 -0
- data/doc/rdoc/classes/PhusionPassenger/AbstractServer/ServerAlreadyStarted.html +97 -0
- data/doc/rdoc/classes/PhusionPassenger/AbstractServer/ServerError.html +96 -0
- data/doc/rdoc/classes/PhusionPassenger/AbstractServer/ServerNotStarted.html +97 -0
- data/doc/rdoc/classes/PhusionPassenger/AbstractServer/UnknownMessage.html +96 -0
- data/doc/rdoc/classes/PhusionPassenger/AbstractServerCollection.html +619 -0
- data/doc/rdoc/classes/PhusionPassenger/AdminTools.html +142 -0
- data/doc/rdoc/classes/PhusionPassenger/AdminTools/MemoryStats.html +368 -0
- data/doc/rdoc/classes/PhusionPassenger/AdminTools/MemoryStats/Process.html +231 -0
- data/doc/rdoc/classes/PhusionPassenger/AdminTools/ServerInstance.html +588 -0
- data/doc/rdoc/classes/PhusionPassenger/AdminTools/ServerInstance/CorruptedDirectoryError.html +92 -0
- data/doc/rdoc/classes/PhusionPassenger/AdminTools/ServerInstance/GenerationsAbsentError.html +92 -0
- data/doc/rdoc/classes/PhusionPassenger/AdminTools/ServerInstance/Group.html +147 -0
- data/doc/rdoc/classes/PhusionPassenger/AdminTools/ServerInstance/Process.html +279 -0
- data/doc/rdoc/classes/PhusionPassenger/AdminTools/ServerInstance/RoleDeniedError.html +92 -0
- data/doc/rdoc/classes/PhusionPassenger/AdminTools/ServerInstance/StaleDirectoryError.html +92 -0
- data/doc/rdoc/classes/PhusionPassenger/AdminTools/ServerInstance/Stats.html +123 -0
- data/doc/rdoc/classes/PhusionPassenger/AdminTools/ServerInstance/UnsupportedGenerationStructureVersionError.html +92 -0
- data/doc/rdoc/classes/PhusionPassenger/AnalyticsLogger.html +341 -0
- data/doc/rdoc/classes/PhusionPassenger/AnalyticsLogger/Log.html +294 -0
- data/doc/rdoc/classes/PhusionPassenger/AnalyticsLogger/SharedData.html +199 -0
- data/doc/rdoc/classes/PhusionPassenger/AppInitError.html +155 -0
- data/doc/rdoc/classes/PhusionPassenger/AppProcess.html +367 -0
- data/doc/rdoc/classes/PhusionPassenger/ClassicRails.html +95 -0
- data/doc/rdoc/classes/PhusionPassenger/ClassicRails/ApplicationSpawner.html +351 -0
- data/doc/rdoc/classes/PhusionPassenger/ClassicRails/ApplicationSpawner/Error.html +98 -0
- data/doc/rdoc/classes/PhusionPassenger/ClassicRails/CGIFixed.html +200 -0
- data/doc/rdoc/classes/PhusionPassenger/ClassicRails/FrameworkSpawner.html +410 -0
- data/doc/rdoc/classes/PhusionPassenger/ClassicRails/FrameworkSpawner/Error.html +98 -0
- data/doc/rdoc/classes/PhusionPassenger/ClassicRails/RequestHandler.html +156 -0
- data/doc/rdoc/classes/PhusionPassenger/ClassicRailsExtensions.html +115 -0
- data/doc/rdoc/classes/PhusionPassenger/ClassicRailsExtensions/AnalyticsLogging.html +202 -0
- data/doc/rdoc/classes/PhusionPassenger/ConsoleTextTemplate.html +172 -0
- data/doc/rdoc/classes/PhusionPassenger/DebugLogging.html +273 -0
- data/doc/rdoc/classes/PhusionPassenger/FrameworkInitError.html +145 -0
- data/doc/rdoc/classes/PhusionPassenger/HTMLTemplate.html +162 -0
- data/doc/rdoc/classes/PhusionPassenger/InitializationError.html +141 -0
- data/doc/rdoc/classes/PhusionPassenger/InvalidPath.html +92 -0
- data/doc/rdoc/classes/PhusionPassenger/MessageChannel.html +673 -0
- data/doc/rdoc/classes/PhusionPassenger/MessageChannel/InvalidHashError.html +92 -0
- data/doc/rdoc/classes/PhusionPassenger/MessageClient.html +415 -0
- data/doc/rdoc/classes/PhusionPassenger/NativeSupportLoader.html +134 -0
- data/doc/rdoc/classes/PhusionPassenger/Packaging.html +129 -0
- data/doc/rdoc/classes/PhusionPassenger/PlatformInfo.html +1809 -0
- data/doc/rdoc/classes/PhusionPassenger/Plugin.html +237 -0
- data/doc/rdoc/classes/PhusionPassenger/Rack.html +91 -0
- data/doc/rdoc/classes/PhusionPassenger/Rack/ApplicationSpawner.html +312 -0
- data/doc/rdoc/classes/PhusionPassenger/Rack/ApplicationSpawner/Error.html +98 -0
- data/doc/rdoc/classes/PhusionPassenger/Rack/RequestHandler.html +218 -0
- data/doc/rdoc/classes/PhusionPassenger/Rails3Extensions.html +114 -0
- data/doc/rdoc/classes/PhusionPassenger/Rails3Extensions/AnalyticsLogging.html +256 -0
- data/doc/rdoc/classes/PhusionPassenger/Rails3Extensions/AnalyticsLogging/ACExtension.html +139 -0
- data/doc/rdoc/classes/PhusionPassenger/Rails3Extensions/AnalyticsLogging/ASBenchmarkableExtension.html +118 -0
- data/doc/rdoc/classes/PhusionPassenger/Rails3Extensions/AnalyticsLogging/ExceptionLogger.html +135 -0
- data/doc/rdoc/classes/PhusionPassenger/SpawnManager.html +378 -0
- data/doc/rdoc/classes/PhusionPassenger/Standalone.html +111 -0
- data/doc/rdoc/classes/PhusionPassenger/Standalone/AppFinder.html +252 -0
- data/doc/rdoc/classes/PhusionPassenger/Standalone/Command.html +161 -0
- data/doc/rdoc/classes/PhusionPassenger/Standalone/ConfigFile.html +368 -0
- data/doc/rdoc/classes/PhusionPassenger/Standalone/ConfigFile/DisallowedContextError.html +132 -0
- data/doc/rdoc/classes/PhusionPassenger/Standalone/HelpCommand.html +151 -0
- data/doc/rdoc/classes/PhusionPassenger/Standalone/Main.html +189 -0
- data/doc/rdoc/classes/PhusionPassenger/Standalone/PackageRuntimeCommand.html +177 -0
- data/doc/rdoc/classes/PhusionPassenger/Standalone/RuntimeInstaller.html +341 -0
- data/doc/rdoc/classes/PhusionPassenger/Standalone/StartCommand.html +203 -0
- data/doc/rdoc/classes/PhusionPassenger/Standalone/StatusCommand.html +156 -0
- data/doc/rdoc/classes/PhusionPassenger/Standalone/StopCommand.html +168 -0
- data/doc/rdoc/classes/PhusionPassenger/Standalone/Utils.html +86 -0
- data/doc/rdoc/classes/PhusionPassenger/Standalone/VersionCommand.html +135 -0
- data/doc/rdoc/classes/PhusionPassenger/UnknownError.html +125 -0
- data/doc/rdoc/classes/PhusionPassenger/Utils.html +1550 -0
- data/doc/rdoc/classes/PhusionPassenger/Utils/FileSystemWatcher.html +204 -0
- data/doc/rdoc/classes/PhusionPassenger/Utils/FileSystemWatcher/DirInfo.html +171 -0
- data/doc/rdoc/classes/PhusionPassenger/Utils/FileSystemWatcher/FileInfo.html +140 -0
- data/doc/rdoc/classes/PhusionPassenger/Utils/HostsFileParser.html +260 -0
- data/doc/rdoc/classes/PhusionPassenger/Utils/PseudoIO.html +169 -0
- data/doc/rdoc/classes/PhusionPassenger/Utils/RewindableInput.html +265 -0
- data/doc/rdoc/classes/PhusionPassenger/Utils/RewindableInput/Tempfile.html +120 -0
- data/doc/rdoc/classes/PhusionPassenger/Utils/UnseekableSocket.html +561 -0
- data/doc/rdoc/classes/PhusionPassenger/VersionNotFound.html +140 -0
- data/doc/rdoc/classes/PhusionPassenger/WSGI.html +89 -0
- data/doc/rdoc/classes/PhusionPassenger/WSGI/ApplicationSpawner.html +182 -0
- data/doc/rdoc/classes/Process.html +115 -0
- data/doc/rdoc/classes/Signal.html +139 -0
- data/doc/rdoc/created.rid +1 -0
- data/doc/rdoc/files/DEVELOPERS_TXT.html +276 -0
- data/doc/rdoc/files/README.html +157 -0
- data/doc/rdoc/files/lib/phusion_passenger/abstract_installer_rb.html +130 -0
- data/doc/rdoc/files/lib/phusion_passenger/abstract_request_handler_rb.html +135 -0
- data/doc/rdoc/files/lib/phusion_passenger/abstract_server_collection_rb.html +126 -0
- data/doc/rdoc/files/lib/phusion_passenger/abstract_server_rb.html +128 -0
- data/doc/rdoc/files/lib/phusion_passenger/admin_tools/memory_stats_rb.html +126 -0
- data/doc/rdoc/files/lib/phusion_passenger/admin_tools/server_instance_rb.html +132 -0
- data/doc/rdoc/files/lib/phusion_passenger/admin_tools_rb.html +122 -0
- data/doc/rdoc/files/lib/phusion_passenger/analytics_logger_rb.html +129 -0
- data/doc/rdoc/files/lib/phusion_passenger/app_process_rb.html +127 -0
- data/doc/rdoc/files/lib/phusion_passenger/classic_rails/application_spawner_rb.html +141 -0
- data/doc/rdoc/files/lib/phusion_passenger/classic_rails/cgi_fixed_rb.html +126 -0
- data/doc/rdoc/files/lib/phusion_passenger/classic_rails/framework_spawner_rb.html +146 -0
- data/doc/rdoc/files/lib/phusion_passenger/classic_rails/request_handler_rb.html +125 -0
- data/doc/rdoc/files/lib/phusion_passenger/classic_rails_extensions/init_rb.html +132 -0
- data/doc/rdoc/files/lib/phusion_passenger/console_text_template_rb.html +126 -0
- data/doc/rdoc/files/lib/phusion_passenger/constants_rb.html +122 -0
- data/doc/rdoc/files/lib/phusion_passenger/debug_logging_rb.html +122 -0
- data/doc/rdoc/files/lib/phusion_passenger/dependencies_rb.html +147 -0
- data/doc/rdoc/files/lib/phusion_passenger/exceptions_rb.html +122 -0
- data/doc/rdoc/files/lib/phusion_passenger/html_template_rb.html +127 -0
- data/doc/rdoc/files/lib/phusion_passenger/message_channel_rb.html +120 -0
- data/doc/rdoc/files/lib/phusion_passenger/message_client_rb.html +127 -0
- data/doc/rdoc/files/lib/phusion_passenger/native_support_rb.html +132 -0
- data/doc/rdoc/files/lib/phusion_passenger/packaging_rb.html +122 -0
- data/doc/rdoc/files/lib/phusion_passenger/platform_info/apache_rb.html +127 -0
- data/doc/rdoc/files/lib/phusion_passenger/platform_info/binary_compatibility_rb.html +129 -0
- data/doc/rdoc/files/lib/phusion_passenger/platform_info/compiler_rb.html +126 -0
- data/doc/rdoc/files/lib/phusion_passenger/platform_info/curl_rb.html +126 -0
- data/doc/rdoc/files/lib/phusion_passenger/platform_info/documentation_tools_rb.html +126 -0
- data/doc/rdoc/files/lib/phusion_passenger/platform_info/linux_rb.html +126 -0
- data/doc/rdoc/files/lib/phusion_passenger/platform_info/operating_system_rb.html +127 -0
- data/doc/rdoc/files/lib/phusion_passenger/platform_info/ruby_rb.html +128 -0
- data/doc/rdoc/files/lib/phusion_passenger/platform_info/zlib_rb.html +126 -0
- data/doc/rdoc/files/lib/phusion_passenger/platform_info_rb.html +122 -0
- data/doc/rdoc/files/lib/phusion_passenger/plugin_rb.html +127 -0
- data/doc/rdoc/files/lib/phusion_passenger/public_api_rb.html +127 -0
- data/doc/rdoc/files/lib/phusion_passenger/rack/application_spawner_rb.html +137 -0
- data/doc/rdoc/files/lib/phusion_passenger/rack/request_handler_rb.html +125 -0
- data/doc/rdoc/files/lib/phusion_passenger/rails3_extensions/init_rb.html +127 -0
- data/doc/rdoc/files/lib/phusion_passenger/simple_benchmarking_rb.html +122 -0
- data/doc/rdoc/files/lib/phusion_passenger/spawn_manager_rb.html +160 -0
- data/doc/rdoc/files/lib/phusion_passenger/standalone/app_finder_rb.html +127 -0
- data/doc/rdoc/files/lib/phusion_passenger/standalone/command_rb.html +135 -0
- data/doc/rdoc/files/lib/phusion_passenger/standalone/config_file_rb.html +126 -0
- data/doc/rdoc/files/lib/phusion_passenger/standalone/help_command_rb.html +126 -0
- data/doc/rdoc/files/lib/phusion_passenger/standalone/main_rb.html +126 -0
- data/doc/rdoc/files/lib/phusion_passenger/standalone/package_runtime_command_rb.html +127 -0
- data/doc/rdoc/files/lib/phusion_passenger/standalone/runtime_installer_rb.html +133 -0
- data/doc/rdoc/files/lib/phusion_passenger/standalone/start_command_rb.html +136 -0
- data/doc/rdoc/files/lib/phusion_passenger/standalone/status_command_rb.html +126 -0
- data/doc/rdoc/files/lib/phusion_passenger/standalone/stop_command_rb.html +126 -0
- data/doc/rdoc/files/lib/phusion_passenger/standalone/utils_rb.html +126 -0
- data/doc/rdoc/files/lib/phusion_passenger/standalone/version_command_rb.html +127 -0
- data/doc/rdoc/files/lib/phusion_passenger/utils/file_system_watcher_rb.html +126 -0
- data/doc/rdoc/files/lib/phusion_passenger/utils/hosts_file_parser_rb.html +120 -0
- data/doc/rdoc/files/lib/phusion_passenger/utils/rewindable_input_rb.html +100 -0
- data/doc/rdoc/files/lib/phusion_passenger/utils/tmpdir_rb.html +122 -0
- data/doc/rdoc/files/lib/phusion_passenger/utils/unseekable_socket_rb.html +126 -0
- data/doc/rdoc/files/lib/phusion_passenger/utils_rb.html +179 -0
- data/doc/rdoc/files/lib/phusion_passenger/wsgi/application_spawner_rb.html +132 -0
- data/doc/rdoc/fr_class_index.html +138 -0
- data/doc/rdoc/fr_file_index.html +108 -0
- data/doc/rdoc/fr_method_index.html +430 -0
- data/doc/rdoc/index.html +26 -0
- data/doc/rdoc/rdoc-style.css +187 -0
- data/ext/apache2/HelperAgent.cpp +7 -1
- data/ext/common/Constants.h +1 -1
- data/ext/common/MessageServer.h +7 -1
- data/ext/nginx/StaticContentHandler.c +5 -13
- data/lib/phusion_passenger.rb +2 -2
- data/lib/phusion_passenger/standalone/start_command.rb +6 -6
- data/lib/phusion_passenger/templates/standalone/config.erb +2 -2
- metadata +168 -12
- data/ext/libev/config.h +0 -122
@@ -78,11 +78,6 @@ class Installer < PhusionPassenger::AbstractInstaller
|
|
78
78
|
end
|
79
79
|
|
80
80
|
def install!
|
81
|
-
if @snippet
|
82
|
-
show_apache2_config_snippets(true)
|
83
|
-
exit
|
84
|
-
end
|
85
|
-
|
86
81
|
if PhusionPassenger.natively_packaged?
|
87
82
|
check_dependencies || exit(1)
|
88
83
|
show_apache2_config_snippets
|
@@ -234,4 +229,9 @@ rescue OptionParser::ParseError => e
|
|
234
229
|
exit 1
|
235
230
|
end
|
236
231
|
|
237
|
-
Installer.new(options)
|
232
|
+
installer = Installer.new(options)
|
233
|
+
if options[:snippet]
|
234
|
+
installer.send(:show_apache2_config_snippets, true)
|
235
|
+
else
|
236
|
+
installer.start
|
237
|
+
end
|
data/doc/Users guide Apache.html
CHANGED
data/doc/Users guide Nginx.html
CHANGED
@@ -51,7 +51,7 @@
|
|
51
51
|
<a name="l00026"></a>00026 <span class="preprocessor"></span><span class="preprocessor">#define _PASSENGER_CONSTANTS_H_</span>
|
52
52
|
<a name="l00027"></a>00027 <span class="preprocessor"></span>
|
53
53
|
<a name="l00028"></a>00028 <span class="comment">/* Don't forget to update lib/phusion_passenger.rb too. */</span>
|
54
|
-
<a name="l00029"></a>00029 <span class="preprocessor">#define PASSENGER_VERSION "3.0.0
|
54
|
+
<a name="l00029"></a>00029 <span class="preprocessor">#define PASSENGER_VERSION "3.0.0"</span>
|
55
55
|
<a name="l00030"></a>00030 <span class="preprocessor"></span>
|
56
56
|
<a name="l00031"></a>00031 <span class="preprocessor">#define FEEDBACK_FD 3</span>
|
57
57
|
<a name="l00032"></a>00032 <span class="preprocessor"></span>
|
@@ -182,422 +182,428 @@
|
|
182
182
|
<a name="l00157"></a>00157 <span class="comment"> */</span>
|
183
183
|
<a name="l00158"></a><a class="code" href="classPassenger_1_1MessageServer.html">00158</a> <span class="keyword">class </span><a class="code" href="classPassenger_1_1MessageServer.html" title="Simple pluggable request/response messaging server framework.">MessageServer</a> {
|
184
184
|
<a name="l00159"></a>00159 <span class="keyword">public</span>:
|
185
|
-
<a name="l00160"></a>00160 <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> CLIENT_THREAD_STACK_SIZE =
|
186
|
-
<a name="l00161"></a>00161
|
187
|
-
<a name="l00162"></a>00162 <span class="
|
188
|
-
<a name="l00163"></a
|
189
|
-
<a name="l00164"></a>00164
|
190
|
-
<a name="l00165"></a>00165
|
191
|
-
<a name="l00166"></a>00166
|
192
|
-
<a name="l00167"></a>00167
|
193
|
-
<a name="l00168"></a>00168
|
194
|
-
<a name="l00169"></a>00169 <span class="
|
195
|
-
<a name="l00170"></a>00170
|
196
|
-
<a name="l00171"></a>00171
|
197
|
-
<a name="l00172"></a>00172
|
198
|
-
<a name="l00173"></a>00173
|
199
|
-
<a name="l00174"></a
|
200
|
-
<a name="l00175"></a>00175 <span class="
|
201
|
-
<a name="l00176"></a>00176 <span class="comment">
|
202
|
-
<a name="l00177"></a
|
203
|
-
<a name="l00178"></a>00178
|
204
|
-
<a name="l00179"></a>00179 <span class="comment">
|
205
|
-
<a name="l00180"></a><a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html
|
206
|
-
<a name="l00181"></a>00181
|
207
|
-
<a name="l00182"></a>00182 <span class="comment"> /** The
|
208
|
-
<a name="l00183"></a><a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html#
|
209
|
-
<a name="l00184"></a>00184
|
210
|
-
<a name="l00185"></a>00185
|
211
|
-
<a name="l00186"></a>00186 <a class="code" href="
|
212
|
-
<a name="l00187"></a>00187
|
213
|
-
<a name="l00188"></a>00188
|
214
|
-
<a name="l00189"></a>00189 <
|
215
|
-
<a name="l00190"></a>00190
|
216
|
-
<a name="l00191"></a
|
217
|
-
<a name="l00192"></a>00192
|
218
|
-
<a name="l00193"></a>00193
|
219
|
-
<a name="l00194"></a>00194
|
220
|
-
<a name="l00195"></a>00195
|
221
|
-
<a name="l00196"></a>00196 <span class="comment">
|
222
|
-
<a name="l00197"></a>00197
|
223
|
-
<a name="l00198"></a>00198
|
224
|
-
<a name="l00199"></a>00199
|
225
|
-
<a name="l00200"></a>00200
|
226
|
-
<a name="l00201"></a>00201 <span class="comment">
|
227
|
-
<a name="l00202"></a>00202 <span class="comment"> *
|
228
|
-
<a name="l00203"></a>00203 <span class="comment">
|
229
|
-
<a name="l00204"></a
|
230
|
-
<a name="l00205"></a>00205
|
231
|
-
<a name="l00206"></a>00206
|
232
|
-
<a name="l00207"></a>00207
|
233
|
-
<a name="l00208"></a>00208
|
234
|
-
<a name="l00209"></a>00209
|
235
|
-
<a name="l00210"></a
|
236
|
-
<a name="l00211"></a>00211
|
237
|
-
<a name="l00212"></a>00212
|
238
|
-
<a name="l00213"></a>00213
|
239
|
-
<a name="l00214"></a>00214
|
240
|
-
<a name="l00215"></a>00215 <span class="
|
241
|
-
<a name="l00216"></a>00216
|
242
|
-
<a name="l00217"></a>00217
|
243
|
-
<a name="l00218"></a>00218
|
244
|
-
<a name="l00219"></a>00219
|
245
|
-
<a name="l00220"></a>00220
|
246
|
-
<a name="l00221"></a>00221 <span class="comment">
|
247
|
-
<a name="l00222"></a
|
248
|
-
<a name="l00223"></a>00223
|
249
|
-
<a name="l00224"></a>00224
|
250
|
-
<a name="l00225"></a>00225
|
251
|
-
<a name="l00226"></a>00226 <span class="comment">
|
252
|
-
<a name="l00227"></a>00227 <span class="comment">
|
253
|
-
<a name="l00228"></a>00228
|
254
|
-
<a name="l00229"></a>00229
|
255
|
-
<a name="l00230"></a>00230
|
256
|
-
<a name="l00231"></a>00231
|
257
|
-
<a name="l00232"></a>00232 <span class="comment">
|
258
|
-
<a name="l00233"></a>00233 <span class="comment"> *
|
259
|
-
<a name="l00234"></a>00234 <span class="comment">
|
260
|
-
<a name="l00235"></a
|
261
|
-
<a name="l00236"></a>00236
|
262
|
-
<a name="l00237"></a>00237
|
263
|
-
<a name="l00238"></a>00238
|
264
|
-
<a name="l00239"></a>00239 <span class="comment">
|
265
|
-
<a name="l00240"></a>00240 <span class="comment">
|
266
|
-
<a name="l00241"></a>00241
|
267
|
-
<a name="l00242"></a>00242
|
268
|
-
<a name="l00243"></a>00243
|
269
|
-
<a name="l00244"></a>00244
|
270
|
-
<a name="l00245"></a>00245 <span class="comment">
|
271
|
-
<a name="l00246"></a>00246 <span class="comment"> *
|
272
|
-
<a name="l00247"></a>00247 <span class="comment"> *
|
273
|
-
<a name="l00248"></a>00248 <span class="comment">
|
274
|
-
<a name="l00249"></a>00249 <span class="comment">
|
275
|
-
<a name="l00250"></a
|
276
|
-
<a name="l00251"></a>00251
|
277
|
-
<a name="l00252"></a>00252
|
278
|
-
<a name="l00253"></a>00253
|
279
|
-
<a name="l00254"></a>00254 <span class="comment">
|
280
|
-
<a name="l00255"></a>00255 <span class="comment">
|
281
|
-
<a name="l00256"></a>00256 <span class="
|
282
|
-
<a name="l00257"></a>00257
|
283
|
-
<a name="l00258"></a>00258
|
284
|
-
<a name="l00259"></a>00259
|
285
|
-
<a name="l00260"></a>00260 <span class="comment">
|
286
|
-
<a name="l00261"></a>00261 <span class="comment"> *
|
287
|
-
<a name="l00262"></a>00262 <span class="comment">
|
288
|
-
<a name="l00263"></a>00263 <span class="comment"> *
|
289
|
-
<a name="l00264"></a>00264 <span class="comment">
|
290
|
-
<a name="l00265"></a>00265 <span class="comment">
|
291
|
-
<a name="l00266"></a>00266
|
292
|
-
<a name="l00267"></a>00267
|
293
|
-
<a name="l00268"></a>00268
|
294
|
-
<a name="l00269"></a>00269
|
295
|
-
<a name="l00270"></a>00270
|
296
|
-
<a name="l00271"></a>00271
|
297
|
-
<a name="l00272"></a>00272
|
298
|
-
<a name="l00273"></a>00273
|
299
|
-
<a name="l00274"></a>00274
|
300
|
-
<a name="l00275"></a
|
301
|
-
<a name="l00276"></a>00276
|
302
|
-
<a name="l00277"></a>00277
|
303
|
-
<a name="l00278"></a
|
304
|
-
<a name="l00279"></a>00279
|
305
|
-
<a name="l00280"></a>00280 <span class="comment"> /** The
|
306
|
-
<a name="l00281"></a><a class="code" href="classPassenger_1_1MessageServer.html#
|
185
|
+
<a name="l00160"></a>00160 <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> CLIENT_THREAD_STACK_SIZE =
|
186
|
+
<a name="l00161"></a>00161 <span class="preprocessor"> #ifdef __FreeBSD__</span>
|
187
|
+
<a name="l00162"></a>00162 <span class="preprocessor"></span> <span class="comment">// localtime() on FreeBSD needs some more stack space.</span>
|
188
|
+
<a name="l00163"></a>00163 1024 * 96;
|
189
|
+
<a name="l00164"></a>00164 <span class="preprocessor"> #else</span>
|
190
|
+
<a name="l00165"></a>00165 <span class="preprocessor"></span> 1024 * 64;
|
191
|
+
<a name="l00166"></a>00166 <span class="preprocessor"> #endif</span>
|
192
|
+
<a name="l00167"></a>00167 <span class="preprocessor"></span> <span class="comment"></span>
|
193
|
+
<a name="l00168"></a>00168 <span class="comment"> /** Interface for client context objects. */</span>
|
194
|
+
<a name="l00169"></a><a class="code" href="classPassenger_1_1MessageServer_1_1ClientContext.html">00169</a> <span class="keyword">class </span><a class="code" href="classPassenger_1_1MessageServer_1_1ClientContext.html" title="Interface for client context objects.">ClientContext</a> {
|
195
|
+
<a name="l00170"></a>00170 <span class="keyword">public</span>:
|
196
|
+
<a name="l00171"></a>00171 <span class="keyword">virtual</span> ~<a class="code" href="classPassenger_1_1MessageServer_1_1ClientContext.html" title="Interface for client context objects.">ClientContext</a>() { }
|
197
|
+
<a name="l00172"></a>00172 };
|
198
|
+
<a name="l00173"></a>00173
|
199
|
+
<a name="l00174"></a>00174 <span class="keyword">typedef</span> shared_ptr<ClientContext> ClientContextPtr;
|
200
|
+
<a name="l00175"></a>00175 <span class="comment"></span>
|
201
|
+
<a name="l00176"></a>00176 <span class="comment"> /**</span>
|
202
|
+
<a name="l00177"></a>00177 <span class="comment"> * A common client context, containing client-specific information</span>
|
203
|
+
<a name="l00178"></a>00178 <span class="comment"> * used by MessageServer itself.</span>
|
204
|
+
<a name="l00179"></a>00179 <span class="comment"> */</span>
|
205
|
+
<a name="l00180"></a><a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html">00180</a> <span class="keyword">class </span><a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html" title="A common client context, containing client-specific information used by MessageServer...">CommonClientContext</a>: <span class="keyword">public</span> <a class="code" href="classPassenger_1_1MessageServer_1_1ClientContext.html" title="Interface for client context objects.">ClientContext</a> {
|
206
|
+
<a name="l00181"></a>00181 <span class="keyword">public</span>:<span class="comment"></span>
|
207
|
+
<a name="l00182"></a>00182 <span class="comment"> /** The client's socket file descriptor. */</span>
|
208
|
+
<a name="l00183"></a><a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html#a21f1a10d55f9ed0c1f6d92e00e93045b">00183</a> <a class="code" href="classPassenger_1_1FileDescriptor.html" title="Wrapper class around a file descriptor integer, for RAII behavior.">FileDescriptor</a> <a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html#a21f1a10d55f9ed0c1f6d92e00e93045b" title="The client&#39;s socket file descriptor.">fd</a>;
|
209
|
+
<a name="l00184"></a>00184 <span class="comment"></span>
|
210
|
+
<a name="l00185"></a>00185 <span class="comment"> /** The channel that's associated with the client's socket. */</span>
|
211
|
+
<a name="l00186"></a><a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html#a82bbd9638775bff588746fadd63a2ac8">00186</a> <a class="code" href="classPassenger_1_1MessageChannel.html" title="Convenience class for I/O operations on file descriptors.">MessageChannel</a> <a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html#a82bbd9638775bff588746fadd63a2ac8" title="The channel that&#39;s associated with the client&#39;s socket.">channel</a>;
|
212
|
+
<a name="l00187"></a>00187 <span class="comment"></span>
|
213
|
+
<a name="l00188"></a>00188 <span class="comment"> /** The account with which the client authenticated. */</span>
|
214
|
+
<a name="l00189"></a><a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html#ad3316dada1f190fe523d4ab9b5e055fb">00189</a> AccountPtr <a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html#ad3316dada1f190fe523d4ab9b5e055fb" title="The account with which the client authenticated.">account</a>;
|
215
|
+
<a name="l00190"></a>00190
|
216
|
+
<a name="l00191"></a>00191
|
217
|
+
<a name="l00192"></a>00192 <a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html" title="A common client context, containing client-specific information used by MessageServer...">CommonClientContext</a>(<a class="code" href="classPassenger_1_1FileDescriptor.html" title="Wrapper class around a file descriptor integer, for RAII behavior.">FileDescriptor</a> &theFd, AccountPtr &theAccount)
|
218
|
+
<a name="l00193"></a>00193 : <a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html#a21f1a10d55f9ed0c1f6d92e00e93045b" title="The client&#39;s socket file descriptor.">fd</a>(theFd), <a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html#a82bbd9638775bff588746fadd63a2ac8" title="The channel that&#39;s associated with the client&#39;s socket.">channel</a>(theFd), <a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html#ad3316dada1f190fe523d4ab9b5e055fb" title="The account with which the client authenticated.">account</a>(theAccount)
|
219
|
+
<a name="l00194"></a>00194 { }
|
220
|
+
<a name="l00195"></a>00195 <span class="comment"></span>
|
221
|
+
<a name="l00196"></a>00196 <span class="comment"> /** Returns a string representation for this client context. */</span>
|
222
|
+
<a name="l00197"></a><a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html#ac7779e4dafe06a54fc3075ddf7e3f25b">00197</a> <span class="keywordtype">string</span> <a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html#ac7779e4dafe06a54fc3075ddf7e3f25b" title="Returns a string representation for this client context.">name</a>() {
|
223
|
+
<a name="l00198"></a>00198 <span class="keywordflow">return</span> toString(<a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html#a82bbd9638775bff588746fadd63a2ac8" title="The channel that&#39;s associated with the client&#39;s socket.">channel</a>.<a class="code" href="classPassenger_1_1MessageChannel.html#a0b1e25dd75783d9753f8a0d1dd42606a" title="Returns the underlying file descriptor.">filenum</a>());
|
224
|
+
<a name="l00199"></a>00199 }
|
225
|
+
<a name="l00200"></a>00200 <span class="comment"></span>
|
226
|
+
<a name="l00201"></a>00201 <span class="comment"> /**</span>
|
227
|
+
<a name="l00202"></a>00202 <span class="comment"> * Checks whether this client has all of the rights in <tt>rights</tt>. The</span>
|
228
|
+
<a name="l00203"></a>00203 <span class="comment"> * client will be notified about the result of this check, by sending it a</span>
|
229
|
+
<a name="l00204"></a>00204 <span class="comment"> * message.</span>
|
230
|
+
<a name="l00205"></a>00205 <span class="comment"> *</span>
|
231
|
+
<a name="l00206"></a>00206 <span class="comment"> * @throws SecurityException The client doesn't have one of the required rights.</span>
|
232
|
+
<a name="l00207"></a>00207 <span class="comment"> * @throws SystemException Something went wrong while communicating with the client.</span>
|
233
|
+
<a name="l00208"></a>00208 <span class="comment"> * @throws boost::thread_interrupted</span>
|
234
|
+
<a name="l00209"></a>00209 <span class="comment"> */</span>
|
235
|
+
<a name="l00210"></a><a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html#a965521e6a28923ecaa03f8722eca8ff4">00210</a> <span class="keywordtype">void</span> <a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html#a965521e6a28923ecaa03f8722eca8ff4" title="Checks whether this client has all of the rights in rights.">requireRights</a>(Account::Rights rights) {
|
236
|
+
<a name="l00211"></a>00211 <span class="keywordflow">if</span> (!<a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html#ad3316dada1f190fe523d4ab9b5e055fb" title="The account with which the client authenticated.">account</a>->hasRights(rights)) {
|
237
|
+
<a name="l00212"></a>00212 P_TRACE(2, <span class="stringliteral">"Security error: insufficient rights to execute this command."</span>);
|
238
|
+
<a name="l00213"></a>00213 <a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html#a82bbd9638775bff588746fadd63a2ac8" title="The channel that&#39;s associated with the client&#39;s socket.">channel</a>.<a class="code" href="classPassenger_1_1MessageChannel.html#a150f68bc47e060dcc6ca35bee047914d" title="Send an array message, which consists of the given elements, over the underlying...">write</a>(<span class="stringliteral">"SecurityException"</span>, <span class="stringliteral">"Insufficient rights to execute this command."</span>, NULL);
|
239
|
+
<a name="l00214"></a>00214 <span class="keywordflow">throw</span> <a class="code" href="classPassenger_1_1SecurityException.html" title="Represents some kind of security error.">SecurityException</a>(<span class="stringliteral">"Insufficient rights to execute this command."</span>);
|
240
|
+
<a name="l00215"></a>00215 } <span class="keywordflow">else</span> {
|
241
|
+
<a name="l00216"></a>00216 <a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html#a82bbd9638775bff588746fadd63a2ac8" title="The channel that&#39;s associated with the client&#39;s socket.">channel</a>.<a class="code" href="classPassenger_1_1MessageChannel.html#a150f68bc47e060dcc6ca35bee047914d" title="Send an array message, which consists of the given elements, over the underlying...">write</a>(<span class="stringliteral">"Passed security"</span>, NULL);
|
242
|
+
<a name="l00217"></a>00217 }
|
243
|
+
<a name="l00218"></a>00218 }
|
244
|
+
<a name="l00219"></a>00219 };
|
245
|
+
<a name="l00220"></a>00220 <span class="comment"></span>
|
246
|
+
<a name="l00221"></a>00221 <span class="comment"> /**</span>
|
247
|
+
<a name="l00222"></a>00222 <span class="comment"> * An abstract message handler class.</span>
|
248
|
+
<a name="l00223"></a>00223 <span class="comment"> *</span>
|
249
|
+
<a name="l00224"></a>00224 <span class="comment"> * The methods defined in this class are allowed to throw arbitrary exceptions.</span>
|
250
|
+
<a name="l00225"></a>00225 <span class="comment"> * Such exceptions are caught and logged, after which the connection to the</span>
|
251
|
+
<a name="l00226"></a>00226 <span class="comment"> * client is closed.</span>
|
252
|
+
<a name="l00227"></a>00227 <span class="comment"> */</span>
|
253
|
+
<a name="l00228"></a><a class="code" href="classPassenger_1_1MessageServer_1_1Handler.html">00228</a> <span class="keyword">class </span><a class="code" href="classPassenger_1_1MessageServer_1_1Handler.html" title="An abstract message handler class.">Handler</a> {
|
254
|
+
<a name="l00229"></a>00229 <span class="keyword">public</span>:
|
255
|
+
<a name="l00230"></a>00230 <span class="keyword">virtual</span> ~<a class="code" href="classPassenger_1_1MessageServer_1_1Handler.html" title="An abstract message handler class.">Handler</a>() { }
|
256
|
+
<a name="l00231"></a>00231 <span class="comment"></span>
|
257
|
+
<a name="l00232"></a>00232 <span class="comment"> /**</span>
|
258
|
+
<a name="l00233"></a>00233 <span class="comment"> * Called when a new client has connected to the MessageServer.</span>
|
259
|
+
<a name="l00234"></a>00234 <span class="comment"> *</span>
|
260
|
+
<a name="l00235"></a>00235 <span class="comment"> * This method is called after the client has authenticated itself.</span>
|
261
|
+
<a name="l00236"></a>00236 <span class="comment"> *</span>
|
262
|
+
<a name="l00237"></a>00237 <span class="comment"> * @param context Contains common client-specific information.</span>
|
263
|
+
<a name="l00238"></a>00238 <span class="comment"> * @return A client context object for storing handler-specific client</span>
|
264
|
+
<a name="l00239"></a>00239 <span class="comment"> * information, or null. The default implementation returns null.</span>
|
265
|
+
<a name="l00240"></a>00240 <span class="comment"> */</span>
|
266
|
+
<a name="l00241"></a><a class="code" href="classPassenger_1_1MessageServer_1_1Handler.html#a8693a487d0b53266943cc718c95d5552">00241</a> <span class="keyword">virtual</span> ClientContextPtr <a class="code" href="classPassenger_1_1MessageServer_1_1Handler.html#a8693a487d0b53266943cc718c95d5552" title="Called when a new client has connected to the MessageServer.">newClient</a>(<a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html" title="A common client context, containing client-specific information used by MessageServer...">CommonClientContext</a> &context) {
|
267
|
+
<a name="l00242"></a>00242 <span class="keywordflow">return</span> ClientContextPtr();
|
268
|
+
<a name="l00243"></a>00243 }
|
269
|
+
<a name="l00244"></a>00244 <span class="comment"></span>
|
270
|
+
<a name="l00245"></a>00245 <span class="comment"> /**</span>
|
271
|
+
<a name="l00246"></a>00246 <span class="comment"> * Called when a client has disconnected from the MessageServer. The</span>
|
272
|
+
<a name="l00247"></a>00247 <span class="comment"> * default implementation does nothing.</span>
|
273
|
+
<a name="l00248"></a>00248 <span class="comment"> *</span>
|
274
|
+
<a name="l00249"></a>00249 <span class="comment"> * This method is called even if processMessage() throws an exception.</span>
|
275
|
+
<a name="l00250"></a>00250 <span class="comment"> * It is however not called if newClient() throws an exception.</span>
|
276
|
+
<a name="l00251"></a>00251 <span class="comment"> *</span>
|
277
|
+
<a name="l00252"></a>00252 <span class="comment"> * @param commonContext Contains common client-specific information.</span>
|
278
|
+
<a name="l00253"></a>00253 <span class="comment"> * @param handlerSpecificContext The client context object as was returned</span>
|
279
|
+
<a name="l00254"></a>00254 <span class="comment"> * earlier by newClient().</span>
|
280
|
+
<a name="l00255"></a>00255 <span class="comment"> */</span>
|
281
|
+
<a name="l00256"></a><a class="code" href="classPassenger_1_1MessageServer_1_1Handler.html#aabbc0f2b4ff4676b34a79a6cb550253f">00256</a> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classPassenger_1_1MessageServer_1_1Handler.html#aabbc0f2b4ff4676b34a79a6cb550253f" title="Called when a client has disconnected from the MessageServer.">clientDisconnected</a>(<a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html" title="A common client context, containing client-specific information used by MessageServer...">MessageServer::CommonClientContext</a> &context,
|
282
|
+
<a name="l00257"></a>00257 MessageServer::ClientContextPtr &handlerSpecificContext)
|
283
|
+
<a name="l00258"></a>00258 { }
|
284
|
+
<a name="l00259"></a>00259 <span class="comment"></span>
|
285
|
+
<a name="l00260"></a>00260 <span class="comment"> /**</span>
|
286
|
+
<a name="l00261"></a>00261 <span class="comment"> * Called then a client has sent a request message.</span>
|
287
|
+
<a name="l00262"></a>00262 <span class="comment"> *</span>
|
288
|
+
<a name="l00263"></a>00263 <span class="comment"> * This method is called after newClient() is called.</span>
|
289
|
+
<a name="l00264"></a>00264 <span class="comment"> *</span>
|
290
|
+
<a name="l00265"></a>00265 <span class="comment"> * @param commonContext Contains common client-specific information.</span>
|
291
|
+
<a name="l00266"></a>00266 <span class="comment"> * @param handlerSpecificContext The client context object as was returned</span>
|
292
|
+
<a name="l00267"></a>00267 <span class="comment"> * earlier by newClient().</span>
|
293
|
+
<a name="l00268"></a>00268 <span class="comment"> * @param args The request message's contents.</span>
|
294
|
+
<a name="l00269"></a>00269 <span class="comment"> * @return Whether this handler has processed the message. Return false</span>
|
295
|
+
<a name="l00270"></a>00270 <span class="comment"> * if the message is unrecognized.</span>
|
296
|
+
<a name="l00271"></a>00271 <span class="comment"> */</span>
|
297
|
+
<a name="l00272"></a>00272 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classPassenger_1_1MessageServer_1_1Handler.html#ab5c45d7f498f6ab71d665e341bddd86f" title="Called then a client has sent a request message.">processMessage</a>(<a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html" title="A common client context, containing client-specific information used by MessageServer...">CommonClientContext</a> &commonContext,
|
298
|
+
<a name="l00273"></a>00273 ClientContextPtr &handlerSpecificContext,
|
299
|
+
<a name="l00274"></a>00274 <span class="keyword">const</span> vector<string> &args) = 0;
|
300
|
+
<a name="l00275"></a>00275 };
|
301
|
+
<a name="l00276"></a>00276
|
302
|
+
<a name="l00277"></a>00277 <span class="keyword">typedef</span> shared_ptr<Handler> HandlerPtr;
|
303
|
+
<a name="l00278"></a>00278
|
304
|
+
<a name="l00279"></a>00279 <span class="keyword">protected</span>:<span class="comment"></span>
|
305
|
+
<a name="l00280"></a>00280 <span class="comment"> /** The filename of the server socket on which this MessageServer is listening. */</span>
|
306
|
+
<a name="l00281"></a><a class="code" href="classPassenger_1_1MessageServer.html#a18f4966401ab1f1ef245af922b382ce3">00281</a> <span class="keywordtype">string</span> <a class="code" href="classPassenger_1_1MessageServer.html#a18f4966401ab1f1ef245af922b382ce3" title="The filename of the server socket on which this MessageServer is listening.">socketFilename</a>;
|
307
307
|
<a name="l00282"></a>00282 <span class="comment"></span>
|
308
|
-
<a name="l00283"></a>00283 <span class="comment"> /**
|
309
|
-
<a name="l00284"></a>00284 <
|
310
|
-
<a name="l00285"></a>00285
|
311
|
-
<a name="l00286"></a>00286 <span class="comment">
|
312
|
-
<a name="l00287"></a>00287 <
|
313
|
-
<a name="l00288"></a
|
314
|
-
<a name="l00289"></a>00289
|
315
|
-
<a name="l00290"></a>00290 <span class="comment">
|
316
|
-
<a name="l00291"></a
|
317
|
-
<a name="l00292"></a>00292
|
318
|
-
<a name="l00293"></a>00293 <span class="comment">
|
319
|
-
<a name="l00294"></a>00294
|
320
|
-
<a name="l00295"></a>00295
|
321
|
-
<a name="l00296"></a
|
322
|
-
<a name="l00297"></a>00297
|
308
|
+
<a name="l00283"></a>00283 <span class="comment"> /** An accounts database, used for authenticating clients. */</span>
|
309
|
+
<a name="l00284"></a><a class="code" href="classPassenger_1_1MessageServer.html#a4705130bf6626dd2201e7d73ead57b93">00284</a> AccountsDatabasePtr <a class="code" href="classPassenger_1_1MessageServer.html#a4705130bf6626dd2201e7d73ead57b93" title="An accounts database, used for authenticating clients.">accountsDatabase</a>;
|
310
|
+
<a name="l00285"></a>00285 <span class="comment"></span>
|
311
|
+
<a name="l00286"></a>00286 <span class="comment"> /** The registered message handlers. */</span>
|
312
|
+
<a name="l00287"></a><a class="code" href="classPassenger_1_1MessageServer.html#abced7a8e542f6ab4a81ac1b11f8d163a">00287</a> vector<HandlerPtr> <a class="code" href="classPassenger_1_1MessageServer.html#abced7a8e542f6ab4a81ac1b11f8d163a" title="The registered message handlers.">handlers</a>;
|
313
|
+
<a name="l00288"></a>00288 <span class="comment"></span>
|
314
|
+
<a name="l00289"></a>00289 <span class="comment"> /** The maximum number of milliseconds that client may spend on logging in.</span>
|
315
|
+
<a name="l00290"></a>00290 <span class="comment"> * Clients that take longer are disconnected.</span>
|
316
|
+
<a name="l00291"></a>00291 <span class="comment"> *</span>
|
317
|
+
<a name="l00292"></a>00292 <span class="comment"> * @invariant loginTimeout != 0</span>
|
318
|
+
<a name="l00293"></a>00293 <span class="comment"> */</span>
|
319
|
+
<a name="l00294"></a><a class="code" href="classPassenger_1_1MessageServer.html#abf5075add15c5f32a60039bdcbe98926">00294</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span> <a class="code" href="classPassenger_1_1MessageServer.html#abf5075add15c5f32a60039bdcbe98926" title="The maximum number of milliseconds that client may spend on logging in.">loginTimeout</a>;
|
320
|
+
<a name="l00295"></a>00295 <span class="comment"></span>
|
321
|
+
<a name="l00296"></a>00296 <span class="comment"> /** The client threads. */</span>
|
322
|
+
<a name="l00297"></a><a class="code" href="classPassenger_1_1MessageServer.html#a48ccf2c09c2c8b5dcfe3a0585dba67cf">00297</a> dynamic_thread_group <a class="code" href="classPassenger_1_1MessageServer.html#a48ccf2c09c2c8b5dcfe3a0585dba67cf" title="The client threads.">threadGroup</a>;
|
323
323
|
<a name="l00298"></a>00298 <span class="comment"></span>
|
324
|
-
<a name="l00299"></a>00299 <span class="comment"> /**
|
325
|
-
<a name="l00300"></a
|
326
|
-
<a name="l00301"></a>00301
|
327
|
-
<a name="l00302"></a>00302
|
328
|
-
<a name="l00303"></a>00303
|
329
|
-
<a name="l00304"></a>00304
|
330
|
-
<a name="l00305"></a>00305
|
331
|
-
<a name="l00306"></a>00306
|
332
|
-
<a name="l00307"></a>00307
|
333
|
-
<a name="l00308"></a>00308
|
334
|
-
<a name="l00309"></a>00309
|
335
|
-
<a name="l00310"></a>00310
|
336
|
-
<a name="l00311"></a>00311
|
337
|
-
<a name="l00312"></a>00312
|
338
|
-
<a name="l00313"></a>00313
|
339
|
-
<a name="l00314"></a>00314
|
340
|
-
<a name="l00315"></a>00315
|
341
|
-
<a name="l00316"></a>00316
|
342
|
-
<a name="l00317"></a>00317
|
343
|
-
<a name="l00318"></a>00318
|
344
|
-
<a name="l00319"></a>00319
|
345
|
-
<a name="l00320"></a>00320
|
346
|
-
<a name="l00321"></a>00321
|
347
|
-
<a name="l00322"></a>00322
|
348
|
-
<a name="l00323"></a>00323
|
349
|
-
<a name="l00324"></a>00324
|
350
|
-
<a name="l00325"></a>00325
|
351
|
-
<a name="l00326"></a>00326
|
352
|
-
<a name="l00327"></a>00327
|
353
|
-
<a name="l00328"></a>00328
|
354
|
-
<a name="l00329"></a>00329
|
355
|
-
<a name="l00330"></a>00330
|
356
|
-
<a name="l00331"></a>00331
|
357
|
-
<a name="l00332"></a>00332 <span class="comment">
|
358
|
-
<a name="l00333"></a>00333 <span class="comment">
|
359
|
-
<a name="l00334"></a
|
360
|
-
<a name="l00335"></a>00335
|
361
|
-
<a name="l00336"></a>00336
|
362
|
-
<a name="l00337"></a>00337
|
363
|
-
<a name="l00338"></a>00338
|
364
|
-
<a name="l00339"></a>00339
|
365
|
-
<a name="l00340"></a>00340
|
366
|
-
<a name="l00341"></a>00341
|
367
|
-
<a name="l00342"></a>00342
|
368
|
-
<a name="l00343"></a>00343
|
369
|
-
<a name="l00344"></a>00344
|
370
|
-
<a name="l00345"></a>00345
|
371
|
-
<a name="l00346"></a>00346
|
372
|
-
<a name="l00347"></a>00347
|
373
|
-
<a name="l00348"></a>00348
|
374
|
-
<a name="l00349"></a>00349
|
375
|
-
<a name="l00350"></a>00350
|
376
|
-
<a name="l00351"></a>00351 <span class="
|
377
|
-
<a name="l00352"></a>00352
|
378
|
-
<a name="l00353"></a
|
379
|
-
<a name="l00354"></a>00354
|
380
|
-
<a name="l00355"></a>00355
|
381
|
-
<a name="l00356"></a>00356
|
382
|
-
<a name="l00357"></a>00357
|
383
|
-
<a name="l00358"></a>00358
|
384
|
-
<a name="l00359"></a>00359
|
385
|
-
<a name="l00360"></a>00360
|
386
|
-
<a name="l00361"></a>00361
|
387
|
-
<a name="l00362"></a>00362
|
388
|
-
<a name="l00363"></a>00363
|
389
|
-
<a name="l00364"></a>00364
|
390
|
-
<a name="l00365"></a>00365
|
391
|
-
<a name="l00366"></a>00366
|
392
|
-
<a name="l00367"></a>00367
|
393
|
-
<a name="l00368"></a>00368
|
394
|
-
<a name="l00369"></a>00369
|
395
|
-
<a name="l00370"></a>00370
|
396
|
-
<a name="l00371"></a>00371
|
397
|
-
<a name="l00372"></a>00372
|
398
|
-
<a name="l00373"></a>00373
|
399
|
-
<a name="l00374"></a>00374
|
400
|
-
<a name="l00375"></a>00375 }
|
401
|
-
<a name="l00376"></a>00376
|
402
|
-
<a name="l00377"></a>00377
|
403
|
-
<a name="l00378"></a>00378
|
404
|
-
<a name="l00379"></a>00379
|
405
|
-
<a name="l00380"></a>00380
|
406
|
-
<a name="l00381"></a>00381
|
407
|
-
<a name="l00382"></a>00382
|
408
|
-
<a name="l00383"></a>00383
|
409
|
-
<a name="l00384"></a>00384
|
410
|
-
<a name="l00385"></a>00385
|
411
|
-
<a name="l00386"></a>00386
|
412
|
-
<a name="l00387"></a>00387
|
413
|
-
<a name="l00388"></a>00388
|
414
|
-
<a name="l00389"></a>00389
|
415
|
-
<a name="l00390"></a>00390
|
416
|
-
<a name="l00391"></a>00391
|
417
|
-
<a name="l00392"></a>00392
|
418
|
-
<a name="l00393"></a>00393
|
419
|
-
<a name="l00394"></a>00394
|
420
|
-
<a name="l00395"></a>00395
|
421
|
-
<a name="l00396"></a>00396
|
422
|
-
<a name="l00397"></a>00397
|
423
|
-
<a name="l00398"></a>00398
|
424
|
-
<a name="l00399"></a>00399
|
425
|
-
<a name="l00400"></a>00400
|
426
|
-
<a name="l00401"></a>00401
|
427
|
-
<a name="l00402"></a>00402
|
428
|
-
<a name="l00403"></a>00403
|
429
|
-
<a name="l00404"></a>00404
|
430
|
-
<a name="l00405"></a>00405
|
431
|
-
<a name="l00406"></a>00406
|
432
|
-
<a name="l00407"></a>00407
|
433
|
-
<a name="l00408"></a>00408
|
434
|
-
<a name="l00409"></a>00409
|
435
|
-
<a name="l00410"></a>00410
|
436
|
-
<a name="l00411"></a>00411
|
437
|
-
<a name="l00412"></a>00412
|
438
|
-
<a name="l00413"></a>00413
|
439
|
-
<a name="l00414"></a>00414
|
440
|
-
<a name="l00415"></a>00415
|
441
|
-
<a name="l00416"></a>00416
|
442
|
-
<a name="l00417"></a>00417
|
443
|
-
<a name="l00418"></a>00418
|
444
|
-
<a name="l00419"></a>00419
|
445
|
-
<a name="l00420"></a>00420
|
446
|
-
<a name="l00421"></a>00421
|
447
|
-
<a name="l00422"></a>00422
|
448
|
-
<a name="l00423"></a>00423
|
449
|
-
<a name="l00424"></a>00424 <span class="keywordflow">
|
450
|
-
<a name="l00425"></a>00425
|
451
|
-
<a name="l00426"></a>00426
|
452
|
-
<a name="l00427"></a>00427
|
453
|
-
<a name="l00428"></a>00428
|
454
|
-
<a name="l00429"></a>00429
|
455
|
-
<a name="l00430"></a>00430
|
456
|
-
<a name="l00431"></a>00431
|
457
|
-
<a name="l00432"></a>00432
|
458
|
-
<a name="l00433"></a>00433
|
459
|
-
<a name="l00434"></a>00434
|
460
|
-
<a name="l00435"></a>00435 <span class="
|
461
|
-
<a name="l00436"></a
|
462
|
-
<a name="l00437"></a>00437
|
463
|
-
<a name="l00438"></a>00438
|
464
|
-
<a name="l00439"></a>00439
|
465
|
-
<a name="l00440"></a>00440
|
466
|
-
<a name="l00441"></a>00441
|
467
|
-
<a name="l00442"></a>00442
|
468
|
-
<a name="l00443"></a>00443
|
469
|
-
<a name="l00444"></a>00444
|
470
|
-
<a name="l00445"></a>00445
|
471
|
-
<a name="l00446"></a>00446
|
472
|
-
<a name="l00447"></a>00447
|
473
|
-
<a name="l00448"></a>00448
|
474
|
-
<a name="l00449"></a>00449 <a class="code" href="
|
475
|
-
<a name="l00450"></a>00450
|
476
|
-
<a name="l00451"></a>00451
|
477
|
-
<a name="l00452"></a>00452
|
478
|
-
<a name="l00453"></a>00453
|
479
|
-
<a name="l00454"></a>00454
|
480
|
-
<a name="l00455"></a>00455
|
481
|
-
<a name="l00456"></a>00456
|
482
|
-
<a name="l00457"></a>00457
|
483
|
-
<a name="l00458"></a>00458
|
484
|
-
<a name="l00459"></a>00459
|
485
|
-
<a name="l00460"></a>00460
|
486
|
-
<a name="l00461"></a>00461
|
487
|
-
<a name="l00462"></a>00462
|
488
|
-
<a name="l00463"></a>00463
|
489
|
-
<a name="l00464"></a>00464
|
490
|
-
<a name="l00465"></a>00465
|
491
|
-
<a name="l00466"></a>00466
|
492
|
-
<a name="l00467"></a>00467
|
493
|
-
<a name="l00468"></a>00468
|
494
|
-
<a name="l00469"></a>00469
|
495
|
-
<a name="l00470"></a>00470
|
496
|
-
<a name="l00471"></a>00471
|
497
|
-
<a name="l00472"></a>00472
|
498
|
-
<a name="l00473"></a>00473
|
499
|
-
<a name="l00474"></a>00474
|
500
|
-
<a name="l00475"></a>00475
|
501
|
-
<a name="l00476"></a>00476
|
502
|
-
<a name="l00477"></a>00477
|
503
|
-
<a name="l00478"></a>00478
|
504
|
-
<a name="l00479"></a>00479
|
505
|
-
<a name="l00480"></a>00480
|
506
|
-
<a name="l00481"></a>00481
|
507
|
-
<a name="l00482"></a>00482
|
508
|
-
<a name="l00483"></a>00483
|
509
|
-
<a name="l00484"></a>00484 <span class="
|
510
|
-
<a name="l00485"></a>00485 <span class="
|
511
|
-
<a name="l00486"></a>00486 <span class="
|
512
|
-
<a name="l00487"></a>00487
|
513
|
-
<a name="l00488"></a>00488
|
514
|
-
<a name="l00489"></a>00489
|
515
|
-
<a name="l00490"></a>00490 <span class="
|
516
|
-
<a name="l00491"></a>00491 <span class="comment">
|
517
|
-
<a name="l00492"></a>00492 <span class="comment"> *
|
518
|
-
<a name="l00493"></a>00493 <span class="comment"> *
|
519
|
-
<a name="l00494"></a>00494 <span class="comment">
|
520
|
-
<a name="l00495"></a>00495 <span class="comment"> * @
|
521
|
-
<a name="l00496"></a>00496 <span class="comment">
|
522
|
-
<a name="l00497"></a
|
523
|
-
<a name="l00498"></a>00498
|
524
|
-
<a name="l00499"></a>00499
|
525
|
-
<a name="l00500"></a>00500
|
526
|
-
<a name="l00501"></a>00501
|
527
|
-
<a name="l00502"></a>00502
|
528
|
-
<a name="l00503"></a>00503
|
529
|
-
<a name="l00504"></a>00504
|
530
|
-
<a name="l00505"></a>00505
|
531
|
-
<a name="l00506"></a>00506
|
532
|
-
<a name="l00507"></a>00507
|
324
|
+
<a name="l00299"></a>00299 <span class="comment"> /** The server socket's file descriptor.</span>
|
325
|
+
<a name="l00300"></a>00300 <span class="comment"> * @invariant serverFd >= 0</span>
|
326
|
+
<a name="l00301"></a>00301 <span class="comment"> */</span>
|
327
|
+
<a name="l00302"></a><a class="code" href="classPassenger_1_1MessageServer.html#aef3c642484fbbbfc46b7768c53a5c0d4">00302</a> <span class="keywordtype">int</span> <a class="code" href="classPassenger_1_1MessageServer.html#aef3c642484fbbbfc46b7768c53a5c0d4" title="The server socket&#39;s file descriptor.">serverFd</a>;
|
328
|
+
<a name="l00303"></a>00303
|
329
|
+
<a name="l00304"></a>00304 <span class="comment"></span>
|
330
|
+
<a name="l00305"></a>00305 <span class="comment"> /** Calls clientDisconnected() on all handlers when destroyed. */</span>
|
331
|
+
<a name="l00306"></a><a class="code" href="structPassenger_1_1MessageServer_1_1DisconnectEventBroadcastGuard.html">00306</a> <span class="keyword">struct </span><a class="code" href="structPassenger_1_1MessageServer_1_1DisconnectEventBroadcastGuard.html" title="Calls clientDisconnected() on all handlers when destroyed.">DisconnectEventBroadcastGuard</a> {
|
332
|
+
<a name="l00307"></a>00307 vector<HandlerPtr> &handlers;
|
333
|
+
<a name="l00308"></a>00308 <a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html" title="A common client context, containing client-specific information used by MessageServer...">CommonClientContext</a> &commonContext;
|
334
|
+
<a name="l00309"></a>00309 vector<ClientContextPtr> &handlerSpecificContexts;
|
335
|
+
<a name="l00310"></a>00310
|
336
|
+
<a name="l00311"></a>00311 <a class="code" href="structPassenger_1_1MessageServer_1_1DisconnectEventBroadcastGuard.html" title="Calls clientDisconnected() on all handlers when destroyed.">DisconnectEventBroadcastGuard</a>(vector<HandlerPtr> &_handlers,
|
337
|
+
<a name="l00312"></a>00312 <a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html" title="A common client context, containing client-specific information used by MessageServer...">CommonClientContext</a> &_commonContext,
|
338
|
+
<a name="l00313"></a>00313 vector<ClientContextPtr> &_handlerSpecificContexts)
|
339
|
+
<a name="l00314"></a>00314 : handlers(_handlers),
|
340
|
+
<a name="l00315"></a>00315 commonContext(_commonContext),
|
341
|
+
<a name="l00316"></a>00316 handlerSpecificContexts(_handlerSpecificContexts)
|
342
|
+
<a name="l00317"></a>00317 { }
|
343
|
+
<a name="l00318"></a>00318
|
344
|
+
<a name="l00319"></a>00319 ~<a class="code" href="structPassenger_1_1MessageServer_1_1DisconnectEventBroadcastGuard.html" title="Calls clientDisconnected() on all handlers when destroyed.">DisconnectEventBroadcastGuard</a>() {
|
345
|
+
<a name="l00320"></a>00320 vector<HandlerPtr>::iterator handler_iter;
|
346
|
+
<a name="l00321"></a>00321 vector<ClientContextPtr>::iterator context_iter;
|
347
|
+
<a name="l00322"></a>00322
|
348
|
+
<a name="l00323"></a>00323 <span class="keywordflow">for</span> (handler_iter = handlers.begin(), context_iter = handlerSpecificContexts.begin();
|
349
|
+
<a name="l00324"></a>00324 handler_iter != handlers.end();
|
350
|
+
<a name="l00325"></a>00325 handler_iter++, context_iter++) {
|
351
|
+
<a name="l00326"></a>00326 (*handler_iter)->clientDisconnected(commonContext, *context_iter);
|
352
|
+
<a name="l00327"></a>00327 }
|
353
|
+
<a name="l00328"></a>00328 }
|
354
|
+
<a name="l00329"></a>00329 };
|
355
|
+
<a name="l00330"></a>00330
|
356
|
+
<a name="l00331"></a>00331 <span class="comment"></span>
|
357
|
+
<a name="l00332"></a>00332 <span class="comment"> /**</span>
|
358
|
+
<a name="l00333"></a>00333 <span class="comment"> * Create a server socket and set it up for listening. This socket will</span>
|
359
|
+
<a name="l00334"></a>00334 <span class="comment"> * be world-writable.</span>
|
360
|
+
<a name="l00335"></a>00335 <span class="comment"> *</span>
|
361
|
+
<a name="l00336"></a>00336 <span class="comment"> * @throws RuntimeException</span>
|
362
|
+
<a name="l00337"></a>00337 <span class="comment"> * @throws SystemException</span>
|
363
|
+
<a name="l00338"></a>00338 <span class="comment"> * @throws boost::thread_interrupted</span>
|
364
|
+
<a name="l00339"></a>00339 <span class="comment"> */</span>
|
365
|
+
<a name="l00340"></a><a class="code" href="classPassenger_1_1MessageServer.html#a86f9ec99fe5dbed5c04d4b9e8f170995">00340</a> <span class="keywordtype">void</span> <a class="code" href="classPassenger_1_1MessageServer.html#a86f9ec99fe5dbed5c04d4b9e8f170995" title="Create a server socket and set it up for listening.">startListening</a>() {
|
366
|
+
<a name="l00341"></a>00341 TRACE_POINT();
|
367
|
+
<a name="l00342"></a>00342 <span class="keywordtype">int</span> ret;
|
368
|
+
<a name="l00343"></a>00343
|
369
|
+
<a name="l00344"></a>00344 <a class="code" href="classPassenger_1_1MessageServer.html#aef3c642484fbbbfc46b7768c53a5c0d4" title="The server socket&#39;s file descriptor.">serverFd</a> = createUnixServer(<a class="code" href="classPassenger_1_1MessageServer.html#a18f4966401ab1f1ef245af922b382ce3" title="The filename of the server socket on which this MessageServer is listening.">socketFilename</a>.c_str());
|
370
|
+
<a name="l00345"></a>00345 <span class="keywordflow">do</span> {
|
371
|
+
<a name="l00346"></a>00346 ret = chmod(<a class="code" href="classPassenger_1_1MessageServer.html#a18f4966401ab1f1ef245af922b382ce3" title="The filename of the server socket on which this MessageServer is listening.">socketFilename</a>.c_str(),
|
372
|
+
<a name="l00347"></a>00347 S_ISVTX |
|
373
|
+
<a name="l00348"></a>00348 S_IRUSR | S_IWUSR | S_IXUSR |
|
374
|
+
<a name="l00349"></a>00349 S_IRGRP | S_IWGRP | S_IXGRP |
|
375
|
+
<a name="l00350"></a>00350 S_IROTH | S_IWOTH | S_IXOTH);
|
376
|
+
<a name="l00351"></a>00351 } <span class="keywordflow">while</span> (ret == -1 && errno == EINTR);
|
377
|
+
<a name="l00352"></a>00352 }
|
378
|
+
<a name="l00353"></a>00353 <span class="comment"></span>
|
379
|
+
<a name="l00354"></a>00354 <span class="comment"> /**</span>
|
380
|
+
<a name="l00355"></a>00355 <span class="comment"> * Authenticate the given client and returns its account information.</span>
|
381
|
+
<a name="l00356"></a>00356 <span class="comment"> *</span>
|
382
|
+
<a name="l00357"></a>00357 <span class="comment"> * @return A smart pointer to an Account object, or NULL if authentication failed.</span>
|
383
|
+
<a name="l00358"></a>00358 <span class="comment"> */</span>
|
384
|
+
<a name="l00359"></a><a class="code" href="classPassenger_1_1MessageServer.html#a6687fdc90ef1c361a69c0fdcde38bb42">00359</a> AccountPtr <a class="code" href="classPassenger_1_1MessageServer.html#a6687fdc90ef1c361a69c0fdcde38bb42" title="Authenticate the given client and returns its account information.">authenticate</a>(<a class="code" href="classPassenger_1_1FileDescriptor.html" title="Wrapper class around a file descriptor integer, for RAII behavior.">FileDescriptor</a> &client) {
|
385
|
+
<a name="l00360"></a>00360 <a class="code" href="classPassenger_1_1MessageChannel.html" title="Convenience class for I/O operations on file descriptors.">MessageChannel</a> channel(client);
|
386
|
+
<a name="l00361"></a>00361 <span class="keywordtype">string</span> username, password;
|
387
|
+
<a name="l00362"></a>00362 MemZeroGuard passwordGuard(password);
|
388
|
+
<a name="l00363"></a>00363 <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span> timeout = <a class="code" href="classPassenger_1_1MessageServer.html#abf5075add15c5f32a60039bdcbe98926" title="The maximum number of milliseconds that client may spend on logging in.">loginTimeout</a>;
|
389
|
+
<a name="l00364"></a>00364
|
390
|
+
<a name="l00365"></a>00365 <span class="keywordflow">try</span> {
|
391
|
+
<a name="l00366"></a>00366 channel.<a class="code" href="classPassenger_1_1MessageChannel.html#a150f68bc47e060dcc6ca35bee047914d" title="Send an array message, which consists of the given elements, over the underlying...">write</a>(<span class="stringliteral">"version"</span>, <span class="stringliteral">"1"</span>, NULL);
|
392
|
+
<a name="l00367"></a>00367
|
393
|
+
<a name="l00368"></a>00368 <span class="keywordflow">try</span> {
|
394
|
+
<a name="l00369"></a>00369 <span class="keywordflow">if</span> (!channel.<a class="code" href="classPassenger_1_1MessageChannel.html#a1f3cf672b566166ed920c2bba4d19604" title="Read a scalar message from the underlying file descriptor.">readScalar</a>(username, MESSAGE_SERVER_MAX_USERNAME_SIZE, &timeout)) {
|
395
|
+
<a name="l00370"></a>00370 <span class="keywordflow">return</span> AccountPtr();
|
396
|
+
<a name="l00371"></a>00371 }
|
397
|
+
<a name="l00372"></a>00372 } <span class="keywordflow">catch</span> (<span class="keyword">const</span> <a class="code" href="classPassenger_1_1SecurityException.html" title="Represents some kind of security error.">SecurityException</a> &) {
|
398
|
+
<a name="l00373"></a>00373 channel.<a class="code" href="classPassenger_1_1MessageChannel.html#a150f68bc47e060dcc6ca35bee047914d" title="Send an array message, which consists of the given elements, over the underlying...">write</a>(<span class="stringliteral">"The supplied username is too long."</span>, NULL);
|
399
|
+
<a name="l00374"></a>00374 <span class="keywordflow">return</span> AccountPtr();
|
400
|
+
<a name="l00375"></a>00375 }
|
401
|
+
<a name="l00376"></a>00376
|
402
|
+
<a name="l00377"></a>00377 <span class="keywordflow">try</span> {
|
403
|
+
<a name="l00378"></a>00378 <span class="keywordflow">if</span> (!channel.<a class="code" href="classPassenger_1_1MessageChannel.html#a1f3cf672b566166ed920c2bba4d19604" title="Read a scalar message from the underlying file descriptor.">readScalar</a>(password, MESSAGE_SERVER_MAX_PASSWORD_SIZE, &timeout)) {
|
404
|
+
<a name="l00379"></a>00379 <span class="keywordflow">return</span> AccountPtr();
|
405
|
+
<a name="l00380"></a>00380 }
|
406
|
+
<a name="l00381"></a>00381 } <span class="keywordflow">catch</span> (<span class="keyword">const</span> <a class="code" href="classPassenger_1_1SecurityException.html" title="Represents some kind of security error.">SecurityException</a> &) {
|
407
|
+
<a name="l00382"></a>00382 channel.<a class="code" href="classPassenger_1_1MessageChannel.html#a150f68bc47e060dcc6ca35bee047914d" title="Send an array message, which consists of the given elements, over the underlying...">write</a>(<span class="stringliteral">"The supplied password is too long."</span>, NULL);
|
408
|
+
<a name="l00383"></a>00383 <span class="keywordflow">return</span> AccountPtr();
|
409
|
+
<a name="l00384"></a>00384 }
|
410
|
+
<a name="l00385"></a>00385
|
411
|
+
<a name="l00386"></a>00386 AccountPtr account = <a class="code" href="classPassenger_1_1MessageServer.html#a4705130bf6626dd2201e7d73ead57b93" title="An accounts database, used for authenticating clients.">accountsDatabase</a>->authenticate(username, password);
|
412
|
+
<a name="l00387"></a>00387 passwordGuard.zeroNow();
|
413
|
+
<a name="l00388"></a>00388 <span class="keywordflow">if</span> (account == NULL) {
|
414
|
+
<a name="l00389"></a>00389 channel.<a class="code" href="classPassenger_1_1MessageChannel.html#a150f68bc47e060dcc6ca35bee047914d" title="Send an array message, which consists of the given elements, over the underlying...">write</a>(<span class="stringliteral">"Invalid username or password."</span>, NULL);
|
415
|
+
<a name="l00390"></a>00390 <span class="keywordflow">return</span> AccountPtr();
|
416
|
+
<a name="l00391"></a>00391 } <span class="keywordflow">else</span> {
|
417
|
+
<a name="l00392"></a>00392 channel.<a class="code" href="classPassenger_1_1MessageChannel.html#a150f68bc47e060dcc6ca35bee047914d" title="Send an array message, which consists of the given elements, over the underlying...">write</a>(<span class="stringliteral">"ok"</span>, NULL);
|
418
|
+
<a name="l00393"></a>00393 <span class="keywordflow">return</span> account;
|
419
|
+
<a name="l00394"></a>00394 }
|
420
|
+
<a name="l00395"></a>00395 } <span class="keywordflow">catch</span> (<span class="keyword">const</span> <a class="code" href="classPassenger_1_1SystemException.html" title="Represents an error returned by a system call or a standard library call.">SystemException</a> &) {
|
421
|
+
<a name="l00396"></a>00396 <span class="keywordflow">return</span> AccountPtr();
|
422
|
+
<a name="l00397"></a>00397 } <span class="keywordflow">catch</span> (<span class="keyword">const</span> <a class="code" href="classPassenger_1_1TimeoutException.html" title="An exception indicating that some timeout expired.">TimeoutException</a> &) {
|
423
|
+
<a name="l00398"></a>00398 <span class="keywordflow">return</span> AccountPtr();
|
424
|
+
<a name="l00399"></a>00399 }
|
425
|
+
<a name="l00400"></a>00400 }
|
426
|
+
<a name="l00401"></a>00401
|
427
|
+
<a name="l00402"></a>00402 <span class="keywordtype">void</span> broadcastNewClientEvent(CommonClientContext &context,
|
428
|
+
<a name="l00403"></a>00403 vector<ClientContextPtr> &handlerSpecificContexts) {
|
429
|
+
<a name="l00404"></a>00404 vector<HandlerPtr>::iterator it;
|
430
|
+
<a name="l00405"></a>00405
|
431
|
+
<a name="l00406"></a>00406 <span class="keywordflow">for</span> (it = <a class="code" href="classPassenger_1_1MessageServer.html#abced7a8e542f6ab4a81ac1b11f8d163a" title="The registered message handlers.">handlers</a>.begin(); it != <a class="code" href="classPassenger_1_1MessageServer.html#abced7a8e542f6ab4a81ac1b11f8d163a" title="The registered message handlers.">handlers</a>.end(); it++) {
|
432
|
+
<a name="l00407"></a>00407 handlerSpecificContexts.push_back((*it)->newClient(context));
|
433
|
+
<a name="l00408"></a>00408 }
|
434
|
+
<a name="l00409"></a>00409 }
|
435
|
+
<a name="l00410"></a>00410
|
436
|
+
<a name="l00411"></a>00411 <span class="keywordtype">bool</span> processMessage(CommonClientContext &commonContext,
|
437
|
+
<a name="l00412"></a>00412 vector<ClientContextPtr> &handlerSpecificContexts,
|
438
|
+
<a name="l00413"></a>00413 <span class="keyword">const</span> vector<string> &args) {
|
439
|
+
<a name="l00414"></a>00414 vector<HandlerPtr>::iterator handler_iter;
|
440
|
+
<a name="l00415"></a>00415 vector<ClientContextPtr>::iterator context_iter;
|
441
|
+
<a name="l00416"></a>00416
|
442
|
+
<a name="l00417"></a>00417 <span class="keywordflow">for</span> (handler_iter = <a class="code" href="classPassenger_1_1MessageServer.html#abced7a8e542f6ab4a81ac1b11f8d163a" title="The registered message handlers.">handlers</a>.begin(), context_iter = handlerSpecificContexts.begin();
|
443
|
+
<a name="l00418"></a>00418 handler_iter != <a class="code" href="classPassenger_1_1MessageServer.html#abced7a8e542f6ab4a81ac1b11f8d163a" title="The registered message handlers.">handlers</a>.end();
|
444
|
+
<a name="l00419"></a>00419 handler_iter++, context_iter++) {
|
445
|
+
<a name="l00420"></a>00420 <span class="keywordflow">if</span> ((*handler_iter)->processMessage(commonContext, *context_iter, args)) {
|
446
|
+
<a name="l00421"></a>00421 <span class="keywordflow">return</span> <span class="keyword">true</span>;
|
447
|
+
<a name="l00422"></a>00422 }
|
448
|
+
<a name="l00423"></a>00423 }
|
449
|
+
<a name="l00424"></a>00424 <span class="keywordflow">return</span> <span class="keyword">false</span>;
|
450
|
+
<a name="l00425"></a>00425 }
|
451
|
+
<a name="l00426"></a>00426
|
452
|
+
<a name="l00427"></a>00427 <span class="keywordtype">void</span> processUnknownMessage(CommonClientContext &commonContext, <span class="keyword">const</span> vector<string> &args) {
|
453
|
+
<a name="l00428"></a>00428 TRACE_POINT();
|
454
|
+
<a name="l00429"></a>00429 <span class="keywordtype">string</span> name;
|
455
|
+
<a name="l00430"></a>00430 <span class="keywordflow">if</span> (args.empty()) {
|
456
|
+
<a name="l00431"></a>00431 name = <span class="stringliteral">"(null)"</span>;
|
457
|
+
<a name="l00432"></a>00432 } <span class="keywordflow">else</span> {
|
458
|
+
<a name="l00433"></a>00433 name = args[0];
|
459
|
+
<a name="l00434"></a>00434 }
|
460
|
+
<a name="l00435"></a>00435 P_TRACE(2, <span class="stringliteral">"A MessageServer client sent an invalid command: "</span>
|
461
|
+
<a name="l00436"></a>00436 << name << <span class="stringliteral">" ("</span> << args.size() << <span class="stringliteral">" elements)"</span>);
|
462
|
+
<a name="l00437"></a>00437 }
|
463
|
+
<a name="l00438"></a>00438 <span class="comment"></span>
|
464
|
+
<a name="l00439"></a>00439 <span class="comment"> /**</span>
|
465
|
+
<a name="l00440"></a>00440 <span class="comment"> * The main function for a thread which handles a client.</span>
|
466
|
+
<a name="l00441"></a>00441 <span class="comment"> */</span>
|
467
|
+
<a name="l00442"></a><a class="code" href="classPassenger_1_1MessageServer.html#ac7d708f90b3a1b1ae5e7b215c688c95e">00442</a> <span class="keywordtype">void</span> <a class="code" href="classPassenger_1_1MessageServer.html#ac7d708f90b3a1b1ae5e7b215c688c95e" title="The main function for a thread which handles a client.">clientHandlingMainLoop</a>(<a class="code" href="classPassenger_1_1FileDescriptor.html" title="Wrapper class around a file descriptor integer, for RAII behavior.">FileDescriptor</a> &client) {
|
468
|
+
<a name="l00443"></a>00443 TRACE_POINT();
|
469
|
+
<a name="l00444"></a>00444 vector<string> args;
|
470
|
+
<a name="l00445"></a>00445
|
471
|
+
<a name="l00446"></a>00446 P_TRACE(4, <span class="stringliteral">"MessageServer client thread "</span> << (<span class="keywordtype">int</span>) client << <span class="stringliteral">" started."</span>);
|
472
|
+
<a name="l00447"></a>00447
|
473
|
+
<a name="l00448"></a>00448 <span class="keywordflow">try</span> {
|
474
|
+
<a name="l00449"></a>00449 AccountPtr account(<a class="code" href="classPassenger_1_1MessageServer.html#a6687fdc90ef1c361a69c0fdcde38bb42" title="Authenticate the given client and returns its account information.">authenticate</a>(client));
|
475
|
+
<a name="l00450"></a>00450 <span class="keywordflow">if</span> (account == NULL) {
|
476
|
+
<a name="l00451"></a>00451 P_TRACE(4, <span class="stringliteral">"MessageServer client thread "</span> << (<span class="keywordtype">int</span>) client << <span class="stringliteral">" exited."</span>);
|
477
|
+
<a name="l00452"></a>00452 <span class="keywordflow">return</span>;
|
478
|
+
<a name="l00453"></a>00453 }
|
479
|
+
<a name="l00454"></a>00454
|
480
|
+
<a name="l00455"></a>00455 <a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html" title="A common client context, containing client-specific information used by MessageServer...">CommonClientContext</a> commonContext(client, account);
|
481
|
+
<a name="l00456"></a>00456 vector<ClientContextPtr> handlerSpecificContexts;
|
482
|
+
<a name="l00457"></a>00457 broadcastNewClientEvent(commonContext, handlerSpecificContexts);
|
483
|
+
<a name="l00458"></a>00458 <a class="code" href="structPassenger_1_1MessageServer_1_1DisconnectEventBroadcastGuard.html" title="Calls clientDisconnected() on all handlers when destroyed.">DisconnectEventBroadcastGuard</a> dguard(<a class="code" href="classPassenger_1_1MessageServer.html#abced7a8e542f6ab4a81ac1b11f8d163a" title="The registered message handlers.">handlers</a>, commonContext, handlerSpecificContexts);
|
484
|
+
<a name="l00459"></a>00459
|
485
|
+
<a name="l00460"></a>00460 <span class="keywordflow">while</span> (!this_thread::interruption_requested()) {
|
486
|
+
<a name="l00461"></a>00461 UPDATE_TRACE_POINT();
|
487
|
+
<a name="l00462"></a>00462 <span class="keywordflow">if</span> (!commonContext.<a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html#a82bbd9638775bff588746fadd63a2ac8" title="The channel that&#39;s associated with the client&#39;s socket.">channel</a>.<a class="code" href="classPassenger_1_1MessageChannel.html#a129659b60d1a663337873d2af944431e" title="Read an array message from the underlying file descriptor.">read</a>(args)) {
|
488
|
+
<a name="l00463"></a>00463 <span class="comment">// Client closed connection.</span>
|
489
|
+
<a name="l00464"></a>00464 <span class="keywordflow">break</span>;
|
490
|
+
<a name="l00465"></a>00465 }
|
491
|
+
<a name="l00466"></a>00466
|
492
|
+
<a name="l00467"></a>00467 P_TRACE(4, <span class="stringliteral">"MessageServer client "</span> << commonContext.<a class="code" href="classPassenger_1_1MessageServer_1_1CommonClientContext.html#ac7779e4dafe06a54fc3075ddf7e3f25b" title="Returns a string representation for this client context.">name</a>() <<
|
493
|
+
<a name="l00468"></a>00468 <span class="stringliteral">": received message: "</span> << toString(args));
|
494
|
+
<a name="l00469"></a>00469
|
495
|
+
<a name="l00470"></a>00470 UPDATE_TRACE_POINT();
|
496
|
+
<a name="l00471"></a>00471 <span class="keywordflow">if</span> (!processMessage(commonContext, handlerSpecificContexts, args)) {
|
497
|
+
<a name="l00472"></a>00472 processUnknownMessage(commonContext, args);
|
498
|
+
<a name="l00473"></a>00473 <span class="keywordflow">break</span>;
|
499
|
+
<a name="l00474"></a>00474 }
|
500
|
+
<a name="l00475"></a>00475 args.clear();
|
501
|
+
<a name="l00476"></a>00476 }
|
502
|
+
<a name="l00477"></a>00477
|
503
|
+
<a name="l00478"></a>00478 P_TRACE(4, <span class="stringliteral">"MessageServer client thread "</span> << (<span class="keywordtype">int</span>) client << <span class="stringliteral">" exited."</span>);
|
504
|
+
<a name="l00479"></a>00479 client.<a class="code" href="classPassenger_1_1FileDescriptor.html#ad7c1a99531181878cbab74a7400c5432" title="Close the underlying file descriptor.">close</a>();
|
505
|
+
<a name="l00480"></a>00480 } <span class="keywordflow">catch</span> (<span class="keyword">const</span> boost::thread_interrupted &) {
|
506
|
+
<a name="l00481"></a>00481 P_TRACE(2, <span class="stringliteral">"MessageServer client thread "</span> << (<span class="keywordtype">int</span>) client << <span class="stringliteral">" interrupted."</span>);
|
507
|
+
<a name="l00482"></a>00482 } <span class="keywordflow">catch</span> (<span class="keyword">const</span> tracable_exception &e) {
|
508
|
+
<a name="l00483"></a>00483 P_TRACE(2, <span class="stringliteral">"An error occurred in a MessageServer client thread "</span> << (<span class="keywordtype">int</span>) client << <span class="stringliteral">":\n"</span>
|
509
|
+
<a name="l00484"></a>00484 << <span class="stringliteral">" message: "</span> << toString(args) << <span class="stringliteral">"\n"</span>
|
510
|
+
<a name="l00485"></a>00485 << <span class="stringliteral">" exception: "</span> << e.what() << <span class="stringliteral">"\n"</span>
|
511
|
+
<a name="l00486"></a>00486 << <span class="stringliteral">" backtrace:\n"</span> << e.backtrace());
|
512
|
+
<a name="l00487"></a>00487 }
|
513
|
+
<a name="l00488"></a>00488 }
|
514
|
+
<a name="l00489"></a>00489
|
515
|
+
<a name="l00490"></a>00490 <span class="keyword">public</span>:<span class="comment"></span>
|
516
|
+
<a name="l00491"></a>00491 <span class="comment"> /**</span>
|
517
|
+
<a name="l00492"></a>00492 <span class="comment"> * Creates a new MessageServer object.</span>
|
518
|
+
<a name="l00493"></a>00493 <span class="comment"> * The actual server main loop is not started until you call mainLoop().</span>
|
519
|
+
<a name="l00494"></a>00494 <span class="comment"> *</span>
|
520
|
+
<a name="l00495"></a>00495 <span class="comment"> * @param socketFilename The socket filename on which this MessageServer</span>
|
521
|
+
<a name="l00496"></a>00496 <span class="comment"> * should be listening.</span>
|
522
|
+
<a name="l00497"></a>00497 <span class="comment"> * @param accountsDatabase An accounts database for this server, used for</span>
|
523
|
+
<a name="l00498"></a>00498 <span class="comment"> * authenticating clients.</span>
|
524
|
+
<a name="l00499"></a>00499 <span class="comment"> * @throws RuntimeException Something went wrong while setting up the server socket.</span>
|
525
|
+
<a name="l00500"></a>00500 <span class="comment"> * @throws SystemException Something went wrong while setting up the server socket.</span>
|
526
|
+
<a name="l00501"></a>00501 <span class="comment"> * @throws boost::thread_interrupted</span>
|
527
|
+
<a name="l00502"></a>00502 <span class="comment"> */</span>
|
528
|
+
<a name="l00503"></a><a class="code" href="classPassenger_1_1MessageServer.html#a4b6f33e66261116c2ec04b26e651dc18">00503</a> <a class="code" href="classPassenger_1_1MessageServer.html#a4b6f33e66261116c2ec04b26e651dc18" title="Creates a new MessageServer object.">MessageServer</a>(<span class="keyword">const</span> <span class="keywordtype">string</span> &<a class="code" href="classPassenger_1_1MessageServer.html#a18f4966401ab1f1ef245af922b382ce3" title="The filename of the server socket on which this MessageServer is listening.">socketFilename</a>, AccountsDatabasePtr <a class="code" href="classPassenger_1_1MessageServer.html#a4705130bf6626dd2201e7d73ead57b93" title="An accounts database, used for authenticating clients.">accountsDatabase</a>) {
|
529
|
+
<a name="l00504"></a>00504 this->socketFilename = socketFilename;
|
530
|
+
<a name="l00505"></a>00505 this->accountsDatabase = accountsDatabase;
|
531
|
+
<a name="l00506"></a>00506 <a class="code" href="classPassenger_1_1MessageServer.html#abf5075add15c5f32a60039bdcbe98926" title="The maximum number of milliseconds that client may spend on logging in.">loginTimeout</a> = 2000;
|
532
|
+
<a name="l00507"></a>00507 <a class="code" href="classPassenger_1_1MessageServer.html#a86f9ec99fe5dbed5c04d4b9e8f170995" title="Create a server socket and set it up for listening.">startListening</a>();
|
533
533
|
<a name="l00508"></a>00508 }
|
534
534
|
<a name="l00509"></a>00509
|
535
|
-
<a name="l00510"></a>00510
|
536
|
-
<a name="l00511"></a>00511
|
537
|
-
<a name="l00512"></a>00512
|
538
|
-
<a name="l00513"></a>00513
|
539
|
-
<a name="l00514"></a>00514
|
540
|
-
<a name="l00515"></a>00515
|
541
|
-
<a name="l00516"></a>00516
|
542
|
-
<a name="l00517"></a>00517
|
543
|
-
<a name="l00518"></a>00518
|
544
|
-
<a name="l00519"></a>00519
|
545
|
-
<a name="l00520"></a>00520 <span class="comment">
|
546
|
-
<a name="l00521"></a>00521 <span class="comment"> *
|
547
|
-
<a name="l00522"></a>00522 <span class="comment">
|
548
|
-
<a name="l00523"></a
|
549
|
-
<a name="l00524"></a>00524
|
550
|
-
<a name="l00525"></a>00525
|
551
|
-
<a name="l00526"></a>00526
|
552
|
-
<a name="l00527"></a>00527
|
553
|
-
<a name="l00528"></a>00528
|
554
|
-
<a name="l00529"></a>00529
|
555
|
-
<a name="l00530"></a>00530
|
556
|
-
<a name="l00531"></a>00531
|
557
|
-
<a name="l00532"></a>00532
|
558
|
-
<a name="l00533"></a>00533
|
559
|
-
<a name="l00534"></a>00534
|
560
|
-
<a name="l00535"></a>00535
|
535
|
+
<a name="l00510"></a>00510 ~<a class="code" href="classPassenger_1_1MessageServer.html" title="Simple pluggable request/response messaging server framework.">MessageServer</a>() {
|
536
|
+
<a name="l00511"></a>00511 this_thread::disable_syscall_interruption dsi;
|
537
|
+
<a name="l00512"></a>00512 syscalls::close(<a class="code" href="classPassenger_1_1MessageServer.html#aef3c642484fbbbfc46b7768c53a5c0d4" title="The server socket&#39;s file descriptor.">serverFd</a>);
|
538
|
+
<a name="l00513"></a>00513 syscalls::unlink(<a class="code" href="classPassenger_1_1MessageServer.html#a18f4966401ab1f1ef245af922b382ce3" title="The filename of the server socket on which this MessageServer is listening.">socketFilename</a>.c_str());
|
539
|
+
<a name="l00514"></a>00514 }
|
540
|
+
<a name="l00515"></a>00515
|
541
|
+
<a name="l00516"></a>00516 <span class="keywordtype">string</span> getSocketFilename()<span class="keyword"> const </span>{
|
542
|
+
<a name="l00517"></a>00517 <span class="keywordflow">return</span> <a class="code" href="classPassenger_1_1MessageServer.html#a18f4966401ab1f1ef245af922b382ce3" title="The filename of the server socket on which this MessageServer is listening.">socketFilename</a>;
|
543
|
+
<a name="l00518"></a>00518 }
|
544
|
+
<a name="l00519"></a>00519 <span class="comment"></span>
|
545
|
+
<a name="l00520"></a>00520 <span class="comment"> /**</span>
|
546
|
+
<a name="l00521"></a>00521 <span class="comment"> * Starts the server main loop. This method will loop forever until some</span>
|
547
|
+
<a name="l00522"></a>00522 <span class="comment"> * other thread interrupts the calling thread, or until an exception is raised.</span>
|
548
|
+
<a name="l00523"></a>00523 <span class="comment"> *</span>
|
549
|
+
<a name="l00524"></a>00524 <span class="comment"> * @throws SystemException Unable to accept a new connection. If this is a</span>
|
550
|
+
<a name="l00525"></a>00525 <span class="comment"> * non-fatal error then you may call mainLoop() again</span>
|
551
|
+
<a name="l00526"></a>00526 <span class="comment"> * to restart the server main loop.</span>
|
552
|
+
<a name="l00527"></a>00527 <span class="comment"> * @throws boost::thread_interrupted The calling thread has been interrupted.</span>
|
553
|
+
<a name="l00528"></a>00528 <span class="comment"> */</span>
|
554
|
+
<a name="l00529"></a><a class="code" href="classPassenger_1_1MessageServer.html#aaf639d8228da241b957c707ef0f04c91">00529</a> <span class="keywordtype">void</span> <a class="code" href="classPassenger_1_1MessageServer.html#aaf639d8228da241b957c707ef0f04c91" title="Starts the server main loop.">mainLoop</a>() {
|
555
|
+
<a name="l00530"></a>00530 TRACE_POINT();
|
556
|
+
<a name="l00531"></a>00531 <span class="keywordflow">while</span> (<span class="keyword">true</span>) {
|
557
|
+
<a name="l00532"></a>00532 this_thread::interruption_point();
|
558
|
+
<a name="l00533"></a>00533 sockaddr_un addr;
|
559
|
+
<a name="l00534"></a>00534 socklen_t len = <span class="keyword">sizeof</span>(addr);
|
560
|
+
<a name="l00535"></a>00535 <a class="code" href="classPassenger_1_1FileDescriptor.html" title="Wrapper class around a file descriptor integer, for RAII behavior.">FileDescriptor</a> fd;
|
561
561
|
<a name="l00536"></a>00536
|
562
562
|
<a name="l00537"></a>00537 UPDATE_TRACE_POINT();
|
563
|
-
<a name="l00538"></a>00538
|
564
|
-
<a name="l00539"></a>00539
|
565
|
-
<a name="l00540"></a>00540
|
566
|
-
<a name="l00541"></a>00541
|
567
|
-
<a name="l00542"></a>00542
|
568
|
-
<a name="l00543"></a>00543
|
569
|
-
<a name="l00544"></a>00544
|
570
|
-
<a name="l00545"></a>00545
|
571
|
-
<a name="l00546"></a>00546
|
572
|
-
<a name="l00547"></a>00547
|
573
|
-
<a name="l00548"></a>00548
|
574
|
-
<a name="l00549"></a>00549
|
575
|
-
<a name="l00550"></a>00550
|
576
|
-
<a name="l00551"></a>00551
|
577
|
-
<a name="l00552"></a>00552
|
578
|
-
<a name="l00553"></a>00553
|
579
|
-
<a name="l00554"></a
|
580
|
-
<a name="l00555"></a>00555
|
581
|
-
<a name="l00556"></a>00556
|
582
|
-
<a name="l00557"></a>00557
|
583
|
-
<a name="l00558"></a>00558 <span class="comment">
|
584
|
-
<a name="l00559"></a>00559 <span class="comment">
|
585
|
-
<a name="l00560"></a>00560
|
586
|
-
<a name="l00561"></a>00561
|
587
|
-
<a name="l00562"></a>00562
|
588
|
-
<a name="l00563"></a>00563
|
589
|
-
<a name="l00564"></a>00564 <span class="comment">
|
590
|
-
<a name="l00565"></a
|
591
|
-
<a name="l00566"></a>00566
|
592
|
-
<a name="l00567"></a>00567
|
593
|
-
<a name="l00568"></a>00568
|
594
|
-
<a name="l00569"></a>00569
|
595
|
-
<a name="l00570"></a>00570
|
596
|
-
<a name="l00571"></a>00571 <span class="
|
597
|
-
<a name="l00572"></a>00572
|
598
|
-
<a name="l00573"></a>00573
|
599
|
-
<a name="l00574"></a>00574
|
600
|
-
<a name="l00575"></a>00575
|
563
|
+
<a name="l00538"></a>00538 fd = syscalls::accept(<a class="code" href="classPassenger_1_1MessageServer.html#aef3c642484fbbbfc46b7768c53a5c0d4" title="The server socket&#39;s file descriptor.">serverFd</a>, (<span class="keyword">struct</span> sockaddr *) &addr, &len);
|
564
|
+
<a name="l00539"></a>00539 <span class="keywordflow">if</span> (fd == -1) {
|
565
|
+
<a name="l00540"></a>00540 <span class="keywordflow">throw</span> <a class="code" href="classPassenger_1_1SystemException.html" title="Represents an error returned by a system call or a standard library call.">SystemException</a>(<span class="stringliteral">"Unable to accept a new client"</span>, errno);
|
566
|
+
<a name="l00541"></a>00541 }
|
567
|
+
<a name="l00542"></a>00542
|
568
|
+
<a name="l00543"></a>00543 UPDATE_TRACE_POINT();
|
569
|
+
<a name="l00544"></a>00544 this_thread::disable_interruption di;
|
570
|
+
<a name="l00545"></a>00545 this_thread::disable_syscall_interruption dsi;
|
571
|
+
<a name="l00546"></a>00546
|
572
|
+
<a name="l00547"></a>00547 function<void ()> func(boost::bind(&<a class="code" href="classPassenger_1_1MessageServer.html#ac7d708f90b3a1b1ae5e7b215c688c95e" title="The main function for a thread which handles a client.">MessageServer::clientHandlingMainLoop</a>,
|
573
|
+
<a name="l00548"></a>00548 <span class="keyword">this</span>, fd));
|
574
|
+
<a name="l00549"></a>00549 <span class="keywordtype">string</span> name = <span class="stringliteral">"MessageServer client thread "</span>;
|
575
|
+
<a name="l00550"></a>00550 name.append(toString(fd));
|
576
|
+
<a name="l00551"></a>00551 <a class="code" href="classPassenger_1_1MessageServer.html#a48ccf2c09c2c8b5dcfe3a0585dba67cf" title="The client threads.">threadGroup</a>.create_thread(func, name, CLIENT_THREAD_STACK_SIZE);
|
577
|
+
<a name="l00552"></a>00552 }
|
578
|
+
<a name="l00553"></a>00553 }
|
579
|
+
<a name="l00554"></a>00554 <span class="comment"></span>
|
580
|
+
<a name="l00555"></a>00555 <span class="comment"> /**</span>
|
581
|
+
<a name="l00556"></a>00556 <span class="comment"> * Registers a new handler.</span>
|
582
|
+
<a name="l00557"></a>00557 <span class="comment"> * </span>
|
583
|
+
<a name="l00558"></a>00558 <span class="comment"> * @pre The main loop isn't running.</span>
|
584
|
+
<a name="l00559"></a>00559 <span class="comment"> */</span>
|
585
|
+
<a name="l00560"></a><a class="code" href="classPassenger_1_1MessageServer.html#a8f5df648df67f85ab0b7317be21f643f">00560</a> <span class="keywordtype">void</span> <a class="code" href="classPassenger_1_1MessageServer.html#a8f5df648df67f85ab0b7317be21f643f" title="Registers a new handler.">addHandler</a>(HandlerPtr handler) {
|
586
|
+
<a name="l00561"></a>00561 <a class="code" href="classPassenger_1_1MessageServer.html#abced7a8e542f6ab4a81ac1b11f8d163a" title="The registered message handlers.">handlers</a>.push_back(handler);
|
587
|
+
<a name="l00562"></a>00562 }
|
588
|
+
<a name="l00563"></a>00563 <span class="comment"></span>
|
589
|
+
<a name="l00564"></a>00564 <span class="comment"> /**</span>
|
590
|
+
<a name="l00565"></a>00565 <span class="comment"> * Sets the maximum number of milliseconds that clients may spend on logging in.</span>
|
591
|
+
<a name="l00566"></a>00566 <span class="comment"> * Clients that take longer are disconnected.</span>
|
592
|
+
<a name="l00567"></a>00567 <span class="comment"> *</span>
|
593
|
+
<a name="l00568"></a>00568 <span class="comment"> * @pre timeout != 0</span>
|
594
|
+
<a name="l00569"></a>00569 <span class="comment"> * @pre The main loop isn't running.</span>
|
595
|
+
<a name="l00570"></a>00570 <span class="comment"> */</span>
|
596
|
+
<a name="l00571"></a><a class="code" href="classPassenger_1_1MessageServer.html#a91571b29a8a88f80bab68f8083f59291">00571</a> <span class="keywordtype">void</span> <a class="code" href="classPassenger_1_1MessageServer.html#a91571b29a8a88f80bab68f8083f59291" title="Sets the maximum number of milliseconds that clients may spend on logging in.">setLoginTimeout</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span> timeout) {
|
597
|
+
<a name="l00572"></a>00572 assert(timeout != 0);
|
598
|
+
<a name="l00573"></a>00573 <a class="code" href="classPassenger_1_1MessageServer.html#abf5075add15c5f32a60039bdcbe98926" title="The maximum number of milliseconds that client may spend on logging in.">loginTimeout</a> = timeout;
|
599
|
+
<a name="l00574"></a>00574 }
|
600
|
+
<a name="l00575"></a>00575 };
|
601
|
+
<a name="l00576"></a>00576
|
602
|
+
<a name="l00577"></a>00577 <span class="keyword">typedef</span> shared_ptr<MessageServer> MessageServerPtr;
|
603
|
+
<a name="l00578"></a>00578
|
604
|
+
<a name="l00579"></a>00579 } <span class="comment">// namespace Passenger</span>
|
605
|
+
<a name="l00580"></a>00580
|
606
|
+
<a name="l00581"></a>00581 <span class="preprocessor">#endif </span><span class="comment">/* _PASSENGER_MESSAGE_SERVER_H_ */</span>
|
601
607
|
</pre></div></div>
|
602
608
|
<hr size="1"/><address style="text-align: right;"><small>Generated by
|
603
609
|
<a href="http://www.doxygen.org/index.html">
|