[geos-devel] initGEOS/finishGEOS and multiple subsystems
strk at refractions.net
strk at refractions.net
Tue Jul 4 04:16:45 EDT 2006
On Sun, Jul 02, 2006 at 10:42:56AM -0500, Stephen Lime wrote:
> Is there any issue with the error/warning functions that may be pointed
> to? Can different
> subsystems use separate functions at the same time?
One issue is surely that you *need* to provide them, or the
code will segfault (I should probably provide a default handler
instead). About different subsistems the answer is NO, the handlers
are global functions, so only two different processes can use
different handlers.
--strk;
More information about the geos-devel
mailing list