You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@tuscany.apache.org by roshan joseph <ro...@yahoo.com> on 2008/04/07 13:20:38 UTC

Re: Overhead of SCA Native Container

Hi Andy,
   I have run my above test in Apache 2.0 httpd server with axis2c 0.96 version and could get a decent timing for my web service SOAP test. 
   
  At times for a 300 user test it gave me an average time of 6millisec for a load of approximately 393 bytes soap request and the throughput is 14.9 messages per second, with zero errors. If I increase the test to 600 users it gave me a throughput of 29.4 msg/sec and average time is 5 millisec. 
   
  This is the best case scenario, but at other times even for a 50 user test it gives memory exception and on going to debug mode I get this unhandled exception which I have updated below (the output window messages). Some SOAP request takes a lot of time and is successful, but most of the SOAP request fails. 
   
  The best_case/worst_case scenario is 50/50 and hence reliability is problem here.
   
  Is this a problem with the axis2c soap engine or a Tuscany problem, can you give your comment based on this output msg…
   
  If anyone else has an opinion on how to resolve this exception please comment, it will be of great help for me.
   
  Regards
  Roshan
   
  'Apache.exe': Loaded 'D:\Apache2.0\Apache2\bin\Apache.exe', No symbols loaded.
  'Apache.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded.
  'Apache.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded.
  'Apache.exe': Loaded 'D:\Apache2.0\Apache2\bin\libapr.dll', No symbols loaded.
  'Apache.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', No symbols loaded.
  'Apache.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll', No symbols loaded.
  'Apache.exe': Loaded 'C:\WINDOWS\system32\secur32.dll', No symbols loaded.
  'Apache.exe': Loaded 'C:\WINDOWS\system32\ws2_32.dll', No symbols loaded.
  'Apache.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll', No symbols loaded.
  'Apache.exe': Loaded 'C:\WINDOWS\system32\ws2help.dll', No symbols loaded.
  'Apache.exe': Loaded 'C:\WINDOWS\system32\mswsock.dll', No symbols loaded.
  'Apache.exe': Loaded 'D:\Apache2.0\Apache2\bin\libaprutil.dll', No symbols loaded.
  'Apache.exe': Loaded 'D:\Apache2.0\Apache2\bin\libapriconv.dll', No symbols loaded.
  'Apache.exe': Loaded 'D:\Apache2.0\Apache2\bin\libhttpd.dll', No symbols loaded.
  'Apache.exe': Loaded 'C:\WINDOWS\system32\user32.dll', No symbols loaded.
  'Apache.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll', No symbols loaded.
  'Apache.exe': Loaded 'C:\WINDOWS\system32\shell32.dll', No symbols loaded.
  'Apache.exe': Loaded 'C:\WINDOWS\system32\shlwapi.dll', No symbols loaded.
  'Apache.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll', No symbols loaded.
  'Apache.exe': Loaded 'C:\WINDOWS\system32\comctl32.dll', No symbols loaded.
  'Apache.exe': Loaded 'C:\WINDOWS\system32\hnetcfg.dll', No symbols loaded.
  'Apache.exe': Loaded 'C:\WINDOWS\system32\wshtcpip.dll', No symbols loaded.
  'Apache.exe': Loaded 'D:\Apache2.0\Apache2\modules\mod_access.so', No symbols loaded.
  'Apache.exe': Loaded 'D:\Apache2.0\Apache2\modules\mod_actions.so', No symbols loaded.
  'Apache.exe': Loaded 'D:\Apache2.0\Apache2\modules\mod_alias.so', No symbols loaded.
  'Apache.exe': Loaded 'D:\Apache2.0\Apache2\modules\mod_asis.so', No symbols loaded.
  'Apache.exe': Loaded 'D:\Apache2.0\Apache2\modules\mod_auth.so', No symbols loaded.
  'Apache.exe': Loaded 'D:\Apache2.0\Apache2\modules\mod_autoindex.so', No symbols loaded.
  'Apache.exe': Loaded 'D:\Apache2.0\Apache2\modules\mod_cgi.so', No symbols loaded.
  'Apache.exe': Loaded 'D:\Apache2.0\Apache2\modules\mod_dir.so', No symbols loaded.
  'Apache.exe': Loaded 'D:\Apache2.0\Apache2\modules\mod_env.so', No symbols loaded.
  'Apache.exe': Loaded 'D:\Apache2.0\Apache2\modules\mod_imap.so', No symbols loaded.
  'Apache.exe': Loaded 'D:\Apache2.0\Apache2\modules\mod_include.so', No symbols loaded.
  'Apache.exe': Loaded 'D:\Apache2.0\Apache2\modules\mod_isapi.so', No symbols loaded.
  'Apache.exe': Loaded 'D:\Apache2.0\Apache2\modules\mod_log_config.so', No symbols loaded.
  'Apache.exe': Loaded 'D:\Apache2.0\Apache2\modules\mod_mime.so', No symbols loaded.
  'Apache.exe': Loaded 'D:\Apache2.0\Apache2\modules\mod_negotiation.so', No symbols loaded.
  'Apache.exe': Loaded 'D:\Apache2.0\Apache2\modules\mod_setenvif.so', No symbols loaded.
  'Apache.exe': Loaded 'D:\Apache2.0\Apache2\modules\mod_userdir.so', No symbols loaded.
  'Apache.exe': Loaded 'D:\Apache2.0\Apache2\modules\mod_axis2.so', Symbols loaded.
  'Apache.exe': Loaded 'D:\Axis2C-bin-0.96\axis2c-src-0.96\build\deploy\lib\axis2_util.dll', Symbols loaded.
  'Apache.exe': Loaded 'D:\Prototype\hi_tools\zlib\1.2.3\bin\zlib1.dll', Binary was not built with debug information.
  'Apache.exe': Loaded 'D:\Axis2C-bin-0.96\axis2c-src-0.96\build\deploy\lib\axis2_parser.dll', Symbols loaded.
  'Apache.exe': Loaded 'D:\Prototype\hi_tools\libxml2\2.6.20\bin\libxml2.dll', Binary was not built with debug information.
  'Apache.exe': Loaded 'C:\WINDOWS\system32\wsock32.dll', No symbols loaded.
  'Apache.exe': Loaded 'D:\Prototype\hi_tools\iconv\1.9.1\bin\iconv.dll', Binary was not built with debug information.
  'Apache.exe': Loaded 'D:\Axis2C-bin-0.96\axis2c-src-0.96\build\deploy\lib\axis2_engine.dll', Symbols loaded.
  'Apache.exe': Loaded 'D:\Axis2C-bin-0.96\axis2c-src-0.96\build\deploy\lib\axiom.dll', Symbols loaded.
  'Apache.exe': Loaded 'D:\Axis2C-bin-0.96\axis2c-src-0.96\build\deploy\lib\axis2_wsdl.dll', Symbols loaded.
  'Apache.exe': Loaded 'D:\Axis2C-bin-0.96\axis2c-src-0.96\build\deploy\lib\woden.dll', Symbols loaded.
  'Apache.exe': Loaded 'D:\Axis2C-bin-0.96\axis2c-src-0.96\build\deploy\lib\xml_schema.dll', No symbols loaded.
  'Apache.exe': Loaded 'D:\Axis2C-bin-0.96\axis2c-src-0.96\build\deploy\lib\axis2_http_sender.dll', Symbols loaded.
  'Apache.exe': Loaded 'D:\Axis2C-bin-0.96\axis2c-src-0.96\build\deploy\lib\axis2_http_receiver.dll', Symbols loaded.
  'Apache.exe': Loaded 'D:\Axis2C-bin-0.96\axis2c-src-0.96\build\deploy\modules\addressing\axis2_mod_addr.dll', No symbols loaded.
  'Apache.exe': Loaded 'D:\Axis2C-bin-0.96\axis2c-src-0.96\build\deploy\modules\logging\axis2_mod_log.dll', No symbols loaded.
  'Apache.exe': Loaded 'D:\Axis2C-bin-0.96\axis2c-src-0.96\build\deploy\modules\tuscany\tuscany_sca_ws_dispatcher.dll', Binary was not built with debug information.
  'Apache.exe': Loaded 'D:\Tuscany-CPlusPlus\tuscany_sca_native-1.0-incubator-M3-bin\bin\tuscany_sca.dll', Binary was not built with debug information.
  'Apache.exe': Loaded 'D:\SdoCpp\tuscany_sdo_cpp-1.0-incubator-M3-bin\bin\tuscany_sdo.dll', Binary was not built with debug information.
  'Apache.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_6b128700\msvcp80.dll', Symbols loaded.
  'Apache.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_6b128700\msvcr80.dll', Symbols loaded.
  The thread 'Win32 Thread' (0x36c) has exited with code 0 (0x0).
  'Apache.exe': Loaded 'D:\Axis2C-bin-0.96\axis2c-src-0.96\build\deploy\services\tuscany\tuscany_sca_ws_service.dll', Binary was not built with debug information.
  'Apache.exe': Loaded 'D:\SdoCpp\tuscany_sdo_cpp-1.0-incubator-M3-bin\bin\tuscany_sdo_axiom.dll', Binary was not built with debug information.
  'Apache.exe': Loaded 'D:\Tuscany-CPlusPlus\tuscany_sca_native-1.0-incubator-M3-bin\extensions\cpp\module\tuscany_sca_cpp.dll', Binary was not built with debug information.
  'Apache.exe': Loaded 'D:\Tuscany-CPlusPlus\tuscany_sca_native-1.0-incubator-M3-bin\extensions\python\module\tuscany_sca_python.dll', Binary was not built with debug information.
  'Apache.exe': Unloaded 'D:\Tuscany-CPlusPlus\tuscany_sca_native-1.0-incubator-M3-bin\extensions\python\module\tuscany_sca_python.dll'
  First-chance exception at 0x7c812a5b in Apache.exe: Microsoft C++ exception: tuscany ::sca::SystemConfigurationException at memory location 0x046aec5c..
  'Apache.exe': Loaded 'D:\Tuscany-CPlusPlus\tuscany_sca_native-1.0-incubator-M3-bin\extensions\rest\interface\module\tuscany_sca_rest_interface.dll', Binary was not built with debug information.
  'Apache.exe': Loaded 'D:\Tuscany-CPlusPlus\tuscany_sca_native-1.0-incubator-M3-bin\extensions\rest\reference\module\tuscany_sca_rest_reference.dll', Binary was not built with debug information.
  'Apache.exe': Unloaded 'D:\Tuscany-CPlusPlus\tuscany_sca_native-1.0-incubator-M3-bin\extensions\rest\reference\module\tuscany_sca_rest_reference.dll'
  First-chance exception at 0x7c812a5b in Apache.exe: Microsoft C++ exception: tuscany ::sca::SystemConfigurationException at memory location 0x046aec5c..
  'Apache.exe': Loaded 'D:\Tuscany-CPlusPlus\tuscany_sca_native-1.0-incubator-M3-bin\extensions\rest\service\module\tuscany_sca_rest_service.dll', Binary was not built with debug information.
  'Apache.exe': Loaded 'D:\Tuscany-CPlusPlus\tuscany_sca_native-1.0-incubator-M3-bin\extensions\ruby\module\tuscany_sca_ruby_lang.dll', Binary was not built with debug information.
  'Apache.exe': Unloaded 'D:\Tuscany-CPlusPlus\tuscany_sca_native-1.0-incubator-M3-bin\extensions\ruby\module\tuscany_sca_ruby_lang.dll'
  First-chance exception at 0x7c812a5b in Apache.exe: Microsoft C++ exception: tuscany ::sca::SystemConfigurationException at memory location 0x046aec5c..
  'Apache.exe': Loaded 'D:\Tuscany-CPlusPlus\tuscany_sca_native-1.0-incubator-M3-bin\extensions\sca\reference\module\tuscany_sca_binding_reference.dll', Binary was not built with debug information.
  'Apache.exe': Loaded 'D:\Tuscany-CPlusPlus\tuscany_sca_native-1.0-incubator-M3-bin\extensions\sca\service\module\tuscany_sca_binding_service.dll', Binary was not built with debug information.
  'Apache.exe': Loaded 'D:\Tuscany-CPlusPlus\tuscany_sca_native-1.0-incubator-M3-bin\extensions\ws\reference\module\tuscany_sca_ws_reference.dll', Binary was not built with debug information.
  'Apache.exe': Loaded 'D:\Tuscany-CPlusPlus\tuscany_sca_native-1.0-incubator-M3-bin\extensions\ws\service\module\tuscany_sca_ws_service.dll', Binary was not built with debug information.
  First-chance exception at 0x7c812a5b in Apache.exe: Microsoft C++ exception: SDOTypeNotFoundException at memory location 0x046ae9a8..
  First-chance exception at 0x7c812a5b in Apache.exe: Microsoft C++ exception: SDOTypeNotFoundException at memory location 0x046ae9a8..
  'Apache.exe': Loaded 'D:\Prototype\hi_src\sca-prototype\tags\V0.1\cpp-sca-service\deploy\sample.helloworld\HelloWorld.dll', Symbols loaded.
  First-chance exception at 0x0084a187 (axis2_util.dll) in Apache.exe: 0xC0000005: Access violation reading location 0x6c706d61.
  Unhandled exception at 0x0084a187 (axis2_util.dll) in Apache.exe: 0xC0000005: Access violation reading location 0x6c706d61.

       
---------------------------------
You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost.