[Firebird-devel] Node.js Firebird API

2016-11-11 Thread marius adrian popa
Nodejs api based on FB3 OO api https://asfernandes.github.io/2016/10/20/node-firebird-api.html -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With on

Re: [Firebird-devel] node.js

2012-05-31 Thread Henri Gourvest
Le 31/05/12 22:05, Denys Khanzhiyev a écrit : > In fact it does not work yet. See issues on gihub. it is fixed, but it is not the place to discuss about it -- Live Security Virtual Conference Exclusive live event will cov

Re: [Firebird-devel] node.js

2012-05-31 Thread Denys Khanzhiyev
In fact it does not work yet. See issues on gihub. 2012/5/31 Leyne, Sean > Henri, > > > I am doubtful, I do not understand these results. > > Why it is faster to use one connection with small data size ? > > I do not agree with your testing analysis/methodology... > > When testing using an empt

Re: [Firebird-devel] node.js

2012-05-31 Thread Leyne, Sean
Henri, > I am doubtful, I do not understand these results. > Why it is faster to use one connection with small data size ? I do not agree with your testing analysis/methodology... When testing using an empty database the timing values are so small that any small different gets magnified -- for

[Firebird-devel] node.js

2012-05-31 Thread Henri Gourvest
Hi, I have finally made a node.js driver for firebird, so I connect to directly to fb on the network protocol asynchronously. I was not very comfortable at the beginning, I was expecting it will not works, because fb have not pipelining support (cf: pipelining 11 Apr 20112). but it works anyway