Ticket #1764 (new enhancement)

Opened 4 years ago

Last modified 1 month ago

Support for thread neutral operation of mapserver/mapscript

Reported by: szekerest Assigned to: tamas
Priority: low Milestone: FUTURE
Component: MapServer C Library Version: unspecified
Severity: minor Keywords:
Cc:

Description

The purpose of this change is to get a significant performance boost by removing
"big locks" from the code. It would add a significal improvement of the
applications having high number of multiple threads executed simultaneously.
This activity could bring in a more feasible support for some application models
not really aimed at now like Microsoft ASP.NET. May result in higher clarity of
the code by determining the code segments affected by multiple threads.

This bug will collect the developer and user comment according to this change.
The proposal is collected into:

http://mapserver.gis.umn.edu/development/rfc/ms-rfc-15/

Change History

04/22/2007 02:49:03 PM changed by tamas

  • owner changed from szekerest to tamas.

07/25/2007 04:47:42 PM changed by tamas

  • milestone set to FUTURE.

01/03/2010 12:11:32 PM changed by tamas

  • priority changed from high to low.