Stop using a pool of threads for database operations
Now that squee cooperates with suspendable ports, this is unnecessary. Use a connection pool to still support running queries in parallel using multiple connections.
This commit is contained in:
parent
672ee6216e
commit
7251c7d653
15 changed files with 1292 additions and 1310 deletions
|
|
@ -9,7 +9,9 @@
|
|||
(eval put 'with-time-logging 'scheme-indent-function 1)
|
||||
(eval put 'make-parameter 'scheme-indent-function 1)
|
||||
(eval put 'letpar 'scheme-indent-function 1)
|
||||
(eval put 'letpar& 'scheme-indent-function 1))
|
||||
(eval put 'letpar& 'scheme-indent-function 1)
|
||||
(eval put 'call-with-resource-from-pool 'scheme-indent-function 1)
|
||||
(eval put 'with-resource-from-pool 'scheme-indent-function 2))
|
||||
(texinfo-mode
|
||||
(indent-tabs-mode)
|
||||
(fill-column . 72)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue