serenity/Userland/Services
Timothy Flynn 12152a4556 SQLServer: Re-use already opened SQL::Database objects
Currently, we create a new SQL::Database object for each database we are
requested to open. When multiple clients connect to the same database,
the same underlying database file is opened and cached each time. This
results in updates from one client not being propagated to others.

To prevent this, when a database is requested to be open, check if it is
already open. We can then re-use that SQL::Database object for the new
connection.
2022-12-11 10:08:17 -05:00
..
AudioServer AudioServer: Detect improperly detached audio clients 2022-11-25 17:43:16 -07:00
ChessEngine AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Clipboard AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ConfigServer AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CrashDaemon AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
DHCPClient Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
EchoServer Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
FileOperation Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
FileSystemAccessServer AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ImageDecoder Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
InspectorServer Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
KeyboardPreferenceLoader Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
LaunchServer Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
LoginServer AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
LookupServer Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
NetworkServer Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
NotificationServer AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
RequestServer AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SpiceAgent LibGfx+Userland: Make PNGWriter::encode() return ErrorOr<ByteBuffer> 2022-12-08 13:01:11 +00:00
SQLServer SQLServer: Re-use already opened SQL::Database objects 2022-12-11 10:08:17 -05:00
SystemServer Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Taskbar Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
TelnetServer Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
WebContent LibWeb: Use HashMap::try_ensure_capacity in StyleComputer 2022-12-10 14:29:46 +01:00
WebDriver AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
WebServer Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
WebSocket AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
WindowServer LibGUI+WindowServer: Add "visible" state to GUI actions 2022-12-10 14:28:38 +01:00
CMakeLists.txt LibSQL+SQLServer: Generate SQLServer's IPC sources with LibSQL on Lagom 2022-12-08 17:14:48 +01:00