Firebird 1.5.3 and Trustix linux
Here are the experiences on Trustix 3 , and maybe someone will contribute the firebrd rpm to trustix too. (with dependencies solved)
Here are the experiences on Trustix 3 , and maybe someone will contribute the firebrd rpm to trustix too. (with dependencies solved)
I’ve done preparing Firebird 1.5.3 packages.
deb[-src] ftp://shrek.creditreform.bg/public sid main
All feedback is warmly welcome. If no problems are found, I’ll proceed with
upload to the archive.
Ah, also there you can find packages for flamerobin.
Damyan Ivanov
All you need to do is to add the above repository to your /etc/apt/sources.list
and then apt-get update ; apt-cache search firebird
then install what you need (classic or super server)
Here is a good link in businessweek on how OSS databases are horning in on
the database market.
I personally think that the majority of database users can do there work
with either Postgrsql, MySql or others like the Borland interbase now know
as Firebird or even Computer Associates Ingres which was recently made
opensource. Really do most company really need all those extra features or
are they just selling feature like Picture in picture was on your new TV
which you never use now.
Here is the link for you to check out:
http://www.businessweek.com/technology/content/feb2006/tc20060206_918648.htm
Best regards,
–Richard Houston
“BusinessWeek has another spread on open source this week. Among them is an article about open source vs. the database vendors which focused on how businesses are looking to save money with open source (rather than using the source to innovate). From the article:
“The databases work fine, but as data volume grows, so do the checks to Oracle, IBM, or Microsoft. Many users aren’t clamoring for more features, and some don’t even use the bells and whistles they already paid for. They would happily trade some to get their hands on the source code and a better deal.”
Original source for news slashdot.org
I’ve been wonder for some about about metrics to evaluate the relative architectural cleanliness of various database implementations. To that end, I wrote a simple program that eat Visual Studio 7 projects files and analyzes the source files. Here are the results:
Nfs Engine | Vulcan | Firebird 2 | MySQL Server | |
---|---|---|---|---|
Total Modules | 429 | 633 | 232 | 123 |
Total Lines | 63432 | 227814 | 126274 | 214356 |
Code Modules | 206 | 218 | 70 | 99 |
Header Modules | 221 | 394 | 162 | 15 |
Preprocessed Modules | 0 | 16 | 0 | 0 |
Other Modules | 2 | 5 | 0 | 9 |
Number Functions | 2839 | 4706 | 1633 | 4960 |
Average Arguments | 5.00 | 8.65 | 13.08 | 7.58 |
Average FunctionLines | 14.86 | 32.46 | 55.95 | 31.70 |
Average Code Lines | 11.80 | 21.20 | 37.12 | 26.90 |
Average Internal Comments | 0.94 | 6.10 | 11.92 | 2.59 |
Average Internal WhiteSpace | 2.12 | 5.16 | 6.92 | 2.21 |
The analysis program doesn’t try to follow conditional compilation, so everything is included whether active or not.
The Netfrastructure engine is roughly equivalent in functionality to Firebird. The Netfrastructure numbers, however, are for the database engine only, excluding the Java Virtual Machine and template engine. Since the trigger and procedure language in Netfrastructure are Java, this isn’t a strict apples to apples comparison. On the other hand,the Netfrastructure engine includes the remote server, which Vulcan does not.
Hi, I’ve decided to make an in depth test of MySQL’s new functionalities by porting Firebird’s EMPLOYEE.FDB database to MySQL 5.1.5, here is what I found, I hope it will be useful for people porting apps from MySQL to Firebird and vice-versa.
http://pabloj.blogspot.com/2006/01/porting-employee-database-from.html
Pabloj.
This week IBM became the latest proprietary database vendor to add a free offering to their lineup, according to ZDNet:
Source: http://news.zdnet.com/2100-3513_22-6032676.html
It would be difficult to estimate the balance between appealing to developers and the influence of Open Source databases such as MySQL, but I would tend to believe that competetion from Postgres, Firebird, MySQL, et al. to be a significant factor in the decision to release free versions of proprietary databases.
Source for this news/blog of the day
http://www.openwin.org/mike/index.php/archives/2006/01/ibm-introduces-a-free-as-in-beer-version-of-db2/
Open-source database deployments rose dramatically in the last half of 2005, and as one might expect, as more IT pros get acquainted with these non-proprietary systems, security is a chief concern. Open-source database makers like MySQL and PostgreSQL [ED: and Firebird] simply must answer some of the most prevalent security-related questions in order to win more market share.
One of those questions is, with recent headlines suggesting customer data stored on organizational databases is at risk, should those who opt for open-source database applications be worried? Not according to data suggesting proprietary database software is breached more often. But data alone is not enough. What IT executives really want to know is what specific technological security precautions open-source DB developers need to take.
“We continue to see the maturation of open-source databases reflected by the continually increasing levels of adoption,” said John Andrews, President, Evans Data. “In a number of our ratings categories, we’re seeing open-source databases meeting or exceeding proprietary databases.”
Read this full article at TechNewsWorld
Hello all,
A new list has been started on Yahoogroups – a job board for devs
with Firebird skills and for employers looking for them. 🙂
It’s a pretty tightly moderated list.
You can look it up from the Lists and News Groups page of our main
website, or go straight there if you like.
http://www.yahoogroups.com/community/firebird-job-board
All you’ll see in the archives right now is a couple of messages
posted by Calin Pirtea, who’s helping with the
moderation. (Actually, you won’t see the archives at all if you’re
not a member…)
Feel free to link to the list from your own websites. It all helps
for getting us “out there”.
Helen
Article shows how Coverity worked with linux kernel developers in the past sending them patches
“For now, Coverity plans to publish the defect reports on a semi-private Web site so that any developer associated with a particular open source project can examine the list, determine if something actually needs to be fixed, and then create a fix and submit it to the project lead. This is currently the model used by Coverity for the defects they published for the Linux kernel.”