[mapguide-trac] #1460: Maestro sometimes crashes when making package

MapGuide Open Source trac_mapguide at osgeo.org
Tue Oct 12 18:36:30 EDT 2010


#1460: Maestro sometimes crashes when making package
-----------------------+----------------------------------------------------
   Reporter:  andrewd  |       Owner:  jng  
       Type:  defect   |      Status:  new  
   Priority:  low      |   Milestone:       
  Component:  Maestro  |     Version:  2.1.0
   Severity:  minor    |    Keywords:       
External_id:           |  
-----------------------+----------------------------------------------------

Comment(by jng):

 I think this is due to System.Net.WebClient being the backbone of the http
 implementation of ServerConnectionI, which can cause some problems when
 being used from a multi-threaded context.

 The refactored 3.0 sandbox implementation should not have this problem (as
 it uses HttpWebRequest/HttpWebResponse pairs instead of WebClient). I am
 hesitant to try and backport something as significant as this back to the
 2.1.x stream for fear of breaking something real bad.

-- 
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/1460#comment:1>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list