susantha    2003/06/27 05:18:17

  Modified:    c/docs   TODO.txt
  Log:
  added performance TODO
  
  Revision  Changes    Path
  1.9       +5 -0      xml-axis/c/docs/TODO.txt
  
  Index: TODO.txt
  ===================================================================
  RCS file: /home/cvs/xml-axis/c/docs/TODO.txt,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- TODO.txt  27 Jun 2003 09:18:02 -0000      1.8
  +++ TODO.txt  27 Jun 2003 12:18:17 -0000      1.9
  @@ -32,6 +32,11 @@
   -----------
   ! <team>     Improving Serializer code so that it avoids string operations(+= 
operator etc)          
                Directly calling Transport's function (eg: ap_rputs(..))
  +! <team>     With the current method of writing a web service wrapper class every 
web service
  +             DLL (or .so) will have its own copy of Serializer/Deserializer code 
(statically bound).
  +             Result is that the web service DLL is too large with unnecessarily 
linked code (more memory).
  +             So we have to make Serializer/Deserializer code to a DLL and then 
every web service and the
  +             Axis engine uses the same DLL.
   
   DOCUMENTATION
   -------------
  
  
  

Reply via email to