User login

Donate

donate
SourceForge.net Logo

pdfforge blog

RSS

This blog will inform you about news on PDFCreator as well as aspects and stories around pdfforge.

  • PDFCreator 1.0.2 released

    Today we have released PDFCreator 1.0.2. This version returns to the older Ghostscript 8.70 as the new version had problem with making text searcheable. We have also added some languages and have fixed a small bug of our own.

    You find the new release in the download area: http://de.pdfforge.org/download

  • New pdfforge Tool

    For some time we are thinking about an additional tool that helps to merge, split and in some basic ways edit PDF files without sending them through a printer. Now we have a basic draft of such a program with a bit of functionality already working. The working title is PDF Architect.

    Though it is just a draft at the moment, we would like to hear what you think about this idea. There are some screenshots for you to look at below. The user interface is in german at the moment, but hopefully you can get the idea of what is going on there.

  • A word about apache performance

    Today we again had massive performance problems on the web server for several hours. Now it is fixed in a way that sounds strange, but makes sense when you think about it.

    Some facts: We had 45795291 hits on the web server (file accesses like html files, images etc) in the whole month of june. Of these 8505586 hits access the update.txt - the file PDFCreator checks if it wants to see if there is a new version. This makes more than 3 update.txt requests per second, if they were fired with a constant rate. Practically, we get up to about 50 hits per second.

    During the last performance problems, we have set the KeepAliveTimeout (the time client may reuse a http connection) very low to free the slots for other users. We had allowed 150 Clients at the same time, which is the apache default. As the server had to swap memory to the hard disk, which is factor 1 million slower to read. So we have reduced this number to 50, which limits the number of concurrent apache instances and thus the memory requirements. So we can server more users at (virtually) the same time by serving less at the same time.

    The lesson learned today: Check how much ram one apache process takes and only use as many instances as memory allows.

  • PDFCreator 1.0.1 released

    We have uploaded PDFCreator 1.0.1 a few minutes ago. This happen according to our new versioning scheme. So this is a quick release fixing a few minor bugs (saving last directory and program fonts) and adding translations to the installer package.

  • PDFCreator 1.0

    We are happy to announce PDFCreator 1.0 after nearly 8 years of development. With this release we have concentrated to have a stable version that will run as smooth as possible. Therefore, we had to spend some time fixing some things like the IE 8 bug.

    It can be downloaded here: http://prdownloads.sourceforge.net/pdfcreator/PDFCreator-1_0_0_setup.exe?download

© pdfforge.org :: Contact us :: Sitemap :: Design by Daniela Martin

Validate XHTML or CSS.