Subject: Re: [Boost-users] [ASIO] Thread safety of socket.write_some & socket.read_some
From: Igor R (boost.lists_at_[hidden])
Date: 2008-10-29 11:12:27


> Does this mean that I can still use the socket object from different threads
> if I use some kind of locking method to make sure that only one thread at a time uses the socket?

Yes, it should be ok.