Moriyoshi Koizumi

Results 17 comments of Moriyoshi Koizumi

Are you sure any fluent forwarding agent is running on your localhost and listening on port 24244?

Later I noticed that the change like the following (see the latest two of https://github.com/moriyoshi/pyramid_mailer/commits/moriyoshi/give-charset-object-instead-of-name ) should make much more sense, but this change would be more acceptable.

At the moment Output.Emit() may only be called from the single router that is not reentrant. Therefore, it doesn't need to be thread-safe. In addition, as PluginInstance.Run() is supposed to...

Having said that, it's always a good thing for an output plugin to not consume much time in its Emit(), and so is offloading the communication to another goroutine.

After a short discussion with @methane, I had an impression that the router should be reentrant for the sake of performance, because message passing between the plugins and the router...

Thanks. @najeira said he's gonna work on it ;)

I didn't try it on Windows myself, but it's worth a try.