You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by sh...@locus.apache.org on 2000/05/19 09:04:58 UTC

cvs commit: jakarta-tomcat/src/native/iis isapi.dsp

shachor     00/05/19 00:04:58

  Modified:    src/native/iis isapi.dsp
  Log:
  Adding support for ajp13, a bi-directional & faster communication
  protocol that reuse socket connections.
  
  This also support multi-thread programs.
  
  Work is not done yet. The protocol does not pass POSTed data yet
  
  Revision  Changes    Path
  1.2       +84 -0     jakarta-tomcat/src/native/iis/isapi.dsp
  
  Index: isapi.dsp
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/native/iis/isapi.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- isapi.dsp	2000/04/17 09:49:32	1.1
  +++ isapi.dsp	2000/05/19 07:04:56	1.2
  @@ -100,6 +100,14 @@
   # End Source File
   # Begin Source File
   
  +SOURCE=..\jk\jk_ajp13.c
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\jk\jk_ajp13_worker.c
  +# End Source File
  +# Begin Source File
  +
   SOURCE=..\jk\jk_ajp23_worker.c
   # End Source File
   # Begin Source File
  @@ -124,6 +132,10 @@
   # End Source File
   # Begin Source File
   
  +SOURCE=..\jk\jk_msg_buff.c
  +# End Source File
  +# Begin Source File
  +
   SOURCE=..\jk\jk_pool.c
   # End Source File
   # Begin Source File
  @@ -146,6 +158,78 @@
   # Begin Group "Header Files"
   
   # PROP Default_Filter "h;hpp;hxx;hm;inl"
  +# Begin Source File
  +
  +SOURCE=..\jk\jk_ajp12_worker.h
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\jk\jk_ajp13.h
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\jk\jk_ajp13_worker.h
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\jk\jk_ajp23_worker.h
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\jk\jk_connect.h
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\jk\jk_global.h
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\jk\jk_jni_worker.h
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\jk\jk_lb_worker.h
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\jk\jk_logger.h
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\jk\jk_map.h
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\jk\jk_msg_buff.h
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\jk\jk_mt.h
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\jk\jk_pool.h
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\jk\jk_service.h
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\jk\jk_sockbuf.h
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\jk\jk_uri_worker_map.h
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\jk\jk_util.h
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\jk\jk_worker.h
  +# End Source File
   # End Group
   # Begin Group "Resource Files"