Tom Freudenberg

Results 66 comments of Tom Freudenberg

In addition to the terms I will change the internal wording from `parent` to `master` and from `child` to `worker`.

From the above `zeromq` in general looks very interesting stuff but in case of compiling and binding additional sources when require `gem install zmq` I would name that solution a...

@davidk01 drb looks pretty nice for our case and is already there in standard. drbunix:// uri allows usage of unix sockets so that communication between processes is fast. Not sure...

Great, thanks @gencer I guess I will push the update with the coordinator thread around weekend. Will let you know when things are available.

> The point still stands, we - as a library - cannot assume that these values are safe to expose. Just my 2 cents - you are absolutely right with...

Yes you are right, but therefor someone HAS TO clone and check the log before getting the info. Using the Web from GitHub for example will not show that info....

He @iuri-gg interesting request - I would prefer to answer in a manner of "Teergrube" to those malicious clients and also lock them by ip or address or ... At...

In a meta program like: ```ruby def on_message_data_receiving_event if ctx[:status] && ctx[:status][:ignore_message] ctx[:message][:data] = '' sleep 30 else ctx[:status] || ctx[:status] = { ignore_message: true } if ctx[:message][:data].bytesize > 10MB...

https://en.wikipedia.org/wiki/Tarpit_(networking)

In addition I am willing to extend the initialization of the context by an additional event https://github.com/4commerce-technologies-AG/midi-smtp-server/blob/master/lib/midi-smtp-server.rb#L1373 so that private flags and states could be initialized and stated there in...