|
|
|
||||||
|
Slow in Freeze Evictor add operation
We use Freeze Evictor manage our some permenent objects. Recently we found the evictor add() method become slower when actived objects in evictor increasing. The follow is the slowest codes in Freeze/EvictorI.cpp Code:
Ice::ObjectPrx
Freeze::EvictorI::addFacet(const ObjectPtr& servant, const Identity& ident, const string& facet)
{
....
//line:522
EvictorElementPtr oldElt = store->putIfAbsent(ident, element); //sometimes very slow
....
Thanks for any reply! Yours sincerely YinYunqiao
__________________
Yunqiao Yin Baosteel real-time process control ICE中文论坛http://lingdoo.just.as 欢迎大家捧场 |
|
||||||
|
It works,thank you for your help!
__________________
Yunqiao Yin Baosteel real-time process control ICE中文论坛http://lingdoo.just.as 欢迎大家捧场 |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Freeze evictor synchronization with Java tie classes | jdekozak | Help Center | 2 | 01-30-2007 02:12 PM |
| Is there any operation for slice2xxx to generate example servant code ? | rc_hz | Help Center | 3 | 10-18-2006 11:24 AM |
| Freeze Evictor Transactions | acbell | Help Center | 2 | 12-19-2005 12:43 PM |
| Identity Map for Freeze Evictor | acbell | Help Center | 4 | 09-01-2005 04:27 PM |
| Fast track Freeze evictor for RDBMS | StuartA | Comments | 0 | 05-23-2005 05:56 AM |