paoletto / qdemviewer

Digital Elevation Model provisioner/ terrain map viewer in Qt / QML / OpenGL
Other
0 stars 0 forks source link

Improve job management #15

Closed paoletto closed 1 month ago

paoletto commented 2 months ago

Avoid overfilling one stage of the processing pipeline if the next stage is still saturated. Otherwise the risk is to drive the application to segfault due to too much memory allocated

paoletto commented 1 month ago

Fixed in throttledNetwork branch