Displaying 1 result from an estimated 1 matches for "_web_service_request".
2006 Jun 30
0
SOAP responses blowing up memory usage
...er method that iterates
over a bunch of AR objects (say ~30,000) and converts them to struts.
The controller method automagically converts the array of Struts to
SOAP objects as advertised. There''s a point in
ActionWebService::Dispatcher::ActionController::InstanceMethods#dispatch
_web_service_request (file action_web_service/dispatcher/
action_controller_dispatcher.rb), where memory usage absolutely blows
up when passed large arrays. Monitoring top, it looks like the app
will grow to around 50mb and then when it does the
InstanceMethods#web_service_create_response action memory will shoo...