Subject | Re: [Firebird-Java] Re: Test results: JayBird vs Interclient on blob select on Linux and Windows |
---|---|
Author | Sergei P. Volin |
Post date | 2003-03-01T10:45:51Z |
Roman,
for sure
if you show a few lines before and after the line where these 2 lines should
be placed.
Thanks,
Sergei Volin.
> Reason seems to be in socket default receive and send buffer sizes.Thanks, I'll try but first I need to downlowd JB sources. It woul be better
> Right now I do not have a solution, but for your case buffers of 16k
> give the best performance (same as InterClient). You can fix driver by
> adding following lines into org.firebirdsql.jgds.GDS_Impl (line 1496):
>
> db.socket.setReceiveBufferSize(16 * 1024);
> db.socket.setSendBufferSize(16 * 1024);
for sure
if you show a few lines before and after the line where these 2 lines should
be placed.
Thanks,
Sergei Volin.