<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.6618.4">
<TITLE>Re: Gdal-dev Digest, Vol 30, Issue 25</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Tyler<BR>
I expect that I'll be able to help as well, but I don't know my schedule yet.<BR>
Geoff<BR>
www.geospatial.blogs.com<BR>
<BR>
----- Original Message -----<BR>
From: gdal-dev-bounces@lists.maptools.org &lt;gdal-dev-bounces@lists.maptools.org&gt;<BR>
To: gdal-dev@lists.maptools.org &lt;gdal-dev@lists.maptools.org&gt;<BR>
Sent: Sat Nov 11 12:01:58 2006<BR>
Subject: Gdal-dev Digest, Vol 30, Issue 25<BR>
<BR>
Send Gdal-dev mailing list submissions to<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gdal-dev@lists.maptools.org<BR>
<BR>
To subscribe or unsubscribe via the World Wide Web, visit<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://lists.maptools.org/mailman/listinfo/gdal-dev">http://lists.maptools.org/mailman/listinfo/gdal-dev</A><BR>
or, via email, send a message with subject or body 'help' to<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gdal-dev-request@lists.maptools.org<BR>
<BR>
You can reach the person managing the list at<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gdal-dev-owner@lists.maptools.org<BR>
<BR>
When replying, please edit your Subject line so it is more specific<BR>
than &quot;Re: Contents of Gdal-dev digest...&quot;<BR>
<BR>
<BR>
Today's Topics:<BR>
<BR>
&nbsp;&nbsp; 1. FWTools 1.0.8 (Windows) (Frank Warmerdam)<BR>
&nbsp;&nbsp; 2. Re: Performance on using Oracle Client XE (Frank Warmerdam)<BR>
&nbsp;&nbsp; 3. GDAL conflicts (copysign() and snprintf() ) (Ozy Sjahputera)<BR>
&nbsp;&nbsp; 4. Re: GDAL conflicts (copysign() and snprintf() ) (Frank Warmerdam)<BR>
<BR>
<BR>
----------------------------------------------------------------------<BR>
<BR>
Message: 1<BR>
Date: Fri, 10 Nov 2006 16:31:39 -0500<BR>
From: Frank Warmerdam &lt;warmerdam@pobox.com&gt;<BR>
Subject: [Gdal-dev] FWTools 1.0.8 (Windows)<BR>
To: FWTools &lt;fwtools@lists.maptools.org&gt;<BR>
Cc: gdal-dev &lt;gdal-dev@lists.maptools.org&gt;<BR>
Message-ID: &lt;4554EFBB.5030404@pobox.com&gt;<BR>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR>
<BR>
Folks,<BR>
<BR>
I have built and released a new FWTools 1.0.8 for Windows built from<BR>
the latest GDAL, and MapServer source.&nbsp; This build includes the new GDAL<BR>
WCS driver, for those interested in testing it.<BR>
<BR>
&nbsp;&nbsp; <A HREF="http://www.gdal.org/frmt_wcs.html">http://www.gdal.org/frmt_wcs.html</A><BR>
<BR>
The installer can be found at:<BR>
<BR>
&nbsp;&nbsp; <A HREF="http://www.gdal.org/dl/fwtools/FWTools108.exe">http://www.gdal.org/dl/fwtools/FWTools108.exe</A><BR>
<BR>
Best regards,<BR>
--<BR>
---------------------------------------&#43;--------------------------------------<BR>
I set the clouds in motion - turn up&nbsp;&nbsp; | Frank Warmerdam, warmerdam@pobox.com<BR>
light and sound - activate the windows | <A HREF="http://pobox.com/~warmerdam">http://pobox.com/~warmerdam</A><BR>
and watch the world go round - Rush&nbsp;&nbsp;&nbsp; | President OSGeo, <A HREF="http://osgeo.org">http://osgeo.org</A><BR>
<BR>
<BR>
<BR>
------------------------------<BR>
<BR>
Message: 2<BR>
Date: Fri, 10 Nov 2006 17:09:35 -0500<BR>
From: Frank Warmerdam &lt;warmerdam@pobox.com&gt;<BR>
Subject: Re: [Gdal-dev] Performance on using Oracle Client XE<BR>
To: Wong Taka &lt;taka_www@yahoo.com.hk&gt;<BR>
Cc: gdal-dev@lists.maptools.org<BR>
Message-ID: &lt;4554F89F.8020101@pobox.com&gt;<BR>
Content-Type: text/plain; charset=Big5<BR>
<BR>
Wong Taka wrote:<BR>
&gt; Dear All<BR>
&gt;&nbsp;<BR>
&gt; I am now studing a project about using mapserver to display map.<BR>
&gt; In this map, points would be also shown. These points' XY and other info<BR>
&gt; are stored in relational Oracle XE DB. For displaying, these point can<BR>
&gt; be generated in acceptable time.<BR>
&gt;&nbsp;<BR>
&gt; However, when I retrieve the Points' attributes by grab the point in<BR>
&gt; map. I found that the loading time is quite long. I have tried to add a<BR>
&gt; index in Oracle XE for the XY in the table. It seems indifferent in<BR>
&gt; performance.<BR>
<BR>
Taka,<BR>
<BR>
I'm not sure what you mean by retreiving the points attribute<BR>
by grabbing the point in the map.&nbsp;&nbsp; Also, are you using the Oracle<BR>
OCI driver in OGR, or the CONNECTIONTYPE ORACLE support built into<BR>
MapServer?<BR>
<BR>
I will note that the MapServer &quot;query&quot; mechanism is two pass, and<BR>
that if going through OCI it requires a seperate SQL SELECT<BR>
statement to be executed for each feature fetched.&nbsp; This is<BR>
needless to say fairly expensive.&nbsp; This is in contrast to how<BR>
layers are drawn where a single select is done, and all the<BR>
rows are pulled in sequence.<BR>
<BR>
I suspect this is the pit you are falling into.<BR>
<BR>
&gt; Are there any smart way to improve the performance? e.g. did fastCGI<BR>
&gt; work? since I am using IIS to run Mapserver. I wonder.<BR>
<BR>
If it is the problem above, then you are best off avoiding the<BR>
two pass query mechanism.&nbsp; How to do this will depend on your<BR>
particulars.&nbsp; If you are writing a mapscript application, you<BR>
may find it better to do something kinds of queries to oracle<BR>
directly from your scripting language of choice rather than<BR>
through mapserver.<BR>
<BR>
&gt; by the way, I think this post should be post on MAPSERVER mail list,<BR>
&gt; and I have tried also, but it always bound my post back. -_-&quot;<BR>
<BR>
You need to be very careful to subscribe using the email<BR>
address you will post from.&nbsp;&nbsp; I suspect the same thing<BR>
happened to you with gdal-dev, and the post was held till<BR>
I approved it manually.&nbsp; There is no manual approval for<BR>
the mapserver list as far as I know.<BR>
<BR>
Best regards,<BR>
--<BR>
---------------------------------------&#43;--------------------------------------<BR>
I set the clouds in motion - turn up&nbsp;&nbsp; | Frank Warmerdam, warmerdam@pobox.com<BR>
light and sound - activate the windows | <A HREF="http://pobox.com/~warmerdam">http://pobox.com/~warmerdam</A><BR>
and watch the world go round - Rush&nbsp;&nbsp;&nbsp; | President OSGeo, <A HREF="http://osgeo.org">http://osgeo.org</A><BR>
<BR>
<BR>
<BR>
------------------------------<BR>
<BR>
Message: 3<BR>
Date: Fri, 10 Nov 2006 16:55:03 -0600<BR>
From: Ozy Sjahputera &lt;sjahputerao@missouri.edu&gt;<BR>
Subject: [Gdal-dev] GDAL conflicts (copysign() and snprintf() )<BR>
To: gdal-dev@lists.maptools.org<BR>
Message-ID: &lt;45550347.4010409@missouri.edu&gt;<BR>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR>
<BR>
I am trying to build a C&#43;&#43; project that uses GDAL by including<BR>
gdal_priv.h, cpl_string.h, ogr_spatialref.h and gdalwarper.h.&nbsp; The<BR>
project was initially created in a Linux environment (Gentoo) and was<BR>
running fine.&nbsp; While the linux box is being rebuilt, I have to work<BR>
using an XP machine.&nbsp; The project compiles and runs fine when built<BR>
using VC .NET (2003).&nbsp; But it throws errors when built using MinGW (with<BR>
Eclipse CDT IDE).<BR>
<BR>
The two functions cited for these errors are copysign and snprintf.<BR>
After some digging I found that cpl_config.h contains some constants<BR>
that indicates whether these functions are present.<BR>
I am guessing that the settings in cpl_config.h are designed to work<BR>
with VC&#43;&#43; libraries, but problems arises when one uses MinGW libraries.<BR>
<BR>
Any idea how to resolve these conflicts?<BR>
<BR>
Thanks<BR>
<BR>
oz<BR>
<BR>
<BR>
------------------------------<BR>
<BR>
Message: 4<BR>
Date: Fri, 10 Nov 2006 18:41:15 -0500<BR>
From: Frank Warmerdam &lt;warmerdam@pobox.com&gt;<BR>
Subject: Re: [Gdal-dev] GDAL conflicts (copysign() and snprintf() )<BR>
To: Ozy Sjahputera &lt;sjahputerao@missouri.edu&gt;<BR>
Cc: gdal-dev@lists.maptools.org<BR>
Message-ID: &lt;45550E1B.5050405@pobox.com&gt;<BR>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR>
<BR>
Ozy Sjahputera wrote:<BR>
&gt; I am trying to build a C&#43;&#43; project that uses GDAL by including<BR>
&gt; gdal_priv.h, cpl_string.h, ogr_spatialref.h and gdalwarper.h.&nbsp; The<BR>
&gt; project was initially created in a Linux environment (Gentoo) and was<BR>
&gt; running fine.&nbsp; While the linux box is being rebuilt, I have to work<BR>
&gt; using an XP machine.&nbsp; The project compiles and runs fine when built<BR>
&gt; using VC .NET (2003).&nbsp; But it throws errors when built using MinGW (with<BR>
&gt; Eclipse CDT IDE).<BR>
&gt; The two functions cited for these errors are copysign and snprintf.<BR>
&gt; After some digging I found that cpl_config.h contains some constants<BR>
&gt; that indicates whether these functions are present. I am guessing that<BR>
&gt; the settings in cpl_config.h are designed to work with VC&#43;&#43; libraries,<BR>
&gt; but problems arises when one uses MinGW libraries.<BR>
&gt;<BR>
&gt; Any idea how to resolve these conflicts?<BR>
<BR>
Oz,<BR>
<BR>
When you build with Visual Studio the gdal/port/cpl_config.h.vc file is<BR>
copied over gdal/port/cpl_config.h.&nbsp; When building on linux, or cygwin<BR>
the configure generates the gdal/port/cpl_config.h.<BR>
<BR>
Are you using Cygwin's make, and related stuff for your mingw build?&nbsp; If<BR>
so, you have to be careful to rerun configure after building in the same<BR>
tree with visual studio.<BR>
<BR>
Best regards,<BR>
--<BR>
---------------------------------------&#43;--------------------------------------<BR>
I set the clouds in motion - turn up&nbsp;&nbsp; | Frank Warmerdam, warmerdam@pobox.com<BR>
light and sound - activate the windows | <A HREF="http://pobox.com/~warmerdam">http://pobox.com/~warmerdam</A><BR>
and watch the world go round - Rush&nbsp;&nbsp;&nbsp; | President OSGeo, <A HREF="http://osgeo.org">http://osgeo.org</A><BR>
<BR>
<BR>
<BR>
------------------------------<BR>
<BR>
_______________________________________________<BR>
Gdal-dev mailing list<BR>
Gdal-dev@lists.maptools.org<BR>
<A HREF="http://lists.maptools.org/mailman/listinfo/gdal-dev">http://lists.maptools.org/mailman/listinfo/gdal-dev</A><BR>
<BR>
End of Gdal-dev Digest, Vol 30, Issue 25<BR>
****************************************<BR>
</FONT>
</P>

</BODY>
</HTML>