Subject Re: AW: [firebird-support] Firebird vs. MS SQL Server
Author Rafael Szuminski
> 40 concurrent connections?
> How is this possible at all?
>
> And even if you can make MSDE use 40 connections, then this is illegal,
> right?

Actually it's not illigal. MSDE supports UNLIMITTED connections, it
will just slow down each connection after the count reaches 8
concurrent batch processes. So I could have 200 connections open at
any one point in time and if only one of those connections would be
executing a batch process then the governor would never kick in.

Hey, I hate MSSQL as much as anybody in here :-), but the fact remains
that SQL is way more efficient with network bandwidth then FB1.5