Re: [Lazarus] RE : How to use critical sections to lookup database info inmain thread?

2011-10-03 Thread Frank Church
2011/10/3 Ludo Brands > ** > > > I changed some values in some threaded code from using constants to > looking up the values from a database and I have been getting errors all the > time, that values which are present in the database are missed by the > sequential scan. I have been getting some

[Lazarus] RE : How to use critical sections to lookup database info inmain thread?

2011-10-02 Thread Ludo Brands
I changed some values in some threaded code from using constants to looking up the values from a database and I have been getting errors all the time, that values which are present in the database are missed by the sequential scan. I have been getting some Externa SIGSEGVs a lot. The minimum re