Fred Hebert

Results 425 comments of Fred Hebert

The whole point of the repository is to use recon to find these answers. I would recommend starting by reading the high level docs: http://ferd.github.io/recon/overview.html and maybe the API reference...

The message weight does sound like something that could be simple enough to add. As you said, it should probably be calculated client-side, but that could be hidden in the...

I haven't had the time to read the whole thing, but I wouldn't use POBox for a process on a remote node because the distribution port is likely to be...

I would potentially use the whole client + PO Box + Owner on the same node; the owner is in charge of sending the remote data (and handling retries or...

yeah it's different if it's all nodes writing to a single process. In the worst case then the socket buffer becomes your backpressure mechanism but you might still need to...

Yeah, I'd have to say that has never really been the intent. The way the original pattern was used in logplex and the way it's been used (for me) since...

Yeah I think the weighing makes sense to add in the first place; regardless of location, it can be useful and act as a good buffer. As in my post,...

My guess is that this is due to dynamic loading of code. When is your install from? We've reworked the compiling of the `kernel.app` file to include the `group_history` module...

Right, the part about app.src is now covered by the erlang-history build system, but not the boot file generation unless someone manually recompiles their install from source. It wouldn't have...

Ah, I don't think that it would be a good idea to use `cowboyku` without `vegur`. Just use the standard `cowboy` then. `cowboyku` is a fork of `cowboy` with the...