Pedro Rodrigues
Pedro Rodrigues
Does restarting the docker daemon solve this?
If I need to wait for 100 queries. Does this mean I need to call `connect()` 100 times?
> PornHub is using it.. > Inspected their network You sir, went balls deep on that one.
Can't name the company, but we are an ISP and we are using it for VOD and DVR content distribution.
I've managed to compile a good, from my perspective anyway, solution to this problem. _The trick is to leverage the active property combined with the data one._ ## The problem...
I'm dealing with a similar problem with flight routes over the pacific.
I don't think this under the scope of this project. As load balancing, caching, etc isn't, they're network layer considerations. Docker provides you the simplicify of spliting those services into...
Mongo driver for .NET implements such a thing, by the name of `Builders` or `DefinitionBuilder` (depending where you're reading). Specifically the `FilterDefinitionBuilder` seems to to do exactly as you suggest....
Just gave a read to the fluent_api branch, and I'm a bit confused about what your trying to achieve exactly. And maybe you're too. The method chaining syntax one usually...