View Single Post
Author Message
fragnichtnach
AlliedModders Donor
Join Date: Oct 2008
Old 06-03-2021 , 04:00   [help required] database connection problem
Reply With Quote #1

Setup:
Consider a server with two plugins. Both connected to different databases. The two databases are running on different IPs.

Problem:
If one database is offline (and the IP unreachable) both plugins are having problems with loading.
  • I'm search a solution how it's possible to have the two plugins running independent. So problems with one database doesn't effect the plugin running on another database.
  • In case this isn't possible in general: Is it possible to make one plugin loading prior to other plugins so that this plugion is loading no matter if there are problems with other database plugins?
  • In case this should be possible: Is there a open source plugin where the database handling is done correctly so that this doesn't happen?

Thanks for your help in advance.
fragnichtnach is offline