Tom Freudenberg

Results 66 comments of Tom Freudenberg

Splitted README.md into several parts into GitHub Wiki

In case that the WIKI was not really readable after splitted, I updated the documentation at https://midi-smtp-server.readthedocs.io/ to a full and organized manual. Hope that will support anyone!

Implementation of the preforking feature directly handled by midi-smtp-server library. Append an additional config option like (proposal): ```ruby # +max_processings+:: maximum number of simultaneous processed connections PER CORE/FORK, this does...

Hey @davidk01 once implemented would you be so kind help testing things working like expected? Cheers, Tom

Hi @gencer Maybe an interesting feature for your environment as well. Cheers, Tom

Hi @gencer same on my side - wasn't able until today doing the implementation. Guess will postpone this to beginning of July. I will make an update / notice here...

Hi @davidk01 I have finished the implementation and be currently doing some testing. Therefor I run into a problem / case while testing on OSX (my dev system) The Sockets...

Hi @gencer @davidk01 I have checked in the new pre-release with enhancement of pre-fork. To use please have a look at https://github.com/4commerce-technologies-AG/midi-smtp-server/blob/master/examples/midi-smtp-server-pre-fork-example.rb and take the changes in `trap` and `at_exit`...

Please be aware of the posted issue on MacOSX - also asked on StackOverflow https://stackoverflow.com/questions/73704741/ruby-strange-forked-processes-behaviour-on-macos-vs-debian Unless there is a reliable solution, it is not possible to handle a valid usage...

Hi all, in case of not "fair balancing" the processes from OS, I consider to implement a communication pipe or unix socket between the parent and the child processes to...