From:
<car...@te...> - 2003-02-23 01:05:23
|
Hello: > You are right, it will throw exception, but foreach it's same (using > GetEnumerator and MoveNext too...)... Yes i have it tested yet :), thanks. > But you can get collection of keys and enumerate throw that collection... So > when you remove connection keys collection is unchanged and there is no > exception... Ok i will try it, thanks. Now i have made some changes to connectionpool implementation for use ArrayList instead of Hashtable and other little changes ( like change "Object o" declarations to "FbIscConnection connection" ), i will commit them after made some tests :D Best regards Carlos Guzmán Álvarez Vigo-Spain |