#8885 closed enhancement (fixed)
disable network at start (provide an offline function)
Reported by: | grinapo | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 14.08 |
Component: | Core | Version: | latest |
Keywords: | network start offline | Cc: |
Description
With the recent josm.openstreetmap.de crash it became apparent how dependant JOSM startup process on availability of the website: at start JOSM tries to check every plugin (if set), every external linked file etc., which makes startup time excessively long.
It would be nice to have an option to disable any network traffic at startup so at least The User would be able to change settings or work without josm.openstreetmap.de.
Attachments (0)
Change History (12)
comment:1 Changed 10 years ago by
comment:2 follow-up: 3 Changed 10 years ago by
An untested workaround would be to unplug the cable or disable networking on startup.
comment:3 Changed 10 years ago by
Replying to skyper:
An untested workaround would be to unplug the cable or disable networking on startup.
Unfortunately it's not feasible on a machine with plenty of active connections. Granted that I could have firewalled josm.openstreetmap.de or I could have changed its IP in /etc/hosts to 127.0.0.1 but these usually require root access (and plugging the plug often requires physical force against the sysadmin and possibly lethal actions by either parties ;)).
comment:5 Changed 10 years ago by
JOSM does not do what you say above. It works usually about 4 weeks without accessing any data from the server. I believe even after that in case of load failures it starts. Most of the updates either are uncritical or can be delayed a long time - oNly exception mayb be first start after an upgrade. So when something blocks the normal start we need to find the reason why it does block instead of loading data asynchronous.
comment:6 Changed 10 years ago by
It's not about starting, it's about delays. LONG delays. Basically EVERY connection to josm.o-sm.de took around 30 seconds (timeout), which resulted some 10 minutes starting time. Works but pretty uncomformatble.
The reason was well known: josm website dead. It's just we do not possess the power to fix it and it took the better half of the night to have someone who could. Disabling net access at start would have come pretty handy.
comment:9 Changed 9 years ago by
Keywords: | offline added |
---|---|
Summary: | disable network at start → disable network at start (provide an offline function) |
comment:10 Changed 9 years ago by
Milestone: | → 14.08 |
---|
See also #4614