Python-Multithread-S3-Bucket-Copy icon indicating copy to clipboard operation
Python-Multithread-S3-Bucket-Copy copied to clipboard

Threaded Connection Safety

Open dlstadther opened this issue 9 years ago • 1 comments

Based on your comment on L31, you note that you created thread_conn for safety. However, L33-34 continue to use your original connection.

Is this merely an error? Or do you intentionally disregard the "thread safety" for which you noted?

dlstadther avatar Jan 07 '16 14:01 dlstadther

Yep, looks like an error

kfarr avatar Jan 11 '16 01:01 kfarr