mailin icon indicating copy to clipboard operation
mailin copied to clipboard

Updated test/utils/server.js for compatibility with express 4.x

Open Jmlevick opened this issue 9 years ago • 1 comments

...and added multi-threading capabilities via the cluster module

Jmlevick avatar Apr 18 '15 07:04 Jmlevick

By the way... is there a reason why we're not using the cluster module to make the mailin server multi-threaded (when multicore CPU available) by default as a whole? Haraka (another popular mail server written for NodeJS) already does this. it should make mailin faster and more scalable in production deployments as I see it.

Jmlevick avatar Apr 18 '15 08:04 Jmlevick