The use of RTTI in Trentino is limited to only two places where a dynamic_cast is used. This is done mostly for esthetic reasons (prefer C++ style casts over C Style casts) and could be easily avoided. The entire logging/log4cxx stuff can be controlled/turned off by preprocessor means. The exceptions issue is somewhat more complicated because exceptions are widely used across the source code, so getting rid of them means a lot of redesign. But nothing is impossible ;-)
Regards Konstantin -----Ursprüngliche Nachricht----- Von: Giorgio Zoppi [mailto:[email protected]] Gesendet: Samstag, 8. Oktober 2011 02:22 An: [email protected] Betreff: Re: Cloud enabled devices. I would like something more lighter than trentino, i would like not use RTTI or c++ exception, in a real time enviromement they behave really bad. I would like to stay away from log4cxx, it is surrogate of an optimal java product, we need something more simple for logging or we dont need logging in the production code. I would like to reuse the binding part (that is good). I cannot import the part that i need in apache because of the license. Could you ask to your company if you can dual license? For working we need an embedded webserver and a rest/soap parser. It is late in spain..up to know is ok. good night. Giorgio.
