You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by su...@apache.org on 2003/07/02 12:55:55 UTC

cvs commit: xml-axis/c/docs/RFC rfc1.txt

susantha    2003/07/02 03:55:54

  Modified:    c/docs/RFC rfc1.txt
  Log:
  few things to discuss
  
  Revision  Changes    Path
  1.2       +10 -0     xml-axis/c/docs/RFC/rfc1.txt
  
  Index: rfc1.txt
  ===================================================================
  RCS file: /home/cvs/xml-axis/c/docs/RFC/rfc1.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- rfc1.txt	23 Jun 2003 14:07:46 -0000	1.1
  +++ rfc1.txt	2 Jul 2003 10:55:44 -0000	1.2
  @@ -0,0 +1,10 @@
  +OPEN ISSUES
  +-----------
  +1. We have to discuss about separating the code base to several dynamic link libraries. But we have to
  +   consider performance bottlenecks. At the moment we have following issues due to non-separation of code
  +   into several DLLs.
  +	a. Each Webservice and handler deployed has its own Serializer/Deserializer code statically linked
  +	   to that DLL (or .so).
  +	b. If we separate apache plugin module from rest of the axis code and make axis code another shared 
  +	   object, we may use the same axis .so for other web servers without rebuilding. But this can be a 
  +	   a performance bottleneck too. what do you think ?.