You say you only have one JVM, so the warning does not apply.

IDBroker attempts to use transactions to limit the possibility of a
distributed application from getting duplicate keys.  Your database is
not set up to use transactions, so do not use it to back multiple
application layer servers.

john mcnally

Scott Merritt wrote:
> 
> Is this because I'm using MySQL?  Should I be concerned about this?  I'm
> only using one JVM, of course Turbine is spawning multiple threads...?
> Should my db be 'default' or should it be showing MySQL?
> 
> Thanks...
> 
> [Thu Oct 18 13:52:11 PDT 2001] -- WARN -- IDBroker is being used with db:
> default
>  which does not support transactions.  It is possible to
>  generate duplicate keys, if multiple JVM's are used or other
>  means are used to write to the database.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to