CopyCat LiveMirror v.1.01.0 released !

The CopyCat development team is pleased to announce a new version of CopyCat LiveMirror, version 1.01.0 !

Changed in this release include :

  • Added a button in the LiveMirror Manager to give direct access to the latest log file for the selected configuration.
  • Enabled replication for tables having no primary key.
  • Excluded temporary tables from replication.
  • Set dialect 3 by default during configuration setup.
  • Fixed a bug causing replication to fail for ftFmtBCD fields.
  • Improved error handling in case of exceptions occurring during database preparation.

CopyCat LiveMirror is a database mirroring tool designed to make it very easy to setup a hot-standby backup copy of your Firebird databases. Have a look at our website for more information : www.copycat.fr

#Ruby Firebird Extension Library 0.7.2 released : fixes unique and descending index flags after backup/restore cycle

Ruby Firebird Extension Library 0.7.2 release fixes unique and descending index flags after backup/restore cycle
Thanx to Pablo Vizcay for the analysis
A few cleanups : drop support for ruby 1.8.5 (deprecated)

PS: and an observation from Brent Rowland

Plenty of coders can sling both C and Ruby, but Ruby C extensions manage to intimidate most. It’s almost like a 3rd language.

Database .NET 11.2 released

Database .NET is an innovative, powerful and intuitive multiple database management tool, With it you can Browse objects, Design tables, Edit rows, Export data and Run queries with a consistent interface.

You’re welcome to download the Database .NET right now at:
http://fishcodelib.com/Database.htm
Free, All-In-One, Portable, Standalone (No Installation) and Multlanguage.
Supported Platforms: Windows All (x86/x64)

Firebird Classic 2.5.x with xinetd on Ubuntu/Debian systems

By default Firebird Classic package uses openbsd-inetd
You can inspect the config cat /etc/inetd.conf the max number of connections per minute is 255
after nowait you can suffix this field with a period, followed by the maximum number of connections authorized per minute for example nowait.10000
localhost:gds_db stream tcp nowait.10000 firebird /usr/sbin/tcpd /usr/sbin/fb_inet_server

To switch to xinetd an easier to use and popular alternative
sudo apt-get install xinetd
This will stop openbsd-inetd and will start xinetd alternative
You can inspect it with
cat /etc/xinetd.d/firebird25

There are a few issues with default config and it will be cleaned in the next firebird-classic package versions
A good config should look like this where i configured an unlimited numer of instances per source (also you can tweak the cps)

1 95 96 97 98 99 200