Slashdot Mirror


Upping The Softmodem Code Bounty -- To $20,000

Alex Pilosov writes: "I've announced a bounty for completion of softmodem code (20k$) on linmodems-discuss list. If this is successfully completed, we'll have a completely universal driver for any kind of winmodem without any proprietary code which result in all sorts of kernel version problems." Here's the full text of the announcement and conditions.

1 of 234 comments (clear)

  1. Linux doesn't support many modems by SlaveTroll · · Score: 0, Flamebait

    The many Linux shortcomings.

    Before everyone gets upset, please follow me as I outline some of the critical shortcomings in Linux. Firts is the loack of re-entrant kernel threads. The net ffect of this is a poor execution of both multi-tasking on uniprocessor systems and multi-processor systems. In a uniprocessor system the lack of reentrant kernel threads allows applications to control processor time. This cooperative multitasking is ineffecient, and systems intensive. In a multiprocessor box you wind up with an asynchronous multitaksing environment, where processor load is not balanced across the two or more processors. The net result in both situations is that processes take longer to execute. Needless to say, Windows excels at all of these.

    The next is poor execution of asynchronous I/O, which is necessary for efficient communications. In fact, the execution of asynchronous I/O in Linux is quite poor, especially when compared to Windows. When subjected to the Transaction Processing Council's C and D tests, which measure transactions per minute, Linux fares poorly compared to commercial variants of Unix, BSD, and NT. The net result of this is an increased cost of ownership, as the cost of each transaction is much higher than the cost associated with Windows NT.

    Another serious setback for Linux is the lack of a journalling file system. This makes data storage unreliable, and backup and recovery a dicey proposition. SGI said they would port the IRIX file system to Linux, but I haven't heard anything about this yet. However, when you look at the major commercial NOS's, they all have journalling file systems, including Sun, SCO, Windows NT, Banyan Vines, HP/UX, AIX, and Novell. Windows has cleary beaten Linux to the punch here.

    I look forward to watching Linux as it grows up. I do believe it may have a bright future. It just isn't there yet! Too bad I will have to wait many years for Linux to become a viable option in the operating system arena. If I were to believe everything I read about Linux, I would have to assume that it will save the world! Please, let us also be honest and present Linux and all its many shortcomings when you are downtalking Windows.