Multiple concurrent processes, running from (for example) different screen sessions sometimes cause deadlocks, especially on insertions into the users table. Postgres and likely other DBMSs resolve the deadlock by killing >=1 of the processes, which is not ideal.
Need to figure out why the deadlocks happen and how to fix them.
Multiple concurrent processes, running from (for example) different screen sessions sometimes cause deadlocks, especially on insertions into the users table. Postgres and likely other DBMSs resolve the deadlock by killing >=1 of the processes, which is not ideal.
Need to figure out why the deadlocks happen and how to fix them.