[racket] thanks for the db library

From: Ryan Culpepper (ryan at cs.utah.edu)
Date: Mon Aug 27 14:42:38 EDT 2012

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
> (rather than calling out to a C library) is very convenient when you
> want multiple Racket threads in the same process talking to the database
> at the same time.
>
> Avoiding extra C libraries in one's process is also good for quality
> assurance.  Memory-related oopses in C code are still commonplace, even
> in prominent open source server software.
>
> Neil V.
>
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users


Posted on the users mailing list.