arnowelzel / lightbox-photoswipe

Integration of PhotoSwipe to WordPress
https://arnowelzel.de/wp/en/projects/wordpress/lightbox-with-photoswipe
GNU General Public License v2.0
27 stars 7 forks source link

Make database operations atomic #79

Closed arnowelzel closed 2 years ago

arnowelzel commented 3 years ago

Also see https://wordpress.org/support/topic/auto-increment-parameter-for-imgkey/.

In rare cases it might happen that a script instance might try to insert a record which just had been added already. To avoid this, the whole check/update process should be locked with a semaphore if possible.

Caution: be careful not to create a deadlock!

arnowelzel commented 2 years ago

Closing as database tables are not used any longer.