Kick-Off ALI: WI.NET 2007

Posted by jr on Mai 29, 2007

winet3.jpgÂ

WI.NET 2007, the meeting of all students and alumni of the faculty of business informatics at Berufsakademie Ravensburg will take place on 21.07.2007, 14:00 at BA Ravensburg, Marienplatz 2 (Aula).

Main Topic of the meeting will be IT Service with ITIL (IT Infrastructure Library) and ITIL in business application.

The faculty is proud to present the new alumni platform “ALI” to the community in the third section of the meeting.
You will participate in the live Kick-Off of the system and be one of the first seeing how the future of WI.NET will look like.

Further information about the meeting and application form:
http://winet.pixelfuss.de/index.php?id=302

Ruby on Rails – Konferenz 2007 (de)

Posted by jr on Mai 17, 2007

Rails Konferenz 2007

See and join informative and entertaining talks and tutorials about Rails on this year’s german Rails Conference in Frankfurt on 22/06/2007

Details: http://www.rails-konferenz.de

“Hi, I’m Ruby on Rails..”

Posted by jr on Mai 17, 2007

The advantages of Ruby on Rails presented by http://www.railsenvy.com/
 in the style of Apple’s “Hello, I’m a Mac – and I’m a PC”-adverts.

Check the website of Gregg Pollack and Jason Seifer for more videos.

SCGI over FastCGI

Posted by jr on Mai 17, 2007

After hours of frustration with the ruby-openid lib we got a much faster and *stable* production system running with SCGIÂ instead of FastCGI.
Even if SCGi is not as well known as SCGI – save yourself from a lot of headache and don’t put too much effort in getting FastCGI running…! For us FastCGI-Processes caused problems with external connections f.ex. to OpenID Providers and while including RSS-Feeds.

SCGI install and configuration tool 15min in the whole. One small disadvantage: To keep the process running on our Solaris Server  an additional job is required. Anyway – Cheers to Zed Shaw for coding SCGI!

Some facts:

  • Simultaneous support for Apache1, Apache2, and lighttpd on OSX, Linux, FreeBSD and Win32.
  • Same performance as FastCGI and better performance than other methods.
  • Is a single cross-platform Ruby script that even runs on win32 (with some restrictions).
  • Works with SCGI modules for Apache, Apache2, and Lighttpd webservers.
  • Simple to install, run, and configure.
  • tbc..

See Zed Shaw’s Site for more details about SCGI…