Slashdot Mirror


NX - A Revolution In Network Computing?

Anonymous Coward writes "Judging from this interview, it looks like KDE developers have found a new toy to add to their desktop's networking capabilities. They claim to be able to cram a fullscreen KDE session -- KMail for mailing, Konqueror for file management, Mozilla for web browsing and OpenOffice for word processing -- into a 40 KBit/sec modem connection without losing responsiveness for the user experience. At aKademy, the 9 day KDE Community World Summit, a group of core developers started to work on NX/FreeNX integration to help facilitate the "re-invention of the KDE desktop environment" for KDE4. Knoppix-3.6 is the first Linux distribution to ship an integrated FreeNX server (created by Fabian Franz) with the NoMachine NX Client."

67 of 404 comments (clear)

  1. Educate me. by Limburgher · · Score: 3, Insightful

    Is this on top of a remote X display, or in place of one?

    --

    You are not the customer.

    1. Re:Educate me. by hummassa · · Score: 5, Informative

      It's a remote graphics protocol based on X11, but with considerably less round-trips, due to aggressive caching on both sides.

      Trying to be more plain:

      imagine the work when you click on a button (exaggerated):

      server: move your mouse position to x1, y1
      client: move your mouse cursor to x1, y1
      .
      .
      .
      server: move your mouse position to x2, y2
      client: move your mouse cursor to x2, y2; highlight button(button 1)
      .
      .
      .
      server: move your mouse position to x3, y3;
      client: move your mouse cursor to x3, y3;
      server: mouse down
      client: display pressed button
      server: mouse up
      client: display pressed button (client will now do the ON_CLICK event)

      under NX:

      server: button(button 1) was clicked
      client: does the ON_CLICK event

      --
      It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
    2. Re:Educate me. by ahfoo · · Score: 4, Informative

      I think the app has to be NX-aware for it to work, however...

      I don't think you're right on that point. I downloaded the Knoppix3.6 iso with Bittorrent almost a week ago and I've been using Fabian's NX server the whole time since then. It gives you everything you get in a regular Knoppix KDE desktop. You can burn DVDs using K3B from a machine in another room among other things I've been doing lately.
      I just wish there was some way to make it work at boot time so I could ditch my KVMs.
      I did see that small /. thread on hardware IP KVMs the other day though. Sounded great, but I don't have one to play with. But hey if KVM over IP works for hardware, why not software. Sounds crazy, but you never know.

    3. Re:Educate me. by afidel · · Score: 2, Interesting

      I guess this could actually be integrated into network boot roms and add a new differentiator to the innovation stagnent NIC ASIC market.

      The already have those, they are called lights out management units and they are available from every major server manufacturer. They sit in a PCI slot and provide network attached KVM style controll over the server regarless of what state it is in (even off).

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    4. Re:Educate me. by hummassa · · Score: 2, Funny

      It gets worse because NX server is an X client and NX client is an X server and vice-versa :-P

      --
      It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
  2. Great! by natron+2.0 · · Score: 3, Interesting

    This should give them a boost in the thin client workstation office enviroment! It would be interesting to see this in action.

  3. Kan we say marKeting? by garcia · · Score: 2, Interesting

    All participants of that BoF left the meeting with a very excited feeling inside. KDE is going to really take on the struggle for the corporate desktops now, with weapons like NX/FreeNX aboard...

    Are they inferring that corporations are all going to finally move to the thin-client type computing that was hyped 10 years ago? I still really doubt that it's going to happen as people are so entrenched in their current mode of deploying applications. MS Office still beats KOffice and OpenOffice and unfortunately I really don't think this is going to change that.

    I read through the "interview" (which was more like a press-release-hype-sheet) and I didn't see anything that impressed me as far as non-marketing ad-speak. I haven't seen the source code (and probably won't) but I am confused as to why it must be in Bash scripts and a bunch of libraries. Why can't it just be standard code. I was especially confused by the comment "it's in shell so that everyone can contribute and make our code better." That's odd, I didn't think the Bash code did all that much if you are using libraries of machine code, etc...

    I guess I will wait till someone reviews the actual code in use. Maybe after that they will rename it something less Kish than AKademy, blah.

    1. Re:Kan we say marKeting? by hummassa · · Score: 2, Informative

      1. no it does not.
      2. we (www.almg.gov.br = Minas Gerais [3rd largest economy of Brasil] State House) just switched 700 copies of MSoffice97 for OOo1.1.2; with NO PAIN at all.

      Just do it. Proper training, some care, ok, but just do it.

      []s

      --
      It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
    2. Re:Kan we say marKeting? by Eloquence · · Score: 4, Insightful
      Early this year, c't magazine, probably the most respected German computer magazine, published a quite interesting comparison of office suites. They subjected all of them to a test with very large documents with 140 pages of text, 120 graphics and 240 footnotes. MS Word apparently became less and less reliable as more pictures were added - suddenly they could no longer be moved and aligned properly without destroying existing layout. The tester gave up on Word but managed to do it with most of the other suites (including OO). They also found OO to be on the same level as MSO in terms of functionality.

      Now, many bad experiences people may have with OO are probably related to importing existing MS documents. Even though the filters are pretty good, they are obviously not perfect, and last I checked macros were ignored entirely. However, that is not a fair comparison -- Microsoft would utterly fail it, as they don't have the most basic OO import filter. And the complexity of this problem is similarly high as the one of emulating the Windows API on Linux - you don't just have to get the file format right, you also have to duplicate Microsoft's way of interpreting it, even if it's buggy and/or inconsistent.

      Nevertheless, the developers are always working hard on improving import filters, as it is obviously essential to business migration. OpenOffice 2.0 will have improved filters, and it will also have much better database management with support for databases directly stored in files (as Access does).

      OpenOffice is clearly more performance-hungry than MS Office, although in my experience that is mostly the start-up time. I don't anticipate major improvements in this area. If you're looking for a very slim MS Word replacement, KWord or AbiWord are probably projects worth keeping an eye on. TextMaker, a proprietary package, also exists for Linux. And if you're into DTP, Scribus is quite mature already.

    3. Re:Kan we say marKeting? by Maxwell · · Score: 2, Interesting

      >Do you have the wherewithall to deploy and >crosstrain your users?

      I am not sure the cross training is a factor.

      I work in a perpetually cash strapped industry.

      One of my clients did a 'study' (not scientific, but they spent a few weeks on it, with 12 people) on the migration costs from Office 97. Half the gorup migrated to Office XP and the other half migrated to OO1.0 (pretty sure it was 1.0, this was in early 2003)

      They found it was easier for the end user to migrate to OO then to Office XP. Lots of confusing stuff in XP and many changes just for the sake of changing. They also scored exactly the same on the document migration process - yes XP wouldn't always get an O97 word doc right!( The spreadsheets worked 100% in XP, not very well in OO.)

      They went to XP, MSFT gave them a ~$21/seat deal because they are a non-profit. Part of the deal was they had to buy a license for every seat, whether it needed Office or not. Sound familiar?

      It's not a training issue as 97 and XP are APPARENTLY just as different as 97 and OO

      JON

      P.S. small study. meaningless. I know. But think about it...

  4. So... by stratjakt · · Score: 3, Interesting

    This is PCAnywhere for linux?

    I run sessions over shit dial-up connections, like 16.8kbit or so, and the responsiveness is decent. If I get a full 56.6 connection, it's really good.

    I know we cheerlead for OSS around here, but is this a brand new amazing wonderful thing, or just another VNC protocol? And does KDE need more stuff? The K is for "Kram it all in!"

    --
    I don't need no instructions to know how to rock!!!!
    1. Re:So... by Doctor+Crumb · · Score: 4, Insightful

      PCAnywhere for linux is called X11. It's been around for years and years, this is just KDE taking advantage of a protocol to speed that up.

    2. Re:So... by Com2Kid · · Score: 2, Interesting
      • RDP is decent


      Decent my ass, over a 1MB down 256Kbit up cable modem connection, RDP blows massive chunks.

      Type

      Wait wait wait wait

      Type

      Wait wait wait wait

      Click

      Wait await wait wait.

      Horrid.

      Heavily JPEG compressed VNC isn't much better.

      RDP over a 10mbit LAN? Still a bit jerky, but at least usable.
  5. Wait isn't open source supposed to only copy by number6x · · Score: 2, Funny

    Wait isn't open source supposed to only copy already existing closed source technology?

    How dare they be innovative.

    Next thing you know linux will have a measurable and growing market share.

    Then software like apache, eclipse, and jboss will be used in enterprise applications.

    Oh, wait...

    Never mind!

    1. Re:Wait isn't open source supposed to only copy by number6x · · Score: 3, Interesting

      The post was really a feeble attempt at humor, but since you bring it up...

      What I've read about NX is that it is more like x11 than it is like a VPN. Linux does have several VPN implementations to choose from, but NX is really a lightweight windowing client / server protocol.

      Microsoft might have tried something like this back in the Win 3.11 days, but all they did there was make some of the office products client / server capable. After the shift to NT based os's, and their move to a peer to peer network, I think that they pretty much closed the door on something like X11 or NX (that's not a criticism, going client server has as many issues as going peer to peer, just different ones).

      Besides, as Microsoft has shown us innovation is for losers. Winners let the Apples and Suns of the world innovate. Then the winners merely implement the stuff when it becomes a common standard. That way you don't waste time and money on R&D.

  6. How possible by elgatozorbas · · Score: 2, Insightful

    How can you transfer a browser's contents over a 40kB line when its own internet connection can be a lot higher?
    Z

    1. Re:How possible by IvoryRing · · Score: 2, Informative
      I'm going to give you the benefit of the doubt and assume you can't really see any way this can work:

      • Image representation that is more space efficient than the source. For example, someone uses 2000x2000 GIF file but sets the size on the IMG to be 200x200 (There are people that do this to 'precache' in case you want to look at the full sizes - no it isn't very helpful, but it happens) - resampling that down before sending it will send a lot less data. Also, on a page full of JPGs, if I am willing to waste CPU cycles, I can always recompress them to lower quality. I may, as the viewer, be willing to make the quality tradeoff, but others on a full speed connection don't have to suffer with it (as they would if the page author down-sized)
      • Bloated HTML. There can be tons of junk - either intentionally (think spammers attempting to get around word matching) or accidentally (certain HTML writers are really much more verbose than they need to be - for example, explicitly listing out every option to a tag even when the defaults are what you want; also it isn't unknown to see two or three different blocks of scripting to handle different browsers)
      • Significantly long pages. If a page contains 30 screenfulls (yes, poor design, but that doesn't mean it doesn't happen - remember that you have no control over the source) but everything I need is on the first two (or first and last), there is no real reason to send all 30 pages to me.
      • Other reasons where the source material is significantly more data than the resulting rendered text
      Obviously this doesn't always work, but in many cases it can work very well.
  7. Been there, done that by xcomputer_man · · Score: 4, Interesting

    Evas-based apps (including the upcoming E17 window manager) perform extremely well over remote X connections, using traditional Xlib. I have tested this myself, over remote connections Evas-based apps are at least 10 times more responsive than GTK/QT apps, using the same traditional X11 connection. Evas is designed to minimize roundtrips to the server so everything gets drawn the first time. And there's a new canvas server in CVS called Evoak that allows remote canvas sharing among applications, complete with gzip compression etc....NX probably won't even be able to touch it performance wise.

    1. Re:Been there, done that by xcomputer_man · · Score: 3, Interesting

      Does that works for any random X application without modification ?

      Apparently you weren't even reading. I said "Evas-based apps".

      And while NX is still a hack that attempts to get around the problem of poor network performance for X11 apps (by wrapping/translating X calls with its own calls), Evas solves the problem directly by making efficient use of Xlib and eliminating unneeded roundtrips. Evoak, the shared canvas goes even further: the host canvas is running on the same machine as the X server, and clients connect to Evoak (which has a much leaner protocol, supports compression *and* encryption) rather than to X. This is the kind of technology that could make running remote X apps on your cellphone possible if resources were available to implement it.

      If you want to find out more go read http://enlightenment.org/pages/systems.html.

  8. thin clients revisited by cjsteele · · Score: 5, Interesting

    My employer had previously deployed 2,000 modified NetBSD thin clients from IBM that ran off of 200+ Linux boxes that provided the OS, print and storage facilities, but let the thin client do the grinding on the apps... only difference here is that the thin client doesn't grind on the data, just renders screen shots. Fact of the mater is, both approaches are highly manageable ways to provide low-cost computing to the masses...

    --
    "This above all, to thine own self be true" :x!
    1. Re:thin clients revisited by tmasssey · · Score: 2, Interesting
      Workspace on Demand.

      IBM had, what was to me, the best thin-client system on the planet. It was heavily OS/2-based, but there was a version for Windows as well! (First link above). Full fat clients running full fat operating systems, but served, managed and administered from a central server. Hardware dies? Use a different computer: get the same operating system, environment, etc. Roaming user? Get *your* OS from any computer. Need to deploy an app to 1000 users? Install once, and drag and drop an icon. Done.

      To me, *that* is Network Computing. Not glorified VNC to a single computer...

  9. Re:Not Any Time Soon by dago · · Score: 3, Informative

    Warning : Acronym Collision

    The correct moderation to apply to the parent post is either "Offtopic" or "Funny", the latter being more my choice

    Quick karma whoring :
    - AMD NX : No Execute, prevention of buffer overflow (stupid webpage here, search google for AMD NX)
    - nomachine NX technology (website), which is, functionnality-wise, the sucessor of VNC

    --
    #include "coucou.h"
  10. Wow! Innovation! by Phat_Tony · · Score: 4, Funny

    Soon, maybe they'll invent "dumb terminals" that run all their programs off a central, "mainframe" computer!

    --
    Can anyone tell me how to set my sig on Slashdot?
  11. I don't believe by Snaapy · · Score: 2, Insightful
    into a 40 KBit/sec modem connection without losing responsiveness for the user experience.

    I'd like to see any responsive image data over 40 Kbit line. Let's imagine some icon takes 64x64 pixels and is crunched to 4KB compressed. It still takes 0,5 seconds per an icon to load. Opening a start menu, waiting... please be patient.

    Anyone who have surfed on a modem knows it's far from real-time responsiveness.

  12. Edumacation right here. by UnderScan · · Score: 4, Informative

    Introduction to NX technology
    A brief introduction to NX motivation and technology
    This document outlines the background and the design decisions that guided NX development. It explains why NX is different from similar technologies and states the goals the NX project is set to pursue.

  13. Re:How's that different from how things work now?? by codepunk · · Score: 3, Interesting

    Have you actually tried a connection using NX? I have and I can tell you that is damn responsive remote x even over a slow link. I run 400 remote x terminals on a lan and it is not much use for me but if I needed to support road warriors I would not hesitate to use it.

    --


    Got Code?
  14. Yay, another overloaded acronym.... by Xentax · · Score: 4, Funny

    I know we're running out of possible acronyms that don't already stand for something, but releasing two new 'overloads' for an acronym almost at the same time sucks.

    (If you're wondering, we have this NX client software, and the NX 'No-eXecute' flag on CPU's to help contain the threat posted by stack and heap overflow vulnerabilities)

    We're running out of TLA space a lot faster than IPv4 space. Not as big a deal, I know, but just wait until companies start trying to brand/trademark acronyms or initialisms (for the purists out there) when there's already existing meanings for their choices...

    Xentax

    --
    You shouldn't verb words.
  15. Microsoft had this for years :-) by melted · · Score: 3, Insightful

    You can do RDP over analog modem and things are pretty darn snappy. And you could do this since Windows NT4 Terminal Server edition. Remote desktop comes stock with NT OSs since Windows 2000.

    1. Re:Microsoft had this for years :-) by omega9 · · Score: 3, Informative

      To clarify the parent a little,

      The client side comes stock on NT, 2k Pro and Server*, XP Pro and 2k3 Server*. However the MS RDP client is downloadable for free from their site.

      The server side only comes stock on NT,2k, and 2k3 Servers, not the workstation OSs. And even then, you have get a single "stock" license, so no more than one connection at a time unless you shell out some bucks.

      --
      I'm against picketing, but I don't know how to show it.
    2. Re:Microsoft had this for years :-) by slittle · · Score: 2, Informative

      Um... remote desktop client and server is definately in XP Pro (along with remote assistance). Of course it's only good for one user at a time (I assume this is an artificial limitation). What comes with the Servers is likely the full dealie that allows multiple concurrent desktops.

      --
      Opportunity knocks. Karma hunts you down.
    3. Re:Microsoft had this for years :-) by ByteSlicer · · Score: 2, Interesting

      I assume this is an artificial limitation

      Indeed, the winlogon process does an RPC call to the termsrv module to check if an additional connection is allowed. Termsrv is statically linked to the licensing module. Some beta versions op SP2 enabled multiple connections. More specifically, replace \WINDOWS\SYSTEM32\TERMSRV.DLL with version 2.1.2600.2055 (find on internet, replace in command line safe mode) and the registry key below to enable it (Requires Windows XP SP2 (RC), fast user switching, non-empty user passwords).

      [HKEY_LOCAL_MACHINE\ SYSTEM\ CurrentControlSet\ Control\ Terminal Server\ Licensing Core]
      "EnableConcurrentSessions"=dword:00000001

  16. Re:Not Any Time Soon by Anonymous Coward · · Score: 5, Informative
    NX will be useless until a sufficient portion of programs support it.

    You are completely right in that, mate!

    However, please take note of the fact that virtually all (meaning 100%) of all X11 programs already support it. I have used NX successfully with KDE (each single damn program of the lot), GNOME (most of their programs -- I have abandoned GNOME as my default desktop a year ago), ICEwm, OpenOffice.org, Acrobat Reader, Mozilla, Firefox, Abiword, and a bunch of others. They all worked.

    The reason is simple: NX uses the X11 protocoll (which each X11 program uses) and translates it into its own NX calls to bridge the remote link distance. After the bridging, it re-translates it into X11 and, voila!, the local X-server displays the X app's GUI without a hitch...

  17. Teacher (aka non-commercial Tutor) here. by SlashdotTroll · · Score: 2, Interesting

    This is using KDE's widgets; the article does not conclude with any reasonable technical confrontation of the X11 protocol. The feature is KDE can be used to minimize the Xlib transport layer by using only widgets. It is a verry impressive feat, the general purpose of X11, but this is using KDE libraries which are slowly demanding more system resource overhead just to run. The largest gripe I have with KDE is it is more difficult to jump between KDE widget context and Xlib context. I've been able to program using Xlib and Xtk for the past 4.5 years and all the bloat in KDE is justified, but I fear X protocol will slowly be over-ruled to accept legislated features previously extensions. X is meant to be a verry quick drawing canvas for low-bandwidth connections. Next thing you and I will know is they will be calling it XKDE or XGNOME.

    --

    I am the nightmare of nightmares.

    1. Re:Teacher (aka non-commercial Tutor) here. by misleb · · Score: 4, Insightful

      X was doing it years before Microsoft in a much more modular and flexible way. KDE/NX is improving on that, not imitating Microsoft. Terminal services require you to pull a full desktop from a remote server. X allows one to pull individual single applications that display as if it were running local. WAAAAYYYY better than Terminal Server IMNSO.

      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
    2. Re:Teacher (aka non-commercial Tutor) here. by eean · · Score: 4, Informative

      I'm pretty sure the parent is BS or I just can't read what its saying. NX takes the X protocol and uses various caching and compression methods to make it more efficient. Unlike VNC which essentially takes a picture of you desktop and sends that, so its easy to see why NX works so much better. It is desktop environment anogistic more or less The client and whatnot I think are written using KDE widgets for the config menu, it uses artsd for sound. The folks developing the Free version are KDE people, thus its under the KDE category. But the server certainly doesn't know anything about KDE or Gnome or whatever, it just deals with X.

      X when using xeyes, xconsole and twwm might be a quick bandwidth-efficient drawing canvas... but it isn't with any modern program, thus the need for something like NoMachine.

      Why do you want to mix KDE and Xlib? Folks developing KDE don't even use Xlib, they leave that up to Trolltech. The only program I can think of thats still developed (sure there are others) and uses Xlib is the mplayer GUI, and I think everyone accepts its a POS, it mixes xlib and GTK last I heard. I just use mplayer from the console, sometimes with one of its KDE frontends.

  18. Re:Not Any Time Soon by LnxAddct · · Score: 3, Interesting

    I use NX nearly daily. Its just like VNC, just a million times faster and its more clear, so stop whining. NX isn't useless, I've used every desktop program that you can name with it, nothing special needs to be done. I installed the deb with dpkg, added a user, went to work the next day and connected home. Literally nothing else had to be done, it is such an easy setup, I was very impressed. Oh and did I mention, its fast, really fast. I could hardly tell I wasn't sitting at home. Some other cool things you can do with it are printer fowarding and I think something with file transfers, although I haven't used either because I haven't needed to.
    Regards,
    Steve

  19. diff NX LBX? by 4of12 · · Score: 2, Interesting

    How is NX different from the Low Bandwidth X (LBX) extension for the X windowing system that usually underlies KDE and Gnome?

    --
    "Provided by the management for your protection."
    1. Re:diff NX LBX? by leandrod · · Score: 3, Informative
      > How is NX different from the Low Bandwidth X (LBX) extension for the X windowing system

      It works.

      And BTW, it works with anything X11 too.

      --
      Leandro Guimarães Faria Corcete DUTRA
      DA, DBA, SysAdmin, Data Modeller
      GNU Project, Debian GNU/Lin
  20. Re:The wierd thing is... by stratjakt · · Score: 2, Funny

    I was thinking the same thing.

    Seems the answer to make KDE a nice responsive desktop is simple. Get two phone lines, and two modems. Phone yourself, open NX in a gnome session, connect to a KDE session. Hooray!

    --
    I don't need no instructions to know how to rock!!!!
  21. Not only MS, but Citrix too... by Vexler · · Score: 2, Informative

    An earlier poster replied that Microsoft has had this for years by using RDP. That configuration is not bad, but I would say that the Citrix ICA/IMA architecture has that beat, and more. (ICA/IMA is better at handling burst traffic, and compression is more efficient.)

    My company deployed more than twenty-five thin clients in addition to many PC-based virtual sessions that allow the back-end servers to do the number crunching. Each thin client session uses no more than 7-8 Kbps to maintain screen updates, and responsiveness is limited only by the capabilities of the servers and the network bandwidth available.

  22. Imagane an OpenMosix cluster of these. by LWATCDR · · Score: 2, Interesting

    No really if it could be used like a terminal sever with an openMosix cluster it could be very nice. You need more power you just add more CPUs to the cluster.

    --
    See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    1. Re:Imagane an OpenMosix cluster of these. by stratjakt · · Score: 2, Informative

      Mosix won't migrate any processes that access local files, share memory, etc.. So in practicality a mosix-based application server wouldn't be terribly useful.

      It would be pretty cool, though.

      --
      I don't need no instructions to know how to rock!!!!
  23. This Statement Is Not Supported By The Article by Master+of+Transhuman · · Score: 4, Informative

    "They claim to be able to cram a fullscreen KDE session -- KMail for mailing, Konqueror for file management, Mozilla for web browsing and OpenOffice for word processing -- into a 40 KBit/sec modem connection without losing responsiveness for the user experience."

    No, they do NOT. The interviewed persons state that a responsive NX session requires a 40kbps link, and about 25MB of RAM. This allows you to run a KDE session remotely and also allows non-KDE apps like Open Office to run remotely.

    They do NOT say that you can cram ALL of those programs SIMULTANEOUSLY INTERACTING into that 40kbps.

    Obviously they mean you can interact with all of those programs over that link - one program at a time, switching between programs, just like any other remote-control software.

    They estimate that a modern PC with 1GB of RAM and a 3GHz CPU could support 25 simultaneous fullscreen KDE remote sessions, crapping out at 35 sessions.

    As for usefulness of this technology, they list at least nine scenarios and benefits of using it.

    One of which is that it eases Linux adoption on the desktop by allowing Linux clients to access Windows apps running on Windows servers and vice versa, thereby allowing companies to migrate from Windows to Linux at their own pace and not forcing them to find equivalent Linux programs for various Windows-only mission-critical programs. In other words, migration doesn't have to be all or nothing.

    Is this too hard for ./'ers to comprehend?

    --
    Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    1. Re:This Statement Is Not Supported By The Article by archeopterix · · Score: 2, Funny
      Is this too hard for ./'ers to comprehend?
      Short Answer: Yes.
  24. If this works... by HangingChad · · Score: 2, Insightful
    ...it's a Windows killer. I know, I know people have been saying that for years. But look, at the pace of development and innovation in Linux v Windows. Okay, maybe a killer, but it will most definitely be a nudge toward nitch market status for Windows.

    Now that Shorthorn is starting to look like XP Rebloated, 5% of companies are contemplating a complete switch to Linux and 36% are considering some type of OSS introduction, this could push quite a few more over the edge.

    Great idea.

    --
    That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage
  25. Replacing Thin Clients by Bravo_Two_Zero · · Score: 3, Interesting

    It's interesting, but until there are thin clients (no, not the roll-your-own-with-old-PCs variety) that support the protocol, it's a hard sell in a lot of environments. M$ Terminal Services is a pain, and isn't cheap, but we can deploy thin clients with ready RDP sessions in addition to VT220 and tn5250 emulation (including passthru printing). I could do all that with a PC running *nix, but the PC hardware isn't a book-sized device that churns away happily in a dusty warehouse.

    It's not a knock by any means. I'd love to centralize the client apps and just serve sessions over 40kbps. But even that is a little expensive over a 128/256kbps frame relay connection. It's nice. It will be useful. But doesn't sound like something to adopt in a real, low-bandwidth, network computing environment at the moment. I'd love to hear that I'm wrong and missing the point, because I'd *love* to replace MS WTS as well as local PCs in our warehouses.

    --


    Amateurs discuss tactics. Professionals discuss logistics.

  26. Re:Not Any Time Soon by asoap · · Score: 2, Funny
    You forgot NX - Nitrous Express.

    Really it should be NE, but that's not as Xciting.

    -Derek

    --
    Treat me like a marketing stat, and I'll treat your movie like a series of ones and zeros
  27. Another entry in the central vs. distributed power by CFD339 · · Score: 5, Interesting

    ...fight that's brewing. This may be the linux entry.

    IBM is pushing toward a new (centrally managed and provisioned) eclipse based rich client (aka browser on roids) to talk mostly to its workplace portal (aka websphere with portlets)

    Microsoft is pushing the other way with a more complex workstation model and an enhanced "user controlled" sharing place via sharepoint portal,

    Linux desktops have, generally, been trying to mimick Microsoft stuff but with secure, stable applications....(e.g. open office)

    Now, a KDE may become a player in the rich but centrally managed client space.

    Interesting.

    Clearly there is a place for centrally managed rich client -- think live of business stuff that at one time was managed through the 3270 terminal. The browser has proven it sucks for that kind of thing, but this trend toward a semi-open or open rich client replacement is going to be the thing to watch.

    Line workers are going to use this stuff (IBM's or something like it -- this KDE version could be it too). The big battle will be for how corporations manage knowledge worker desktops. Will it be a Centrally controlled rich client, or a traditional powerful workstation with sharing tacked on.

    It seems like Linux based machines are likely to have a horse in both races.

    --
    The problem with quotes on the internet, is that nobody bothers to check their veracity. -- Abraham Lincoln
  28. Adding to my own post:Replacing Thin Clients by Bravo_Two_Zero · · Score: 2, Insightful

    I should clarify. I have seen this:

    RDP and RFB Foreign Protocols

    NX accessibility and remote computing capabilities are not limited to Linux desktops and servers. NX encapsulates and translates into X protocol the Remote Desktop Protocol used by Microsoft Windows NT/2000 Terminal Server Edition and Citrix Metaframe, and Remote Frame Buffer, the protocol used by VNC, another Open Source remote computing facility, available numerous different operating systems.

    Although NX compression offers the best performances when running native X applications, RDP and RFB sessions can be compressed by a factor ranging from 2 to 10. NX support of foreign protocols provides further advantages. Firstly, it extends its reach to virtually any computer and secondly, NX offers to the user a unified view of any application resource available over the Internet. ...so I might be a total darsh. But I still haven't been able to find an answer on the nomachine.com site as to whether that means it works with RDP clients (I think likely not), or that it serves RDP sessions via the X protocol (yeah, that's my guess).

    --


    Amateurs discuss tactics. Professionals discuss logistics.

  29. Re:Two words... by BrookHarty · · Score: 2, Interesting

    bull...shit

    Remote desktop is faster than TightVNC over a modem, but TightVNC just uses enhanced compression compared to VNC. LBX doesn't work over large latency high bandwidth links.

    I've always suspected that if someone took the time to figure out how to do X-windows with better compression and client-server model, you could compress it down to a much better experience.

    Back in the good ole text days, people wanted to do RIP grafix, and started using 64 or 128 bit numbers to pattern match and speed up graphics. Then there was a time people tried to use fractal compression to speed up photos over the web. (OR something even older, RLE graphics over 300 baud)

    There are many methods that can be expanded and combined to make a low bandwidth, high response session. Maybe trading color for speed, a monochrome experience that is fast is better than a slow true color display.

    Saying it can't be done is incorrect, there are many methods. Not sure if todays programmers even know of these methods, or have experience in low bandwidth situations.

    It can be done, will it? With people getting more high speed connections, optimizing is a thing of the past. Same goes for video games, they come on DVD's and/or multiple CD's. The only place you see true optimization is the demo parties, 64K demos with extreme amounts of content. 64K would stream over a 28.8 modem in a flash.

    My idea was use a server-client model, using content updates with a highly compressed pixel line in 1 byte patterns, widgets are cached, and text streams are compressed.

    Not exactly sure how NX is speeding up RDP, other then widget caching, the articles appear to be slashdotted already.

  30. Re:It's a "thin client"; it replaces nothing. by MindStalker · · Score: 3, Informative

    NX isn't so much thin client as it is remote desktop over slow connection. Think connecting from home or other slow connection to your work computer and give it jobs to do. While this application may lower bandwidth for existing thin clients. Its not the real drawl.

  31. Re:How's that different from how things work now?? by chill · · Score: 4, Interesting

    Network clients are the future. Things like NX, JDS, Citrix and the like are massivly deployed in the corporate world.

    As an administrator, I love the centralized configuration. The ability of a person to move from their office to a conference room and pop right back into a session is fantastic. Add the ability to enter a session from home or a VPN tunnel and it is really useful

    In the office, that means many people can use inexpensive PC's or thin clients and get everything but 3D. Maintenance is a breeze, since I don't have to install whole bundles of software per machine or tweak up Ghost images it saves me time.

    For most of my users, it makes things easier. They can access their work and stuff from anywhere. The network is either switched 100-base or in some cases switched 1000-base, so there is NO LAG in loading/saving data or running programs. Hell, stuff loads/saves FASTER through Gig-E to our SAN than to a desktop IDE drive!

    An NX Server behind the firewall that I can tunnel to gives me a gateway to every PC in the building via translated RDP (Windows) or VNC. AND it seamlessly encrypts the sessions (unlike VNC). All I need is one hole in the firewall for the NX server, instead of one per VNC box. (Yes, I could tunnel VNC over SSH or stunnel, but that is a pain in the ass and NX is so much easier.)

    And if KDE 3.2.3 or 3.3 is slow on your stated config, then something is wrong. Spend an evening and compile your own version w/P4 optimizations and remove the excess items you don't use. It should scream.

    --
    Learning HOW to think is more important than learning WHAT to think.
  32. Re:How does it work? by be-fan · · Score: 5, Informative

    NX is a compression and caching layer on top of the X11 protocol. It takes the basic X protocol and performs compression of protocol requests, caching of server responses, compression of images, etc.

    --
    A deep unwavering belief is a sure sign you're missing something...
  33. Belongs in SSH by Effugas · · Score: 5, Insightful

    NX really needs to be ported to into OpenSSH as an optional compression module for its X Forwarding component. That way, there's literally nothing more than:

    ssh -X user@host ...and if both client and server support NX, things just fly.

    --Dan

    1. Re:Belongs in SSH by Effugas · · Score: 3, Informative

      Yeah, but this is OpenNX encapsulating SSH, rather than SSH encapsulating OpenNX. The latter is, architecturally, the most simple and straightforward way to deploy NX.

      --Dan

  34. Re:How does it work? by Abcd1234 · · Score: 5, Informative

    It works at the X protocol, rather than frame buffer level, which allows it to perform optimizations that VNC cannot. It also doesn't require a special graphical client... NX acts as an X protocol proxy, so your remote app displays locally like any other X application (as opposed to being contained in a separate desktop within a VNC session).

  35. Re:How does it work? by Alien+Being · · Score: 2, Informative
  36. Re:How does it work? by xybe · · Score: 2, Insightful
    From their site: NoMachine has developed exclusive X protocol compression techniques and an integrated set of proxy agents that make it possible to run complete remote desktop sessions, even at full screen, using narrowband Internet connections, at speeds as low as those offered by a 9600 band modem.

    They use X at the base and add further compression and network optimization. In fact they make it work on top of VNC and RDP

    Not too shabby

  37. Anyone else remember GraphOn terminals? by PythonCodr · · Score: 2, Informative

    ... or am I the only dinosaur who remembers these?

    GraphOn made this really sweet line of X terminals that allowed you to split the X server between the remote workstation server and the the display/mouse/keyboard. I was lucky enough to have one of these at home, and it was very zippy ... at 9600 baud I could run an X display that was darned nice to have a full X display at home while my VaxstationII sat at work. Later versions used better compression and were even faster and more responsive. They used all sorts of tricks with save-unders, display lists, and mouse-overs to keep the actual line traffic as low as possible.

    Granted, that was the late 80's, and X was in its infancy and clients weren't as feature rich as they are today (The web? Oh ... that thing that's going to replace archie, wais, and gopher...), but it worked just fine for what we used them for. Even at 2400 baud, you could use 'em, but you really wanted at 5400.

    Ah ... those were the days, when you could have a 12" X display at home ... 17" if you were really, really lucky. And they screamed at 19.2k! :-D

  38. NX is to VNC by Julian+Morrison · · Score: 4, Informative

    ...as X is to frame-buffer.

    VNC runs an app remotely, displays it remotely, and sends bitmap movie of the display actoss the network. It can't scale, because the server has to do 100% of the work, and because sending bitmap diffs is bandwidth heavy.

    NX runs an app remotely, displays it locally. Only the unavoidable parts of X protocol travel over the network. It can scale well, because the server only does the bit-crunching; the "thin client" draws the display.

  39. Re:It's a "thin client"; it replaces nothing. by bluekanoodle · · Score: 5, Informative
    Not quite. Don't forget the TCO. It's alot easier and quicker to maintain and update a a properly setup thin client soluton serving forty nodes then 40 commodity boxes.

    I switched my company over to citrix and we ended up saving alot.

    1) I could use our legacy pc's in a locked down state as clients. This avoided having to buy new pc's just because our accounting app needed a faster processor.

    2)with centralized administration, we were able to avoid having to hire another staffer to handle support calls.

    3) When a piece of hardware dies, I can replaced it with a QUALITY thin client appliance for a less then it would cost for a QUALITY commodity box. Sure I could buy cheaper no name hardware, but I wouldn't stake my job on it.

    4) Our customized software does not need to be rewritten for different platforms. Doesn't matter if the client is running Windows, OS X, Linux or an embedded OS. they work exactly the same on each platfom. Not kind of the same, not sort of the same, but exactly the same. This saves on training the monkeys, I mean end users.

    We can also provide secure remote access to our data without worrying about whose using what license, and whether their offsite machine is compromised.

    At our current growth rate, we save almost 40% with thin clients over commodity boxes. That's not some number pulled from a marketing whitepaper, that's an apple to apples comparison from our department budget when we looked at both scenarios.

  40. NX works now by rRaminrodt · · Score: 2, Insightful

    NX works now, with the existing X11 apps you already have. That doesn't just include KDE and GNOME, that includes xclock and emacs and acrobat and so on... that includes those oddball legacy X11 programs that you can't reasonably rebuild to support new libraries. I think that's a pretty valuable ability.

    --
    They'll think I've lost control again and leave it all to evolution. -- Supreme Being, Time Bandits
  41. NOT KDE by ajs · · Score: 5, Informative

    Let's be clear. This is not KDE. This has nothing to do with KDE, any more than KDE having an AIM client ties AIM to KDE.

    NX is not toolkit-specific, it's just a way of compressing the X protocol for displaying applications over low bandwith connections.

    That said, the KDE folks are talking about "integrating NX" into their KDE application framework, which would presumably mean having desktop tools that make the use of NX more convinient, and perhaps wrapping some of KDE's out-of-band data into the NX protocol (such as inter-application communication).

    This is all good, but people are missing the mark if they think this is a special way of moving KDE (that is, Qt) widgets across the wire. It's simply not.

  42. Re:Grammar nazi alert by Espectr0 · · Score: 2, Informative
    4 entries found for infer.
    1. To conclude from evidence or premises.
    2. To reason from circumstance; surmise: We can infer that his motive in publishing the diary was less than honorable.
    3. To lead to as a consequence or conclusion: "Socrates argued that a statue inferred the existence of a sculptor" (Academy).
    4. To hint; imply.
  43. Too many hyperlinks in story by vlauria · · Score: 2, Funny

    I hate when people hyperlink every other fucking word in a story they submit. For this post, I don't need links to Mozilla or Open Office to gain more information on the story, it's a fucking nuisence if you ask me.

  44. Rebuttal. Why is that modded up? by zealotasd · · Score: 2, Insightful

    >>NX takes the X protocol and uses various caching and compression methods to make it more efficient.

    I've never read so much arrogance in my life. SlashdotTroll wasn't trolling. You described what SlashdotTroll summarily protested the purpose of the NX server.

    And apparently because SlashdotTroll is throwing around a different dialect of English with *many* keyboarding errors, she/he rebutted your argument under an anonymous post because obviously enough people have modded down the post because the word "Troll" appears in the userID.

    If SlashdotTroll is a troll, then how did you get so on-topic as did the post you replied to and yet you or someone weilded moderator negation with no more merit than declaring "I'm pretty sure the parent is BS or I just can't read what its saying."

    There was a similar story about a Man whom people declared as being the Son of God, and that said man, spoke somthing along the lines of;

    (Acts 9:16);
    "For I will shew him how great things he must suffer for my name's sake."

    --

    Secured Party, Without Prejudice, UCC 1-207: Creditor
  45. Re:Destroying NoMachine's business model by agoliveira · · Score: 2, Informative

    I'm a NoMachine developer and I can say that we (and this includes NoMachine's top managemment) praise and help the FreeNX initiative. Actually, they even have access to our internal mailing list where we discuss the latest plans.
    We believe that FreeNX will help us in the future, not undermine the company.

    --
    Scientia est Potentia