Hi, I¹m using threads with JdbcDataStore and CachedSqlEntityProcessor. I noticed that if I make it single threaded CachedSqlEntityProcessor behaves as expected (it only queries the db once and caches all the rows). If I make it multi threaded it seems to make multiple db queries and when I debug the source code it looks like it is not thread safe. Any ideas? Thanks, Maria
- Multithreaded JdbcDataStore and CachedSqlEntityProcessor Maria Vazquez
- Re: Multithreaded JdbcDataStore and CachedSqlEntityP... pulkitsinghal
- Re: Multithreaded JdbcDataStore and CachedSqlEnt... Maria Vazquez
- Re: Multithreaded JdbcDataStore and CachedSq... Mikhail Khludnev
- Re: Multithreaded JdbcDataStore and CachedSqlEntityP... Maria Vazquez