Hi Philipp, The axis2 stuff in the native codebase is purely to support the Web Service binding - you shouldn't need those DLLs to run the CPPCalculator as this sample no longer does any web service calls. The SDO, libxml, etc dlls are still required as these are used within sca for message propagation - but perhaps, in the future, they shouldn't be.. (SDO should perhaps be a configuarble data-bainding , as in the java codebase). Embedded Domains sounds like an interesting scenario for Tuscany, could you expand?
I'm not sure what the scope for reducing memory footprint would be - what happens if you take out the axis/axiom dlls? Cheers Andy On Dec 19, 2007 11:26 PM, Philipp Konradi <[EMAIL PROTECTED]> wrote: > Hi, > > currently I'm investigating on usability of Tuscany SCA > Native in Embedded Domains. > One of the important requirements there is small memory footprint. > Starting the CppCalculator (local service invocation) I found out that it > requires currently ca. 6MB. > In the list of loaded dlls I saw axis2, axiom, sdo and some more libraries. > > My question now is: Is it possible to significantly decrease the memory > footprint in a reasonable amount of time/effort? Let's say to 2MB? > > Maybe some developers of the Native Runtime can help me with some > information? > > Many thanks, > Philipp > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
