Re: [Chicken-users] Inserting Binary Data with sql-de-lite

2015-06-24 Thread Andy Bennett
On Mon, 22 Jun 2015 16:36:52 -0500, Jim Ursetto wrote: Andy, What if you convert the string to a blob before passing it in? Yes! That fixes it. Thanks. My bad: I'd put read-string in to read the data from the port during prototyping and then forgotten about it. Thanks for the tips! --

Re: [Chicken-users] read-u8vector: types.db inconsistent with documentation

2015-06-24 Thread Evan Hanson
Thanks Andy, this warning is indeed incorrect. A patch has been posted to fix it. Evan ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

[Chicken-users] http-client gets stuck in scheduler when reusing connections

2015-06-24 Thread Andy Bennett
Hi, I've been using CHICKEN to speak to HBase via the Stargate REST API. I've managed to build a binding with the rest-bind egg and it works. However, it's very slow but it doesn't saturate CPU or IO bandwidth. I have a benchmark where it requests 124 cells from HBase using the scanner API.

[Chicken-users] read-u8vector: types.db inconsistent with documentation

2015-06-24 Thread Andy Bennett
Hi, I'm using chicken-4.10rc1. When I use read-u8vector with #f for the LENGTH argument as specified in the docs (http://api.call-cc.org/doc/srfi-4/read-u8vector ) the compiler gives me - Warning: in local unknown procedure, in local unknown procedure, in toplevel procedure