> >> If instead I write 32768 bytes in two writes of 16384 I do receive
> >> the correct response. Is the client library buffering the blob writes
> >> somewhere? If so how do I flush?
> >
> >     Yes, fbclient have 16K buffer per blob. To flush it you should
> > close the blob.
> 
> Thanks. There is really no way to flush and keep the blob open?

Why would you want to flush and keep open?

To my mind, either you want to use the blob or not.  Otherwise, all post-flush 
accesses would require an expensive re-load.  

So, if you need it, you keep it.  If not you flush.


Sean


------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to