On Tue, Jul 27, 2010 at 05:35:11PM -0700, Jeremy McDermond wrote: > I haven't looked at the Xastir code, but note that libcurl has a > pipelining option that you can turn on so that subsequent calls to the > same server will be pipelined.
Yes, that works if you're using libcurl in one thread, but not in new threads. If there is a new thread for every tile fetch, then this optimisation won't function. -- James Cameron http://quozl.linux.org.au/ _______________________________________________ Xastir mailing list [email protected] http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
