Changes between Version 8 and Version 9 of Project Presentation
- Timestamp:
- 06/28/10 17:56:51 (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Project Presentation
v8 v9 21 21 We use PostGIS export functions to directly generate output stream fragments rather than retrieving WKB from database first, and then having to convert it later as a second step (common map engine architecture) 22 22 23 TinyOWS is memory leak free and reentrant, to be able to use it safely as a daemon or in a (future)fast-cgi architecture.23 TinyOWS is memory leak free and reentrant, to be able to use it safely as a daemon or in fast-cgi architecture. 24 24 25 25 TinyOWS is technically based on a strict ANSI C implementation, and is only linked with libxml2 and libpq (PostgreSQL) as library dependencies. 26 26 27 TinyOWS is a bit more than only a young alpha project and is already used in a fewproduction applications like27 TinyOWS is a bit more than only a young alpha project and is already used in a production applications like 28 28 http://dev4.mapgears.com/bdga-mapfish, or http://www.mapsherpa.com. 29 29