Hi !
I have a question about the slide stores. I took a look at some of them. I would like to use MySql for the descriptor storage etc. but I noticed that it said in the source of the MySqlDescriptorsStore that code was only to be used with mysql 3.22 or earlier. Can anybody tell me why this is ? What would it take to write a MySqlDescriptorsStore for later versions, could I stick with the default JDBCDescriptorsStore. Also, MySqlDescriptorsStore extends AbstractSimpleService wich means that only one transaction context can exist at one time. Does this mean that concurring transactions are qeued, or does slide instantiate multiple stores. Would a real world application that must scale for say, 50 concurrent users, have to use multi-transaction capable stores, such as one extending AbstractService ? Thanks, Unico Hommes -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
