Re: Multiple concurrent transactions per connection

2004-02-17 Thread Chris Nolan
Michael McTernan wrote: Hi there, Given this model, each thread is obviously going to want to have multiple transactions outstanding. Is this something that might be added to MySQL in future or am I totally overestimating the expense of using one thread per connection? I'm guessing you me

RE: Multiple concurrent transactions per connection

2004-02-17 Thread Michael McTernan
Hi there, > Given this model, each thread is obviously going to want to have > multiple transactions outstanding. Is this something that might be added > to MySQL in future or am I totally overestimating the expense of using > one thread per connection? I'm guessing you mean that each thread will

Re: Multiple concurrent transactions per connection

2004-02-16 Thread Curtis Maurand
checkout http://www.dbmail.org On Sun, 15 Feb 2004, Chris Nolan wrote: > Hi all, > > I'm currently designing an open-source messaging server that will use > MySQL as the data store (in embedded form). > > High performance is one of the goals of this project, so I have been > examining possibl

Re: Multiple concurrent transactions per connection

2004-02-16 Thread Chris Nolan
Funny you should mention the totally excellent DBMail - I've deployed it for quite a few of my clients. The project I am working on is more of a "sod off" in the direction of Exchange. I'm aiming for something collaborative, with a proper backing store that's easily deployable and an original o