| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: MV Keys
Marshall Spight wrote:
> mAsterdam wrote:
>
>>Aside (the example surely illustrates your point) >>could this removeAt operation possibly be useful >>in a concurrent environment?
I don't (yet? :-) see how it can be useful etc. by itself. A little namechange to emphasize the multi-somethingness:
OurSharedList.removeAt(index) has more serious
sharing problems than, say:
OurSharedList.removeItem(item)
ISTM the index loses its meaning when I'm not in sole control of the list.
Hmm... OurSharedList.insertafter(hopefullyexisting item, new item)
>>You'ld never know which item you are going to scratch - >>somebody else could have just done myList.removeAt(2).
I wanted to get you interested, not annoyed ;-) Received on Fri Mar 03 2006 - 17:02:29 CST
![]() |
![]() |