Re: [E-devel] [elm_map] Fix up too many connections at the same time.

2011-11-03 Thread The Rasterman
On Tue, 1 Nov 2011 18:11:29 +0900 Kim Yunhan said: reviewed - changes don't seem bad. they're good. in svn! :) tnx! > Hello. > > Currently, elm_map requests all visible map image tile to map server at the > same time. > If the scene is turned off while panning or zooming, it will be aborted on

Re: [E-devel] [elm_map] Fix up too many connections at the same time.

2011-11-02 Thread Kim Yunhan
Can someone commit to svn? On Wed, Nov 2, 2011 at 12:39 PM, Kim Yunhan wrote: > On Tue, Nov 1, 2011 at 11:59 PM, Cedric BAIL wrote: > >> Hi, >> >> On Tue, Nov 1, 2011 at 10:11 AM, Kim Yunhan wrote: >> > Currently, elm_map requests all visible map image tile to map server at >> the >> > same ti

Re: [E-devel] [elm_map] Fix up too many connections at the same time.

2011-11-01 Thread Kim Yunhan
On Tue, Nov 1, 2011 at 11:59 PM, Cedric BAIL wrote: > Hi, > > On Tue, Nov 1, 2011 at 10:11 AM, Kim Yunhan wrote: > > Currently, elm_map requests all visible map image tile to map server at > the > > same time. > > If the scene is turned off while panning or zooming, it will be aborted > on > > H

Re: [E-devel] [elm_map] Fix up too many connections at the same time.

2011-11-01 Thread Bluezery
Pipeling is not always supported in server. Futuremore, I have already test pipelining but OSM (default elm_map server) might not support it. When capturing TCP packet, OSM uses http/1.0 spec (HTTP pipelining is supported when version is above 1.1) On Wed, Nov 2, 2011 at 3:18 AM, Joerg Sonnenber

Re: [E-devel] [elm_map] Fix up too many connections at the same time.

2011-11-01 Thread Joerg Sonnenberger
On Tue, Nov 01, 2011 at 06:11:29PM +0900, Kim Yunhan wrote: > But it already sent to map server, and it already made useless HTTP > connections. What about using HTTP pipelining? Joerg -- RSA® Conference 2012 Save $700 b

Re: [E-devel] [elm_map] Fix up too many connections at the same time.

2011-11-01 Thread Cedric BAIL
Hi, On Tue, Nov 1, 2011 at 10:11 AM, Kim Yunhan wrote: > Currently, elm_map requests all visible map image tile to map server at the > same time. > If the scene is turned off while panning or zooming, it will be aborted on > HTTP requests. > But it already sent to map server, and it already made

[E-devel] [elm_map] Fix up too many connections at the same time.

2011-11-01 Thread Kim Yunhan
Hello. Currently, elm_map requests all visible map image tile to map server at the same time. If the scene is turned off while panning or zooming, it will be aborted on HTTP requests. But it already sent to map server, and it already made useless HTTP connections. So if you pan scrolling quickly,