/usr/share/doc/firebird
XNET - new local protocol implementation (win32) ------------------------------------------------ Firebird 2.0 has replaced the former (often referred to as IPC or IPServer) implementation of the local transport protocol with a new one, named XNET. It serves exactly the same goal - provide an efficient way to connect to the local server (without a remote node name in the connection string) - but it's implemented differently, in order to address the known issues with the old protocol. Generally speaking, both implementations use shared memory for inter-process communication, but XNET eliminates usage of window messages to deliver attachment requests and it also implements another synchronization logic. Advantages of the XNET protocol over IPServer: - it works with Classic Server - it works for non-interactive services and terminal sessions - it doesn't lock up when using a few connections simultaneously From the performance point of view, they should behave similarly, although XNET is expected to be slightly faster. As for disadvantages, there's only one - implementations are not compatible with each other. It means that your fbclient.dll version should match the version of the used server binaries (fbserver.exe or fb_inet_server.exe), otherwise you won't be able to establish a local connection (a TCP localhost loopback will do the trick, of course).
.
Edit
..
Edit
CHANGELOG.md
Edit
Firebird-3-QuickStart.pdf
Edit
Firebird-4.0.6-ReleaseNotes.pdf
Edit
IDPLicense.txt
Edit
IPLicense.txt
Edit
README.DiskSpaceAllocation
Edit
README.Fedora
Edit
README.IPv6
Edit
README.NTSecurity
Edit
README.Optimizer.txt
Edit
README.SecureRemotePassword.html
Edit
README.Win32LibraryInstallation.txt
Edit
README.Win9X_NT_embedding
Edit
README.build.macosx.md
Edit
README.build.mingw.html
Edit
README.build.msvc.html
Edit
README.build.posix.html
Edit
README.coding.style
Edit
README.connection_string_charset.txt
Edit
README.connection_strings
Edit
README.external_routines.txt
Edit
README.fb_cancel_operation
Edit
README.fb_shutdown
Edit
README.fbsvcmgr
Edit
README.garbage_collector
Edit
README.gbak
Edit
README.incompatibilities.3to4.txt
Edit
README.incompatibilities.txt
Edit
README.instsvc
Edit
README.intl
Edit
README.isql_enhancements.txt
Edit
README.makefiles
Edit
README.md
Edit
README.modern_cpp.md
Edit
README.monitoring_tables
Edit
README.online_validation
Edit
README.performance_monitoring
Edit
README.plugins.html
Edit
README.providers.html
Edit
README.raw_devices
Edit
README.read_consistency.md
Edit
README.read_password_from_file
Edit
README.replication.md
Edit
README.security_database.txt
Edit
README.services_extension
Edit
README.session_idle_timeouts
Edit
README.sha1
Edit
README.statement_timeouts
Edit
README.superclassic
Edit
README.trace_services
Edit
README.transaction_at_snapshot.md
Edit
README.trusted_authentication
Edit
README.user.embedded
Edit
README.user.troubleshooting
Edit
README.wire.compression.html
Edit
README.xnet
Edit
sample
Edit
sql.extensions
Edit
udf_replace.sql
Edit
udf_replace.txt
Edit