Subject Re: [IB-Architect] OT: IB6 readiness...opinions solicited
Author Willi Krenn
> > *) backup-restore are not that stable as in 5.6 (backed a DB with 6.0 -
> > everytime restore began to write the Domains the server crashed;
>
> Never had this, and I have some big databases (10Mb with no data), has
> anyone else come across this? The only backup/restore problem I know of is
> with IBConsole, but that's a pile of Poo anyway.

;-) (Had it with IBConsole and EMS QuickDesk 1.7beta)


> > *) The InterbaseClient has a big problem with the local-protocol
> > and multiple simultanous (threaded) connections!
>
> Do you mean gds32? we have had up to 200 concurrent connections on a local
> machine (Webserver) before things started taking a turn for the worst, but
> AFAIK, this was more down to the OS than IB

Tried 2 Threads with IBO 3.5Ai, Delphi 5, IB 6 -> no chance with 'cplocal'
Now I'm working with 'cpTCP_IP' and everything is running fine..

error was somewhere in
isc_start_multiple(@status, PtrHandle, ConnectionCount, pteb); //
call API


> Maybe we need to have a list somewhere of possible bugs, as well as
> successful deployments.

Good idea: Perhaps on sourceforge (Firebird site..
http://sourceforge.net/bugs/?group_id=9028 )

>I been reading every IB newsgroup, and have not
> heard of these two.

Now you can imagine how surprised I was as I encountered these two errors :-((

Willi