drug007 / geoviewer

Simple viewer for OSM and other geospatial data
MIT License
0 stars 1 forks source link

backend.BackEnd.downloading should be redesigned. #13

Closed drug007 closed 11 years ago

drug007 commented 11 years ago

Error processing is wrong. No throwable catch should be, but message should be sent to parent about error and parent should relaunch child. Probably it's better to use separate process for it.

drug007 commented 11 years ago

Now worker crashing handled in proper way, but now design sucks because backend doesn't restart worker if it's crashed. This job is complex and I return to it later.