[Bug 57050] Re: Brother HL-1430 USB printer will only print once

2011-07-25 Thread Andrew Clay
This is still an issue in Maverick as well as Mint Julia Further observations:- If another job is sent very soon after the first job, it will print OK. If the time between jobs is long, the next job prints OK. I haven't determined the actual cutoff times for these conditions The problem occurs b

Re: [Bug 959221] Re: swift consumes over 100% of cpu during upload

2012-04-10 Thread Andrew Clay Shafer
FYI from the source for eventlet/green/ssl.py: Python nonblocking ssl objects don't give errors when the other endof the socket is closed (they do notice when the other end is shutdown,though). Any write/read operations will simply hang if the socket isclosed from the other end.