[mapguide][MG179][Modified] TCP/IP Connection Pooling for Web Extensions and Server

Trevor Wekel trevor.wekel at autodesk.com
Tue Apr 4 12:56:48 EDT 2006


You can view the artifact detail at the following URL:

    https://mapguide.osgeo.org/servlets/Scarab/id/MG179

Type:
Enhancement

Artifact ID:
MG179 (TCP/IP Connection Pooling for Web Extensions and Server)

Modified by:
Trevor Wekel
trevorwekel (trevor.wekel at autodesk.com)

The following modifications were made to this artifact:
---------------------------------------------------------------------

Added following comment to artifact::

Automated Comment.  Version control commit message.

MG179: TCP/IP Connection Pooling for Web Extensions and Server

Added
File: trunk/MgDev/Server/src/Core/ServerStreamData.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Core/ServerStreamData.cpp?view=auto&rev=421
File: trunk/MgDev/Server/src/Core/ServerStreamData.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Core/ServerStreamData.h?view=auto&rev=421

Modified
File: trunk/MgDev/Common/Service/AceCommon.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Service/AceCommon.h?view=diff&rev=421&p1=trunk/MgDev/Common/Service/AceCommon.h&r1=420&p2=trunk/MgDev/Common/Service/AceCommon.h&r2=421
File: trunk/MgDev/Common/Service/Net/AceStreamHelper.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Service/Net/AceStreamHelper.cpp?view=diff&rev=421&p1=trunk/MgDev/Common/Service/Net/AceStreamHelper.cpp&r1=420&p2=trunk/MgDev/Common/Service/Net/AceStreamHelper.cpp&r2=421
File: trunk/MgDev/Common/Service/Net/StreamData.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Service/Net/StreamData.cpp?view=diff&rev=421&p1=trunk/MgDev/Common/Service/Net/StreamData.cpp&r1=420&p2=trunk/MgDev/Common/Service/Net/StreamData.cpp&r2=421
File: trunk/MgDev/Common/Service/Net/StreamData.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Service/Net/StreamData.h?view=diff&rev=421&p1=trunk/MgDev/Common/Service/Net/StreamData.h&r1=420&p2=trunk/MgDev/Common/Service/Net/StreamData.h&r2=421
File: trunk/MgDev/Common/Service/Net/StreamHelper.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Service/Net/StreamHelper.h?view=diff&rev=421&p1=trunk/MgDev/Common/Service/Net/StreamHelper.h&r1=420&p2=trunk/MgDev/Common/Service/Net/StreamHelper.h&r2=421
File: trunk/MgDev/Common/Service/Services/ServerConnection.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Service/Services/ServerConnection.cpp?view=diff&rev=421&p1=trunk/MgDev/Common/Service/Services/ServerConnection.cpp&r1=420&p2=trunk/MgDev/Common/Service/Services/ServerConnection.cpp&r2=421
File: trunk/MgDev/Common/Service/Services/ServerConnectionStack.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Common/Service/Services/ServerConnectionStack.cpp?view=diff&rev=421&p1=trunk/MgDev/Common/Service/Services/ServerConnectionStack.cpp&r1=420&p2=trunk/MgDev/Common/Service/Services/ServerConnectionStack.cpp&r2=421
File: trunk/MgDev/Server/src/Core/ClientAcceptor.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Core/ClientAcceptor.cpp?view=diff&rev=421&p1=trunk/MgDev/Server/src/Core/ClientAcceptor.cpp&r1=420&p2=trunk/MgDev/Server/src/Core/ClientAcceptor.cpp&r2=421
File: trunk/MgDev/Server/src/Core/ClientHandler.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Core/ClientHandler.cpp?view=diff&rev=421&p1=trunk/MgDev/Server/src/Core/ClientHandler.cpp&r1=420&p2=trunk/MgDev/Server/src/Core/ClientHandler.cpp&r2=421
File: trunk/MgDev/Server/src/Core/ClientHandler.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Core/ClientHandler.h?view=diff&rev=421&p1=trunk/MgDev/Server/src/Core/ClientHandler.h&r1=420&p2=trunk/MgDev/Server/src/Core/ClientHandler.h&r2=421
File: trunk/MgDev/Server/src/Core/Makefile.am https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Core/Makefile.am?view=diff&rev=421&p1=trunk/MgDev/Server/src/Core/Makefile.am&r1=420&p2=trunk/MgDev/Server/src/Core/Makefile.am&r2=421
File: trunk/MgDev/Server/src/Core/ServerCore.vcproj https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Core/ServerCore.vcproj?view=diff&rev=421&p1=trunk/MgDev/Server/src/Core/ServerCore.vcproj&r1=420&p2=trunk/MgDev/Server/src/Core/ServerCore.vcproj&r2=421
File: trunk/MgDev/Server/src/Core/ServerCoreBuild.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Core/ServerCoreBuild.cpp?view=diff&rev=421&p1=trunk/MgDev/Server/src/Core/ServerCoreBuild.cpp&r1=420&p2=trunk/MgDev/Server/src/Core/ServerCoreBuild.cpp&r2=421
File: trunk/MgDev/Server/src/Core/WorkerThread.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Core/WorkerThread.cpp?view=diff&rev=421&p1=trunk/MgDev/Server/src/Core/WorkerThread.cpp&r1=420&p2=trunk/MgDev/Server/src/Core/WorkerThread.cpp&r2=421
File: trunk/MgDev/Server/src/Core/WorkerThread.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Core/WorkerThread.h?view=diff&rev=421&p1=trunk/MgDev/Server/src/Core/WorkerThread.h&r1=420&p2=trunk/MgDev/Server/src/Core/WorkerThread.h&r2=421
File: trunk/MgDev/Server/src/Services/Tile/TileCache.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Server/src/Services/Tile/TileCache.cpp?view=diff&rev=421&p1=trunk/MgDev/Server/src/Services/Tile/TileCache.cpp&r1=420&p2=trunk/MgDev/Server/src/Services/Tile/TileCache.cpp&r2=421
File: trunk/MgDev/Web/src/DotNetUnmanagedApi/DotNetUnmanagedApi.vcproj https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/DotNetUnmanagedApi/DotNetUnmanagedApi.vcproj?view=diff&rev=421&p1=trunk/MgDev/Web/src/DotNetUnmanagedApi/DotNetUnmanagedApi.vcproj&r1=420&p2=trunk/MgDev/Web/src/DotNetUnmanagedApi/DotNetUnmanagedApi.vcproj&r2=421
File: trunk/MgDev/Web/src/DotNetUnmanagedApi/dotnet.i https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/DotNetUnmanagedApi/dotnet.i?view=diff&rev=421&p1=trunk/MgDev/Web/src/DotNetUnmanagedApi/dotnet.i&r1=420&p2=trunk/MgDev/Web/src/DotNetUnmanagedApi/dotnet.i&r2=421
File: trunk/MgDev/Web/src/JavaApi/JavaApi.vcproj https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/JavaApi/JavaApi.vcproj?view=diff&rev=421&p1=trunk/MgDev/Web/src/JavaApi/JavaApi.vcproj&r1=420&p2=trunk/MgDev/Web/src/JavaApi/JavaApi.vcproj&r2=421
File: trunk/MgDev/Web/src/JavaApi/Makefile.am https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/JavaApi/Makefile.am?view=diff&rev=421&p1=trunk/MgDev/Web/src/JavaApi/Makefile.am&r1=420&p2=trunk/MgDev/Web/src/JavaApi/Makefile.am&r2=421
File: trunk/MgDev/Web/src/JavaApi/java.i https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/JavaApi/java.i?view=diff&rev=421&p1=trunk/MgDev/Web/src/JavaApi/java.i&r1=420&p2=trunk/MgDev/Web/src/JavaApi/java.i&r2=421
File: trunk/MgDev/Web/src/MapGuideApi/MapGuideApiGen.xml https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/MapGuideApi/MapGuideApiGen.xml?view=diff&rev=421&p1=trunk/MgDev/Web/src/MapGuideApi/MapGuideApiGen.xml&r1=420&p2=trunk/MgDev/Web/src/MapGuideApi/MapGuideApiGen.xml&r2=421
File: trunk/MgDev/Web/src/WebSupport/InitializeWebTier.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/WebSupport/InitializeWebTier.cpp?view=diff&rev=421&p1=trunk/MgDev/Web/src/WebSupport/InitializeWebTier.cpp&r1=420&p2=trunk/MgDev/Web/src/WebSupport/InitializeWebTier.cpp&r2=421
File: trunk/MgDev/Web/src/mapviewernet/ajaxviewer.aspx https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/mapviewernet/ajaxviewer.aspx?view=diff&rev=421&p1=trunk/MgDev/Web/src/mapviewernet/ajaxviewer.aspx&r1=420&p2=trunk/MgDev/Web/src/mapviewernet/ajaxviewer.aspx&r2=421
File: trunk/MgDev/Web/src/mapviewernet/ajaxviewerabout.aspx https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/mapviewernet/ajaxviewerabout.aspx?view=diff&rev=421&p1=trunk/MgDev/Web/src/mapviewernet/ajaxviewerabout.aspx&r1=420&p2=trunk/MgDev/Web/src/mapviewernet/ajaxviewerabout.aspx&r2=421
File: trunk/MgDev/Web/src/mapviewernet/buffer.aspx https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/mapviewernet/buffer.aspx?view=diff&rev=421&p1=trunk/MgDev/Web/src/mapviewernet/buffer.aspx&r1=420&p2=trunk/MgDev/Web/src/mapviewernet/buffer.aspx&r2=421
File: trunk/MgDev/Web/src/mapviewernet/dwfviewer.aspx https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/mapviewernet/dwfviewer.aspx?view=diff&rev=421&p1=trunk/MgDev/Web/src/mapviewernet/dwfviewer.aspx&r1=420&p2=trunk/MgDev/Web/src/mapviewernet/dwfviewer.aspx&r2=421
File: trunk/MgDev/Web/src/mapviewernet/gettingstarted.aspx https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/mapviewernet/gettingstarted.aspx?view=diff&rev=421&p1=trunk/MgDev/Web/src/mapviewernet/gettingstarted.aspx&r1=420&p2=trunk/MgDev/Web/src/mapviewernet/gettingstarted.aspx&r2=421
File: trunk/MgDev/Web/src/mapviewernet/legend.aspx https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/mapviewernet/legend.aspx?view=diff&rev=421&p1=trunk/MgDev/Web/src/mapviewernet/legend.aspx&r1=420&p2=trunk/MgDev/Web/src/mapviewernet/legend.aspx&r2=421
File: trunk/MgDev/Web/src/mapviewernet/mainframe.aspx https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/mapviewernet/mainframe.aspx?view=diff&rev=421&p1=trunk/MgDev/Web/src/mapviewernet/mainframe.aspx&r1=420&p2=trunk/MgDev/Web/src/mapviewernet/mainframe.aspx&r2=421
File: trunk/MgDev/Web/src/mapviewernet/mapframe.aspx https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/mapviewernet/mapframe.aspx?view=diff&rev=421&p1=trunk/MgDev/Web/src/mapviewernet/mapframe.aspx&r1=420&p2=trunk/MgDev/Web/src/mapviewernet/mapframe.aspx&r2=421
File: trunk/MgDev/Web/src/mapviewernet/measure.aspx https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/mapviewernet/measure.aspx?view=diff&rev=421&p1=trunk/MgDev/Web/src/mapviewernet/measure.aspx&r1=420&p2=trunk/MgDev/Web/src/mapviewernet/measure.aspx&r2=421
File: trunk/MgDev/Web/src/mapviewernet/search.aspx https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/mapviewernet/search.aspx?view=diff&rev=421&p1=trunk/MgDev/Web/src/mapviewernet/search.aspx&r1=420&p2=trunk/MgDev/Web/src/mapviewernet/search.aspx&r2=421
File: trunk/MgDev/Web/src/mapviewernet/selectwithin.aspx https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/mapviewernet/selectwithin.aspx?view=diff&rev=421&p1=trunk/MgDev/Web/src/mapviewernet/selectwithin.aspx&r1=420&p2=trunk/MgDev/Web/src/mapviewernet/selectwithin.aspx&r2=421
File: trunk/MgDev/Web/src/mapviewernet/serveradminhelper.aspx https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/mapviewernet/serveradminhelper.aspx?view=diff&rev=421&p1=trunk/MgDev/Web/src/mapviewernet/serveradminhelper.aspx&r1=420&p2=trunk/MgDev/Web/src/mapviewernet/serveradminhelper.aspx&r2=421
File: trunk/MgDev/Web/src/mapviewernet/setselection.aspx https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/mapviewernet/setselection.aspx?view=diff&rev=421&p1=trunk/MgDev/Web/src/mapviewernet/setselection.aspx&r1=420&p2=trunk/MgDev/Web/src/mapviewernet/setselection.aspx&r2=421

Removed
File: trunk/MgDev/Web/src/DotNetUnmanagedApi/InitSockets.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/DotNetUnmanagedApi/InitSockets.cpp?view=auto&rev=420
File: trunk/MgDev/Web/src/DotNetUnmanagedApi/InitSockets.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/DotNetUnmanagedApi/InitSockets.h?view=auto&rev=420
File: trunk/MgDev/Web/src/JavaApi/InitSockets.cpp https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/JavaApi/InitSockets.cpp?view=auto&rev=420
File: trunk/MgDev/Web/src/JavaApi/InitSockets.h https://mapguide.osgeo.org/source/browse/mapguide/trunk/MgDev/Web/src/JavaApi/InitSockets.h?view=auto&rev=420



---------------------------------------------------------------------
This message was automatically generated by Project Tracker.








More information about the Mapguide_issues mailing list