Slashdot Mirror


User: zarcher

zarcher's activity in the archive.

Stories
0
Comments
6
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6

  1. DB/C JX or DB/C FS on Legacy ISAM Access Methods for Java? · · Score: 1

    From a quick google, it would seem that either

    http://www.dbcsoftware.com/

    or

    http://www.sunbelt-plb.com/

    could provide a solution, though that might depend on the toolset you are using.

  2. Can't resist the imagery... on Microsoft Announces .net · · Score: 1

    Microsoft is casting their .NET, ensaring and entangling users in the new millenium.

  3. Re:The results minus the subjective bits... on Red Hat Finishes Last · · Score: 2

    Sorry about the formatting, hopefully this will look better.

    Windows 2000-----------6.72
    Netware 5.1------------9.42
    RedHat Linux 6.1-------6.98
    SCO Unixware 7.1.1-----4.98

  4. The results minus the subjective bits... on Red Hat Finishes Last · · Score: 1

    Since only the first two categories, File Services Benchmark and Network Benchmark, were non-subjective, the results with equivalent weighting (60%-40%):

    Windows 2000 6.72
    Netware 5.1 9.42
    RedHat Linux 6.1 6.98
    SCO 4.98

    Changes the picture a bit, doesn't it. These numbers accounted for only 25% of the total score with the remaining 75% in subjective analysis by Network World. This doesn't necessarily invalidate the final results, but it helps to know that the final results are mostly based on Network World's opinion.

  5. Re:Too many variables on PCWeek "Hack This Page" Cracked · · Score: 1

    >Question- if the same CGI script(s) were running on both systems, why didn't it fail on the NT system as well?

    They didn't run the same application on both servers.

    Here is a quote from a ZDNet

    On each of the servers we loaded similar applications. For NT, we developed a classified-ad engine based on a Microsoft Guestbook application. For Linux, the Labs chose Smart Photo Ads, a popular classified-ad engine for the platform. Both the NT and Linux apps have stored user names, which represent proprietary data and require sites to maintain a secure status.

    They go into other details on the page.

  6. Re: Fragmentation in the Windows world on Fragmentation in the Windows World · · Score: 1

    Win 3.1 is 16-bit code sporting the win16 api. NT in all versions is 32-bit code supporting the always changing win32 api. As for multiuser, win3.1 has cooperative multitasking (not preemptive such as with linux, win9x, or NT).