Re: [Geoserver-users] Help, Multi-user database

2016-05-23 Thread Ben Caradoc-Davies
Walid, GeoServer is a web service implementation. For this service to accessible to remote users, it must be installed on a web server that they can access. Most desktop computers are not suitable as web servers because they have temporary or shared IP addresses or are behind firewalls. This

Re: [Geoserver-users] Control flow extension troubleshooting

2016-05-23 Thread Maciej Filocha
W dniu 23.05.2016 o 15:49, Jonathan Moules pisze: > I was more thinking to deal with cases where tokens disappear > slowly over time (which I'm just guessing happens - I don't know if > that's a real thing, it seemed likely from your explanation of tokens). In my case, after serving ~300k

Re: [Geoserver-users] Control flow extension troubleshooting

2016-05-23 Thread Jonathan Moules
Hi Andrea, Interesting feedback, that does put paid to my idea for the most part. :-) I'd just clarify that the purpose of the notion was for a long-term saving. I was more thinking to deal with cases where tokens disappear slowly over time (which I'm just guessing happens - I don't

[Geoserver-users] Help, Multi-user database

2016-05-23 Thread walid rabehi
Hello I'm a begginer in GeoServer, and I want to create (if possible) a multi-user database: " I store my data (vector / raster ...) on my computer,, then I publish them with WMS / WFS, then remote colleagues with QGIS can connect and download the data. (the philosophy of Google Drive, sharing

Re: [Geoserver-users] Control flow extension troubleshooting

2016-05-23 Thread Andrea Aime
On Mon, May 23, 2016 at 2:27 PM, Jonathan Moules < jonathan-li...@lightpear.com> wrote: > Hi Andrea, > I'll defer to your judgement on implementation details of course, but I > think the heavy-load is resolvable by simply having the value really high. > I was thinking considerably higher than

Re: [Geoserver-users] Control flow extension troubleshooting

2016-05-23 Thread Andrea Aime
On Mon, May 23, 2016 at 1:42 PM, Jonathan Moules < jonathan-li...@lightpear.com> wrote: > Hi Andrea, > > Just a thought, but what about implementing a timeout on the pool tokens, > and/or allowing one to be configured? > > That way if one request in a while goes astray, after n-seconds >

Re: [Geoserver-users] Control flow extension troubleshooting

2016-05-23 Thread Jonathan Moules
Ok, this may suggest the ControlFlowCallback never received the finished event for some requests, and thus it did not return their tokens: the system is based on a finite number of tokens in a pool, each request starting grabs one, each one finishing returns one back, requests not finding a

Re: [Geoserver-users] Control flow extension troubleshooting

2016-05-23 Thread Andrea Aime
On Mon, May 23, 2016 at 9:50 AM, Maciej Filocha wrote: > My question was a little bit "low-level" - about minor performance > differences, behaviour under high load etc. > I never measured, so I'm just making a guess, but I don't foresee a significant performance

Re: [Geoserver-users] Control flow extension troubleshooting

2016-05-23 Thread Maciej Filocha
W dniu 22.05.2016 o 19:42, Andrea Aime pisze: > Second: As my service is "WMS tile-only" by design, main url was > "http://server/geoserver/gwc/service/wms;. I've changed it to > "http://server/geoserver/wms; yesterday (should I see any > performance degradation?). > > > Well that