Andrey Pyankov

Results 3 comments of Andrey Pyankov

Here is a code to reproduce it ``` (defun make-err () (bt:make-thread #'(lambda () (sleep 0.01) (dotimes (i 100) (sleep 0.01) (print (with-connection (db) (retrieve-one (select ((:count :id)) (from :users))))))))...

I've tried not creating threads myself, but just use multiple WOO workers with`:worker-num 4` parameter. I still get DB errors. ` [16:31:22] woo - PostgreSQL protocol error: Unexpected message received:...

Is there maybe some hacky way to accept HTTPS requests with Woo? Or do I have to use a different server?