On Tue, February 6, 2007 3:35 pm, Aaron Stone wrote:
> On Tue, Feb 6, 2007, Aaron Stone <[EMAIL PROTECTED]> said:
>
>
> [snip]
>
>> eliminated the need for a thread pool library and for any super
>
> Sorry, I *do* need a thread pool library -- I'm going to use Glib's. I
> won't need a database pool library; each thread will own its own database
> handle directly.

If you do use a thread pool then the threads in the pool will have to know
how to handle both pop and imap, as GLib's thread pool is a little
limited. I have had some issue with it as well in how it spreads work over
the pool and some other things, my advise test a LOT before you commit to
glib's thread pool. Pthread portablity might be the only issue to writing
your own but they are not hard to do.

-leif

>
> Aaron
> _______________________________________________
> Dbmail-dev mailing list
> [email protected]
> http://twister.fastxs.net/mailman/listinfo/dbmail-dev
>
>


_______________________________________________
Dbmail-dev mailing list
[email protected]
http://twister.fastxs.net/mailman/listinfo/dbmail-dev

Reply via email to