New commercial Perl server: VelociGen EE

KM on 2001-06-07T12:41:56

c_monster writes "VelociGen just introduced VelociGen Enterprise Edition for developing and testing Perl-based Web sites. It scales, it tests, it slices, it dices, it increases site performance as much as 60x. Versions are in use at Ford, Goldman Sachs, Hewlett-Packard, and so on. Download it, try it, buy it!"

Well, download and try it. Buy it only if one of the free and open source solutions don't fit your needs :)


Thanks for reminding us its not Open-Source

jdavidb on 2001-06-07T16:07:57

Well, download and try it. Buy it only if one of the free and open source solutions don't fit your needs :)

Or, if you want to help us all, download it, try it, and write something better that is free.

What about Perl (and mod_perl)?

toreau on 2001-06-07T19:56:23

"...introduced VelociGen Enterprise Edition for developing and testing Perl-based Web sites. It scales, it tests, it slices, it dices, it increases site performance as much as 60x."









Well. Has anyone actually verified this information? I mean; trying to beat the combination of Apache, Perl and mod_perl when it comes to speed is hard. I've tried previous versions of Velocigen, and no way they out-performed the three free software solutions mentioned above.









I think I'll stick to Apache for quite a while yet. I might have a look at TUX if I want my web server to deliver static pages fast, though...









Anyone; please download and test Velocigen (I will), and post your experiences here.

Re:What about Perl (and mod_perl)?

c_monster on 2001-06-07T21:51:34

Just a little clarification:

VelociGen EE doesn't replace Perl or Apache with anything proprietary or closed. It uses Perl 5.6.1 (stock), and it can be installed under Apache. It's not designed to "compete" with either of them.

The big points for using VelociGen are:

  • High performance for any existing Perl CGI, with no changes to the code. Nothing else offers that. That's also where the 60x figure comes in.
  • Compatibility with Netscape, iPlanet, Zeus, and IIS servers as well as Apache. mod_perl is solely an Apache module, which isn't always an option.
  • Scalability over multiple servers right out of the box, regardless of server platform.
  • Most of all, an easy install that Fortune 500 companies love.

The point of all this isn't to take away from existing Perl solutions, but to get the word out that Perl is useful for high-transaction Web applications. I'd rather see a company like Ford using Perl than JSP, so I don't mind selling it to them.

As an aside, I'm all for open source, too. I don't make that decision at VelociGen, but I have opened up some of the components we use, like the VeloMeter load tester and Apache::PSP for Perl Server Pages. I've even posted the entire contents of my book on Perl on my Web site. However, not everyone is comfortable with the GPL, so it's best not to throw out something really useful (VGEE) when it has the chance to do some good in the corporate world.

Whew! Somebody shut me up! :)

~chris

Re:What about Perl (and mod_perl)?

Simon on 2001-06-08T00:30:26

However, not everyone is comfortable with the GPL, so it's best not to throw out...

...the baby with the bathwater. There are other licenses, you know, the Artistic/GPL combination being a business-friendly one.

Re:What about Perl (and mod_perl)?

pudge on 2001-06-08T14:06:55

Hi, I am the guy who runs use Perl.

I hate to try to stifle discussion, but I really hate to see a flamewar over open source licenses, or free vs. commercial, etc. on this site.

So I suggest we drop the licensing advocacy. Take it to Slashdot. ;-)

Re:What about Perl (and mod_perl)?

jdavidb on 2001-06-11T16:52:49

Sorry. Didn't mean to start something. :)

My thanks for the response from Chris.