Ok, Looks like gmime's parser kicking in. The way we're using gmime's
parser at the moment needs improvement. We're using a tempfile to store
and re-read the message.
The reason for using a file-stream is being
able to handle large messages. A memory bases solution would probably be
better for smaller messages.
The file itselt is not a problem at the moment, it does not give
considerable performance loss. Anyway, tmpfs is a workaround.
10Mb file will be about 100000 times re-read, that is the problem.
It is not possible to parse while reading from a tempfile?
_______________________________________________
Dbmail-dev mailing list
[email protected]
http://twister.fastxs.net/mailman/listinfo/dbmail-dev