When I launch my rails app under WEBrick, my connection to FrontBase is optimistic, as specified in config/environment.rb:
ActiveRecord::Base::connection.set_optimistic_transactions
However, when I launch under LiteSpeed, and it connects to the database, this setting is ignored and it is always pessimistic.
Any thoughts?
Dirk
ActiveRecord::Base::connection.set_optimistic_transactions
However, when I launch under LiteSpeed, and it connects to the database, this setting is ignored and it is always pessimistic.
Any thoughts?
Dirk