Re: [racket] thanks for the db library

2012-08-27 Thread Ryan Culpepper
Thanks, I'm glad to hear it's working well for you. Ryan On 08/26/2012 11:20 PM, Neil Van Dyke wrote: Thank you to Ryan Culpepper, et al., for the "db" library. It's been working rock-solid in my Web app stress-testing so far. "db/postgresql" performance is good, and having it be pure-Racket

[racket] thanks for the db library

2012-08-26 Thread Neil Van Dyke
Thank you to Ryan Culpepper, et al., for the "db" library. It's been working rock-solid in my Web app stress-testing so far. "db/postgresql" performance is good, and having it be pure-Racket (rather than calling out to a C library) is very convenient when you want multiple Racket threads in th