Re: Non-Blocking MySQL Roster

2010-02-02 Thread Ask Bjørn Hansen
On Feb 1, 2010, at 20:22, Austin Brkich wrote: > I was wanting to know if anyone knew the limitations of Perl creating > new threads and such. My idea was to make a sub-routine for Roster & > Auth that can be run in it's own thread and making 2-5 threads (x2, 1 > set is for Auth, 2nd set is for R

Re: Non-Blocking MySQL Roster

2010-02-01 Thread Austin Brkich
I was wanting to know if anyone knew the limitations of Perl creating new threads and such. My idea was to make a sub-routine for Roster & Auth that can be run in it's own thread and making 2-5 threads (x2, 1 set is for Auth, 2nd set is for Roster) and handing over information to these new threads.

Re: Non-Blocking MySQL Roster

2010-02-01 Thread Yann Kerherve
On Sun, Jan 31, 2010 at 7:37 PM, Austin Brkich wrote: > I was taking a look at the SQLite Roster Storage that is provided with > DJabberd and was wondering what would be needed to convert it to use > MySQL without blocking. I don't know to much details about the Perl + > MySQL section which is why