>
On Wed, 3 Aug 2005, Sebastian Bello wrote: SB> Despite this, the table lock locks all other interactions on the table, Yes. You should avoid to perform file parsing and other time consuming stuff in the transaction. Another approach is to handle the concurrency issues explicitly in your application and use dirty access instead. Good luck. /Håkan