Development Blog

Windows Application Launcher 3.1, new release.

2010-05-21, 13:21  by Erik Allemann in Development

After some time of internal testing we're making the updated RAL for Windows available for the public. Please grab a copy and let us know what you think of it.

Coming soon – A new RAM cache

2010-03-22, 21:39  by Jonas Wallden

Last year Martin Jonsson blogged about the HTTP compression feature he was working on, and although it's not yet been enabled in standard 5.0 builds it will be in the near future. As Martin wrote you can test it now by using the -DHTTP_COMPRESSION start flag.

Another recent development which is about to leave the lab is a brand new RAM cache module. Like the HTTP compression capability we are giving it some real-world stress testing before enabling it universally but soon we will flip the switch and make it official.

Read the rest of this entry

Windows Application Launcher 3.0 Update

2010-01-08, 13:56  by Martin Pedersen in Development

It has been a while, but we have finally come around to finalize our work with the application launcher for Windows.

We are pleased to be able to present to you an application launcher built on the .NET 3.5 framework using C#. The program itself has been tested and should be working on Windows XP, Vista and the newly released Windows 7.

Thanks for all the support and bug reports during the beta-phase. As always, much appreciated. Please try the new version and let us know what you think!

Decoding mysteries of encodings

2009-07-08, 17:25  by Jonas Wallden

By now I'm sure no-one has missed that we've finally shipped Roxen CMS 5.0! This posting is not specifically about the new version but I'll definitely return to that subject in future articles. Today I'll instead bring up a topic that can be a great source of confusion, namely character encodings. After reading this you'll hopefully have a clearer understanding of how Roxen works and I'll share a couple of suggestions along the way that should let you avoid the most common pitfalls.

Read the rest of this entry

Roxen CMS 5.0 out!

2009-06-03, 13:37  by Erik Allemann in Development

Just a quick note:

In case you hadn't noticed. Roxen CMS 5.0 is out! This also obviously means a new Roxen WebServer 5.0 and a new Roxen CMS 5.0 PE is out there to explore too.

Go check them out and let us know what you think in the Planet Roxen Forums.

Windows Application Launcher 3.0/3.1 Public Beta

2009-03-12, 09:01  by Martin Pedersen in Development

Finally we are able to provide you with a public beta of the brand new Application Launcher for Windows. This new version adresses many issues that we have had with the older versions and also incorporates support for Roxen Editorial Portal. 

We look forward to hearing your thoughts and strongly encourage you to report any bugs you might stumble upon.

Read the rest of this entry

HTTP protocol compression in WebServer 5.0

2009-02-09, 08:53  by Martin Jonsson

In Roxen WebServer 5.0, a new feature will be introduced in the HTTP protocol module that should improve both web site visitors' perception of performance and reduce the bandwidth needed for the site's servers: gzip compression. The code is still considered experimental, although it's been briefly tested with some pretty good results.

Read the rest of this entry

XSL in Roxen CMS 5.0

2008-10-03, 18:20  by Jonas Wallden in Development

Now that we have announced Roxen CMS 5.0 I'd like to describe some XSL changes that will arrive shortly. In this posting I'll highlight three areas: profiling, compatibility and performance.

Read the rest of this entry

Community Update (Sept 26, 2008)

2008-09-26, 09:36  by Martin Pedersen in Community Update

This is a community update. Hopefully this will be a recurring tradition on the Planet. A chance for you to get a glimpse of what's going on.

There has been a lot of thoughts and discussions held about the User Conference. One thing is clear, Planet Roxen has greatly benefited from the conference. We believe that without the presentation given by our support manager Marcus Wellhardh and other colleagues highlighting the community we would not have as many registered users as we have today.

Also a big thanks to all of you who has posted and helped us get things started. 

Read the rest of this entry

Roxen CMS and XHTML

2008-09-01, 11:10  by Jonas Wallden in Development

Welcome!

First, a warm welcome to all readers of our new Planet web site! I and my colleagues will try to blog regularly on topics that relate to Roxen and the web in general. I've already collected some ideas on tutorials and tricks covering RXML features and CMS development that I want to talk about here.

Read the rest of this entry

Planet Roxen Begins

2008-03-10, 17:24  by Administrator in New sites

Roxen has started the development of a new community site for all Roxen users worldwide. Our goal is to create a site that can be used by anybody who is involved with or interested in the Roxen software suite, the pike programming language and webdevelopment in general.

Developing this site is one step in the process of reaching out and creating an environment where users and developers can exchange information and experience with one and another.

The community will of course run on a Roxen server using the latest and greatest additions to the CMS such as the new blog module with some custom additions. The community will be totally standalone with no significant connection to the corporate site, which will be running as usual.


Jul 30, 2010

Categories

Community Update (1)
Customers (0)
Development (6)
New sites (1)

Latest comments

Should also mention that there are several more caches in Roxen besides this one. In particular, the http protocol cache (i.e. the one that caches complete http responses and which is configured under Cache tab for each site) is separate and (so far) not affected by this cache system.
In the old cache, people often had to tune down the gc interval setting (under Globals -> Cache) to keep the cache from growing out of hand. That's also a thing of the past - the new cache never exceeds the configured size. Rather, the gc interval in the new cache says how often Roxen should go through the cache to throw out garbage (i.e. stale or timed out) entries to make more room for new data. Under the Garbage Collector heading in the Cache Status page, there's some useful statistics for tuning the GC interval. Using that you can strike a balance between the amount of garbage and the time taken in the garbage collector. Footnote: For those of you that sometimes hear us pike nerds talk about the "pike gc", I can mention that this gc and the pike gc are two entirely different things. Don't mix them up.
Joost, please continue the discussion in the forums: http://planet.roxen.com/forum/index.xml?forum=9&thread=54
Not sure if this is the appropriate place to report this, but I've tried the new application launcher yesterday and it seems as sometimes it's not uploading files. I had issues where I'd save a file multiple times in my external editor and the CE interface did not reflect the changes. To make things even easier: I didnt recieve any error messages or anything. It just didnt upload. Any idea what this might be?