As I see firebird network protocol is not asynchronous anyway. So to
have true parallel processing you have to use several connections.
Not sure about that, but it is easy to create a connection pool if
necessary.

I have made a test with a connection pool
query: "select * from rdb$relation"

pool size:  1 -> 88.52 ms / query
pool size:  5 -> 79.78 ms / query
pool size: 10 -> 74.5  ms / query
pool size: 20 -> 74    ms / query

it doesn't make a very big difference, but still better than nothing :)

--
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to