Andrey Semashev
Andrey Semashev
> Are you trying to save file on USB flash drive, or on external hdd connected by USB? No, the storage is a SATA SSD. USB is not involved. I...
I didn't know of such a command. Looks like it works, although I haven't tested it much. Still, I think this should be available as an interface element.
[purple_log_redacted.log](https://github.com/EionRobb/skype4pidgin/files/2075899/purple_log_redacted.log) Here's a reduced and redacted piece of log saved when one of my contacts was typing in a group chat and the chat window popped up on my end...
> With "bi-dir connections", the thread pool that your object adapter uses to read off requests off the network and dispatch them is the client thread pool - not the...
> If you don't trust the "other side" is coded / configured properly when sending these requests and you want to ensure the dispatches are serialized, your only option is...
> While I understand this proposal, I don't find it compelling since you can easily achieve the same behavior at the application level. I wouldn't characterize it as "easily achievable"....
> I am curious about your use-case here. You don't write these clients? They are written by third-parties? Yes and no. There are cases where I write both the server...
> I would write a wrapper around the `on_activity_started` / `on_activity_finished` calls to achieve serialization. It could also be a template in C++. I wouldn't replicate this logic throughout your...
> The most elegant solution here would be to provide clean APIs to these third-parties - APIs that don't depend on the RPC (Ice) layer. This certainly wouldn't make my...
BTW, there is a documentation bug: https://github.com/boostorg/container/blob/3ed1c76efdce0585a4ff6f56fbca25e9559955ae/include/boost/container/options.hpp#L403 here it says `stored_size` is supported, but it actually is not: https://github.com/boostorg/container/blob/3ed1c76efdce0585a4ff6f56fbca25e9559955ae/include/boost/container/options.hpp#L393-L394 `stored_size` is also not listed as supported in the QuickBook documentation.