This sounds more like a thread for the java-linux list, but I do want to
make sure that people reading this list don't get scared away from using
Apache JServ on Linux. First, I quote from the JavaWorld article
referenced below:
"Granted, there's no such thing as too fast, but even FreeBSD and Linux
have Java support fast enough for all but the most demanding Java server
applications."
Bring out the big guns when you need them, but until you get well into the
hundreds of thousands of requests per day, jdk 1.1.7a on Linux will do the
job very happily and speedily.
Also, the author of the JavaWorld article says that when he recompiled the
Linux kernel to use 1024 file descriptors, the JVM still couldn't use more
than 256. I have run the Blackdown JDK successfully with over 500 FDs on
Linux 2.0.36 so I wouldn't let the author's troubles scare you away
(perhaps he didn't do ulimit -n 1024).
Jonathan
--
Jonathan Davis
The Adrenaline Group
www.adrenalinegroup.com
On Thu, 25 Feb 1999, Serge Knystautas wrote:
> I hate Microsoft as much as the next self-respecting developer, but as a
> Java developer, Sun has unfortunately made NT the best Java platform
> (since this is the JServ mailing list). Check out the latest Volano JVM
> stress tests (I think this has already been mentioned on this list, but
> you should review the results).
> http://www.javaworld.com/jw-03-1999/jw-03-volanomark.html?022399txt
>
> Highlights include several JVMs on NT able to support up to 2100
> simultaneous connections without choking, but Linux caps at 250
> (roughly) because of file system sharing. Nevermind that the JITs on
> Linux are less developed and stress-tests, so the performance is better
> on NT. Better performance and scalability on NT. Never thought I'd say
> that. That's the whole reason we're migrating so many other services
> here to Linux (DNS, mail, dhcp, etc...).
>
> Sorry, but like I said, I'm stuck with Windows because of Java...
>
> Serge Knystautas
> Loki Technologies
> http://www.lokitech.com
>
> Ron Burton wrote:
> >
> > "Marc A. Saegesser" wrote:
> >
> > >
> > >
> > > There may be problems making CGI and servlet output unbuffered, that's why
> > > I posted. If unbuffered CGI and servlets won't work then the only choice I
> > > have left is to switch to a different web server for the Win32 platform.
> >
> > There is always the other alternative. :-)
> >
> > Sorry couldn't resist the temptation on this.
> >
> > Why would anyone use NT as the server anyway? Its expensive, slow and
> > comparably unreliable.
> >
> > If there is some service that requires NT, use NT for that. However, the
> > web server could run on any platform and still communicate with the service.
> >
> > I know this is not really helping allot, but often we tend to start down a
> > single path convinced its the only one. Only to realize far to late we are on
> > the wrong path.
> >
> > Ron Burton
> >
> > ----------------------------------------------------------------
> > To subscribe: [EMAIL PROTECTED]
> > To unsubscribe: [EMAIL PROTECTED]
> > Archives and Other: <http://www.working-dogs.com/>
> > Problems?: [EMAIL PROTECTED]
>
>
> ----------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://www.working-dogs.com/>
> Problems?: [EMAIL PROTECTED]
>
>
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://www.working-dogs.com/>
Problems?: [EMAIL PROTECTED]