
IBM to release WebSphere for Linux 32
According to this story, IBM will
announce next week (probably at Linux world) WebSphere Application Server for Linux. Thanks, IBM..
To be or not to be, that is the bottom line.
I guess that's cool... (Score:1)
Hehehe.. (Score:1)
Load balancing is probably best done through something like a Cisco Local Director in front of the server which would cross over into fault tolerance when combined with something like back-to-back Netapp 740 filers. Distributed session management can be done easily with both PHP and mod_perl as well. Just a matter of deciding where to store your sessions. Most likely in a central database and have each server fetch the session state from that central db. With two-phase commits you are getting into database functionality which isn't really directly related to the application language you choose. db connection pooling is possible with mod_perl and not quite there with PHP, although you do get persistent db connections which is usually what you want anyway. Thread pooling? Well, yeah, I guess. Apache isn't threaded, so that's a little hard, but as Alex mentioned, when PHP is used with the fhttpd server you get that functionality. Template interpretation is a given, remote manageability as well. Heck, it's Unix. Result cacheing is easy to do as well in a slew of different ways including shared memory plus much much more.
Granted, this stuff isn't packaged up in a nice and shiny box and handed to you on a plate. You might have to think a little bit and decide what the best approach is, but that doesn't mean it cannot be used to do the job. There are literally hundreds of thousands of sites that think it does.
-Rasmus
Doesn't mod_perl avoid spawning new requests? (Score:1)
Calling both PHP and WebSphere Application Servers and comparing them directly is not appropriate at all. WebSphere includes a whole collection of tools while PHP is just one building block that people could potentially use to roll their own Application Server environment. Heck, with a bit of fiddling I bet one could even use PHP as a WebSphere component.
Doesn't mod_perl avoid spawning new requests? (Score:1)
OS2 (Score:1)
How does FastCGI fit into this? (Score:1)
I too am baffled by a lot of the buzzwords coming out nowadays (and olden days too
--
Hehehe.. (Score:1)
-Rasmus
No, real losers don't know how to spell "loser" (Score:1)
methinks the death of NT is near (Score:1)
NT / Win2k is here to stay, mainly because Unix is way too hard for the common mortal to deal with.
Hopefully, Linux will still be able to take over the server market, so that we won't have to try to develop "performing, scalable and *reliable*" apps.
WebSphere isn't that proprietary. (Score:1)
thanks,
jason
Bit off topic: IBM support of Linux is NOT ... (Score:1)
I suggest being a bit more circumspect in our Wonderment and Damning of each new Advance .
It all could all be much less than it seems - be certain this will be a long haul fight.
Why so happy? (Score:1)
hmm...need nt? (Score:1)
The more we get big companies doing the right thing, the more force there will be behind everyone else, eventually it'll be really cool. Too bad eventually isn't like tomarrow or something.
PRE tag (Score:1)
I wish they'd include PRE in the set of allowed tags, but from what I recall some dorkass discovered they could make /. be forty screens wide using obnoxious PRE tags.
Perhaps they could filter everything inside of PRE to 80 or 90 columns?
--
Why so happy? (Score:1)
Linux need no longer beg for applications. If companies sell these things for Linux, fine. But we certainly don't need to thank them for it.
What VM? (Score:1)
Unless you're on the assembly line (Score:1)
dare I ask? (Score:1)
Hehehe.. (Score:1)
Load balancing, fault tolerance, auto-failover, distributed session management, two-phase commits, db connection pooling, thread pooling, template interpretation, remote manageability, result caching (at the Db and the app level), plus much, much more.
PHP3 does not even come close. It does template interpretation, and that's about it.
-jason
Yes it's being ported. (Score:1)
Right now we run Cold Fusion on NT, and it's going pretty stable at the moment, we try not to touch that machine heheh...but we anxiously await the Linux port of Cold Fusion so we can run apache and get better scalibility. Right now the server is a PII-400 with 256M ram... I think that machine would haul a lot more ass on Linux.
I don't expect to see the port until the start of 2000 though.
Guess I'll just have to wait.
==frankly on the websphere thing, that's great, I just wasn't impressed with websphere from a distance, didn't look as 'simple' as Cold Fusion is.... CF ROCKS
Derek
dare I ask? (Score:1)
This is a growing area as Web based applications assume more business processes that touch a company's backend systems.
IBM's WebSphere line encompases several Web Application Servers and other Web related software applications.
I hope that helps from the 50,000 foot level.
James Barry
Product Manager
IBM HTTP Servers (Apache) and WebSphere