domenkozar / almir

Bacula web administration written in Pyramid
Other
38 stars 13 forks source link

bconsole timeout #30

Open domenkozar opened 12 years ago

domenkozar commented 12 years ago

Sometimes bacula-director will not respond at all. Process is running, but bconsole will never timeout. Result is that Popen call never ends, which looks like almir does not start correctly.

Seems like Popen got a timeout parameter in Python 3.3

domenkozar commented 12 years ago

There are also situations that console connection stops. Almir should handle this more gracefully, probably it shouldn't be a global state at all.