|
| | |||||||
| Windows Vista Discuss the different versions of Windows Vista, Fuji, or Vienna |
| | LinkBack | Thread Tools |
| |||
| Re: Proud of everyone! On Tue, 8 Apr 2008 22:30:40 -0400, DFS wrote: [color=blue] > ray wrote:[color=green] >> So proud of everyone for letting our local DooFuS spew on and on >> unanswered. Maybe eventually he'll tire of his stupid game.[/color] > > Here's a clue for you, raytard: You really shouldn't be so proud that the > reality of Linux (a hanging/locking/freezing/glitchy mess) totally > contradicts the lies of your fellow Linux "advocates".[/color] Only in COLA does Linux work *perfectly* for all. -- Moshe Goldfarb Collector of soaps from around the globe. Please visit The Hall of Linux Idiots: [url]http://linuxidiots.blogspot.com/[/url] |
| |||
| Re: Proud of everyone! In article <x8cipo6un8cc$.16o52lp3j98u1$.dlg@40tude.net>, Moshe Goldfarb <brick.n.straw******.com> wrote:[color=blue] > >Only in COLA does Linux work *perfectly* for all. >[/color] And in 100,000 machine rooms around the world. Linux is caught in the same chicken-egg software thing that helped kill OS/2 on the desktop, but you still can't build web farms on Windows... |
| |||
| Re: Proud of everyone! On Tue, 08 Apr 2008 23:14:58 -0600, High Plains Thumper wrote: [color=blue] > the wharf rat wrote:[color=green] >> Moshe Goldfarb wrote: >>[color=darkred] >>> Only in COLA does Linux work *perfectly* for all.[/color] >> >> And in 100,000 machine rooms around the world. Linux is caught in the >> same chicken-egg software thing that helped kill OS/2 on the desktop, >> but you still can't build web farms on Windows...[/color] > > I still find it odd that when one buys a Windows computer, it no > longer comes with installation media. If it gets borked, pony up for > another copy. That has a sense of deliberateness, to apparently garner > additional funds by requiring the purchaser to pony up additional bucks, > not to mention additional support software like anti-virus. Windows > Defender is not a top rated tool, wouldn't want it protecting my PC.[/color] That's because most have the restore image on a hidden partition and all that's needed is the kicker CD/DVD. It's much faster that way, however I suppose the $5.00 extra for installation media is a bit high for an unemployed Linux hack so I do understand your plight. Hey, at least the Windows companies SUPPORT their recovery media, unlike Dell's half assed support of Ubuntu. [color=blue] > OTOH, I am happy with my Ubuntu systems.[/color] Is your Dell Sytems Ubuntu installation media not supported by Dell as well? [url]http://linux.dell.com/wiki/index.php/Ubuntu_7.04[/url] "These images are both unofficial Dell recovery media. They are not officially Dell-supported. Do not call Dell Technical support with questions about this image, or software installed by this image, as they will not be able to help you. To get help, please send an email to the Dell linux-desktops mailing list." Hopefully you aren't having the Ubuntu lockup and freeze problems that others are screaming about. -- Moshe Goldfarb Collector of soaps from around the globe. Please visit The Hall of Linux Idiots: [url]http://linuxidiots.blogspot.com/[/url] |
| |||
| Re: Proud of everyone! On Tue, 08 Apr 2008 23:32:05 -0400, Moshe Goldfarb wrote: [color=blue] > On Tue, 8 Apr 2008 22:30:40 -0400, DFS wrote: >[color=green] >> ray wrote:[color=darkred] >>> So proud of everyone for letting our local DooFuS spew on and on >>> unanswered. Maybe eventually he'll tire of his stupid game.[/color] >> >> Here's a clue for you, raytard: You really shouldn't be so proud that >> the reality of Linux (a hanging/locking/freezing/glitchy mess) totally >> contradicts the lies of your fellow Linux "advocates".[/color] > > Only in COLA does Linux work *perfectly* for all.[/color] Hey - and now we hear from DooFuS Jr. If you could read and comprehend, you'd see that I never indicate the Linux works perfectly for all! It also is not the disaster that DooFuS makes out. |
| |||
| Re: Proud of everyone! >On Tue, 08 Apr 2008 23:32:05 -0400, Moshe Goldfarb wrote:[color=blue][color=green] >> >> Only in COLA does Linux work *perfectly* for all.[/color][/color] Why bother with such obvious lies? I dare say no one believes a word you say. Is there some kind of thrill to being a shameless, obvious, liar? |
| |||
| Re: Proud of everyone! In comp.os.linux.advocacy, the wharf rat <wrat@panix.com> wrote on Wed, 9 Apr 2008 04:16:31 +0000 (UTC) <fthfuu$m6f$1@reader2.panix.com>:[color=blue] > In article <x8cipo6un8cc$.16o52lp3j98u1$.dlg@40tude.net>, > Moshe Goldfarb <brick.n.straw******.com> wrote:[color=green] >> >>Only in COLA does Linux work *perfectly* for all. >>[/color] > > And in 100,000 machine rooms around the world. Linux is > caught in the same chicken-egg software thing that helped kill OS/2 on the > desktop, but you still can't build web farms on Windows...[/color] Yes you can, with additional hardware. $EMPLOYER ran a webfarm for many years using IIS5. Many still do. The standard webfarm, in fact, consists of several parts. [1] A load distributor. This basically directs the request to the least loaded webserver (or to a working webserver). [2] A static webserver, possibly with proxying capability for the dynamic application server. It can also put up simple static forms. [3] An application server, which can crunch the request and send the pieces to various destinations, usually data storage/retrieval.. [4] A data storage/retrieval system. This can be as simple as a file tree but for most is an RDBMS that can understand SQL. Depending on application additional items may be required (e.g., a mailserver to send stuff out). Ideally, all of these except [1] are redundant units, and [1] would be simple and reliable enough to not have to worry. All of these except for [1] (a number of "pre-canned" vendors exist for that) are implementable on Windows. One asks as to how *well* and how *cheaply* (totally different question!), but [2] and [3] are presumably handled through IIS, [4] through MS SQL Server. Of course in Linux [2] is Apache, [3] JBoss, Tomcat, or Geronimo, and [4] can be a variety of things -- MySQL, PostgreSQL, and Hypersonic (a component of JBoss) are probably the cheapest in initial outlay, and Oracle, DB/2, or SAS for the bigger companies. (In a pinch JBoss and Tomcat can also handle static web service.) Or mix and match: IIS front end, Oracle back end, JBoss perhaps in the middle, additional software on Windows to handle the ajpv13 hookup. Personally, I'd not use IIS, but IIS6 does handle PHP, and probably Java as well now that Sun and Microsoft have kissed and made up. -- #191, [email]ewill3@earthlink.net[/email] Insert random misquote here. -- Posted via a free Usenet account from [url]http://www.teranews.com[/url] |
| |||
| Re: Proud of everyone! In article <gt9vc5-ic2.ln1@sirius.tg00suus7038.net>, The Ghost In The Machine <ewill@sirius.tg00suus7038.net> wrote:[color=blue][color=green] >> >> but you still can't build web farms on Windows...[/color] > >Yes you can, with additional hardware. $EMPLOYER ran a[/color] Ok, I should have said "You can't build a stable, manageable, cost- effective, highly available, high throughput web farm on Windows". [color=blue] >The standard webfarm, in fact, consists of several parts.[/color] There's no need to split out static content. The same array that handles dynamic content can serve that with very small incremental overhead. It's not worth the complexity introduced to split it out. IOW, the "application server" serves the ENTIRE application. That way you have a homogenous supercluster of identical systems. [color=blue] >[4] A data storage/retrieval system. This can be as >simple as a file tree but for most is an RDBMS that can >understand SQL.[/color] IMHO the storage system is NOT part of the web farm and backs both the database clusters AND the application server clusters. [color=blue] >these except [1] are redundant units, and [1] would be >simple and reliable enough to not have to worry. >[/color] On the scale you're talking, one load balancer, two or three web servers, a database server, yeah, Windows could be made to work if you wanted to spend a small fortune for software and administration. In "real life" though there's NO WAY a single load balancer would be deployed, no matter HOW "simple and reliable". And web farms have hundreds if not thousands of application servers... Of course these days everyone's going to virtualization which almost makes host configurations a moot point... [color=blue] >through MS SQL Server.[/color] Shudder. 1/2 :-) -- Cute "simple and reliable" story: I take a short term gig at Joe's Big Web Company. Their server farm is front-ended by a pair of 6500's. One day I'm in the cage with these things and I notice that they don't appear to be set up in a redundant configuration. I ask one of the admins and he tells me "Oh, those Ciscos have been 100% reliable so when we needed more ports we just set them up as two seperate units". About 6 weeks later my pager went off on a Sunday morning. Half the network was down. The half that was connected to the 6500 whose backplane had failed. The moral of the story is even the **floor tiles** should be redundant or you too will be spending Memorial day on the phone with customer support... |
| |||
| Re: Proud of everyone! chrisv wrote:[color=blue][color=green] >> Moshe Goldfarb wrote:[color=darkred] >>> >>> Only in COLA does Linux work *perfectly* for all.[/color][/color] > > Why bother with such obvious lies? I dare say no one believes a > word you say. Is there some kind of thrill to being a shameless, > obvious, liar?[/color] Please don't feed the trolls (Goldfarb). -- [mail]: Chuck F (cbfalconer at maineline dot net) [page]: <http://cbfalconer.home.att.net> Try the download section. ** Posted from [url]http://www.teranews.com[/url] ** |
| |||
| Re: Proud of everyone! CBFalconer <cbfalconer******.com> writes: [color=blue] > chrisv wrote:[color=green][color=darkred] >>> Moshe Goldfarb wrote: >>>> >>>> Only in COLA does Linux work *perfectly* for all.[/color] >> >> Why bother with such obvious lies? I dare say no one believes a >> word you say. Is there some kind of thrill to being a shameless, >> obvious, liar?[/color] > > Please don't feed the trolls (Goldfarb).[/color] Please fix your double signature. |
| |||
| Re: Proud of everyone! Hadron <hadronquark@googlemail.com> writes: [color=blue] > CBFalconer <cbfalconer******.com> writes: >[color=green] >> chrisv wrote:[color=darkred] >>>> Moshe Goldfarb wrote: >>>>> >>>>> Only in COLA does Linux work *perfectly* for all. >>> >>> Why bother with such obvious lies? I dare say no one believes a >>> word you say. Is there some kind of thrill to being a shameless, >>> obvious, liar?[/color] >> >> Please don't feed the trolls (Goldfarb).[/color] > > Please fix your double signature.[/color] Stop Press! You did! Well done! (LOL) |
| |||
| Re: Proud of everyone! They are afraid that they will make a black hole in the new CERN hardon collider that will suck up the surrounding area and perhaps the whole world, however this blackhole has already been created, its name is Vista. "Hadron" <hadronquark@googlemail.com> wrote in message news:ftk5ut$gme$3@registered.motzarella.org...[color=blue] > Hadron <hadronquark@googlemail.com> writes: >[color=green] >> CBFalconer <cbfalconer******.com> writes: >>[color=darkred] >>> chrisv wrote: >>>>> Moshe Goldfarb wrote: >>>>>> >>>>>> Only in COLA does Linux work *perfectly* for all. >>>> >>>> Why bother with such obvious lies? I dare say no one believes a >>>> word you say. Is there some kind of thrill to being a shameless, >>>> obvious, liar? >>> >>> Please don't feed the trolls (Goldfarb).[/color] >> >> Please fix your double signature.[/color] > > Stop Press! > > You did! > > Well done! > > (LOL)[/color] |
| |||
| Re: Proud of everyone! "Be Yond" <terraform@mars.mar> writes: [color=blue] > They are afraid that they will make a black hole in the new CERN hardon > collider that will suck up the surrounding area and perhaps the whole world, > however this blackhole has already been created, its name is Vista.[/color] Yes, yes (pats patient on head). <reaches for intercom> "Nurse, more meds to the loony cell ..." [color=blue] > > > "Hadron" <hadronquark@googlemail.com> wrote in message > news:ftk5ut$gme$3@registered.motzarella.org...[color=green] >> Hadron <hadronquark@googlemail.com> writes: >>[color=darkred] >>> CBFalconer <cbfalconer******.com> writes: >>> >>>> chrisv wrote: >>>>>> Moshe Goldfarb wrote: >>>>>>> >>>>>>> Only in COLA does Linux work *perfectly* for all. >>>>> >>>>> Why bother with such obvious lies? I dare say no one believes a >>>>> word you say. Is there some kind of thrill to being a shameless, >>>>> obvious, liar? >>>> >>>> Please don't feed the trolls (Goldfarb). >>> >>> Please fix your double signature.[/color] >> >> Stop Press! >> >> You did! >> >> Well done! >> >> (LOL)[/color] > >[/color] -- "Its obvious Micoshaft sponsored frauds and net stalkers are now attacking individuals directly in organised gangs in linux advocacy newsgroups as predicted since it is known micoshaft is failing in the market place." 7, COLA Linux "advocate" and nutjob. |
| |||
| Re: Proud of everyone! CBFalconer wrote: [color=blue] >chrisv wrote:[color=green] >> >> Why bother with such obvious lies? I dare say no one believes a >> word you say. Is there some kind of thrill to being a shameless, >> obvious, liar?[/color] > >Please don't feed the trolls (Goldfarb).[/color] I don't very often read or say anything to flatfsck... It's just so bizarre, these lying losers. Why not just claim something like "Linux advocates think that 2+2=5" or something equally ridiculous? |
| |||
| Re: Proud of everyone! "CBFalconer" <cbfalconer******.com> wrote in message news:47FD729E.EDB0857A******.com...[color=blue] > chrisv wrote:[color=green][color=darkred] >>> Moshe Goldfarb wrote: >>>> >>>> Only in COLA does Linux work *perfectly* for all.[/color] >> >> Why bother with such obvious lies? I dare say no one believes a >> word you say. Is there some kind of thrill to being a shameless, >> obvious, liar?[/color] > > Please don't feed the trolls (Goldfarb). >[/color] He can't help it. He's STUPID |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| My husband is very proud - Just FYI | Mrs. Alias | Windows Vista | 0 | 09-18-2007 11:09 PM |
| This announcement will make Alias proud | Bill Yanaire | Windows Vista | 1 | 09-07-2007 03:00 PM |
| How can Microsoft be proud to market this drivel ! | DanielN | Windows Vista | 209 | 07-10-2007 12:10 AM |
| E. Morrison - A Proud New Tablet PC Owner | Mrs. Morrison | New Member Introductions & Greetings | 1 | 03-10-2005 08:09 AM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |