Developments, news and strategies for drug development specific to phase I through Phase III global clinical trial management, execution, project management and outsourcing. Go→
News, articles and issues specific to clinical trial practice and implementation at the investigative site level. Go→
News, developments and strategies related to eClinical, data management, data collection, ePRO, and more information technology used in the drug development chain. Go→
News, articles and issues specific to laboratories role in the clinical trial, including ECG, imaging, genotyping, tissue samples and more. Go→
News, developments and strategies for clinical trials conduct in relation to the FDA, EMEA and other global regulatory authorities overseeing the drug development industry. Go→
News, articles and strategies related to clinical trial design which impact postmarketing studies, therapeutic areas, adaptive trials, statistics, protocols and more. Go→
In our conversation, I mentioned casually (no, enthusiastically) that I was setting up a Linux server at home. Rather than the question I expected (“What’s that?”) he replied, “Oh yeah, I was thinking of trying Linux out, too. I heard it was easier than the Mac.” My shock was immediately interlaced with the fear and horror of becoming a full-time dedicated Linux Help Desk for the next year or two. On further questioning, it became obvious that he had become enamored with all the talk of Linux in the press, but really knew very little about it. Right then I realized that this was probably a common affliction that some ACT readers may share. And so, this column is about Linux, open source, and their potential in the pharmaceutical industry. What is Linux—and do I want it? If you haven’t asked this question, I hope that someone in your organization or company has. The media attention and hype are based on the significant power and potential of Linux in the appropriate circumstances. Don’t take this the wrong way—I am not suggesting that anybody should move from Microsoft Windows–based servers and workstations to Linux servers. Rather, I am urging that now is the time to understand Linux and appreciate its benefits and risks in planning for the future. It is important for everyone in an organization to have at least a fundamental understanding of the risks and benefits of Linux. As end users, we are all likely to be affected by Linux in the coming decade. To understand Linux, we must first think about operating systems in general, and understand the history of how Linux was developed. Operating systems Computer systems evolved by identifying certain repetitive tasks (reading data on a tape, writing data to a disk) and creating an “operating system” (abbreviated as OS) that handled those tasks. Computer programs running under an OS would still do the calculations, but all the interactions with the hardware would be performed by the OS. As computers became more sophisticated, so did the OSs that they used. The first computers could run only one job or program at once; later OSs managed simultaneous or queued jobs. Eventually, OSs were required to do more and more sophisticated operations, such as interacting with floppy disks, hard disks, printers, monitors, networks, USB ports, CD-ROM burners, DVD readers, and other devices. As you can imagine, a robust OS must be capable of interacting with all of those devices, produced by dozens, if not hundreds, of manufacturers. You may be interested to know that the first Microsoft version of an OS was named MS-DOS, for Microsoft Disk Operating System (now you know!). The prototypical OS consisted of a “kernel,” a “shell,” and related applications. The kernel is the part of the OS that interacts directly with the hardware components, giving them direct instructions. The shell is also known as a command line interpreter. It takes simple, terse single-line statements (for example: dir *.doc) and translates them into complex instructions to the kernel. The result of the aforementioned DOS command would be a listing of all MS Word documents in the current directory. The command line interpreter in MS-DOS is incorporated in a single file, known as command.com—see if you can find it on your computer (but do not delete it). Programs running under a modern OS can operate through the shell, or can interact directly with the kernel for OS functions. The final components of an OS are related applications such as the format command in MS-DOS, or the simple text editor Emacs that is included with MS-DOS (and other OSs, including Linux). These applications perform some of the core functionality required in an OS, and operate much like a program—through the shell, directly to the kernel, or both. Although very powerful, the use of command lines requires a certain amount of commitment and computer sophistication—something that not everyone is willing to work to develop. To improve the usability of the computer, a graphical user interface (GUI) was developed—first by Xerox, then Apple Macintosh, and eventually Microsoft Windows. The GUI creates a more intuitive, easier method for performing OS operations that appeals to less sophisticated users of computers. Almost every OS today includes a GUI, especially for workstation and desktop users. Linux emerges The GNU (meaning GNU’s not UNIX) project was conceived and launched in 1983 by MIT Professor Richard Stallman as a completely free, open source OS. The components of the OS were created by software developers all over the world, replicating, borrowing, and extending many of the functional features of the commercial UNIX system. The result, in 1990, was a fully featured OS that had a complete shell and OS applications, significant added functionality through applications and programs, but was missing the key component—an open source kernel. The requirements for a UNIX kernel were made publicly available through a UNIX standard effort, named POSIX. POSIX began in 1985 as a means to bring together the many different versions of UNIX that had developed. With GNU and POSIX, the stage was set for the emergence of Linux—which in its most fundamental form was the UNIX-like kernel that GNU was missing. The Linux kernel was written by a hacker from Finland named Linus Torvalds (see Linus’s First Steps box), and announced to the world unceremoniously in 1993 in a Usenet group (like a bulletin board) posting. He named the kernel Linux (of obvious origin!). With a host of assistance from volunteer developers Linus brought the GNU shells and tools to the Linux kernel, creating the first completely free, open source UNIX that conformed with the POSIX standard. Within a short time Torvalds had released the UNIX-like kernel to the public, through the GNU foundation, which along with the GNU tools and shells composed a complete UNIX-like operating system, also referred to as Linux. At first Linux was very much like MS-DOS; a command line OS that closely replicated the user interface and functionality of UNIX. Subsequently, two Windows-like user interfaces have been developed, so that Linux could have a look and feel similar to the Macintosh or Windows. Over the past few years a number of commercial vendors have begun to distribute Linux bundled together with a large number of GNU-developed programs that run the gamut of functionality—from full Word-compatible word processors, to spreadsheet programs, graphic programs, and many, many more. The Linux user has most of the general needs programming tools available to the typical Windows user. The companies distributing Linux (whose names include Red Hat, Debian, Mandrake, and others) are required, under the GNU license, to distribute their software free. They also validate and monitor the quality of the distribution, and sell the software along with support services, including upgrades, security fixes, custom consulting, etc. for corporate users. The goal is to provide the same type of stability and support in an operating system that can be found in the Microsoft or Apple OSs. Why Linux? Linux and related applications are all open source—which means that any bugs or local customizations can be worked on by anyone who is interested. Nobody has to beg, hope, and pray that a software vendor will fix a bug. These benefits have made Linux a very popular platform for Web servers, file servers, email servers, and other network applications. The recent intense efforts are also creating a more high-performance environment for Linux—one that could work on mission-critical data such as genomic databases. The problems with Linux Limited compatibility. Linux may not yet be the ideal solution for the desktop. Although there are several MS Word– compatible Linux word processors, none of them allow the seamless transfer of documents between users to which we have become accustomed. In addition, other programs and applications may not even exist for the Linux environment. Linux desktop users may have “Windows envy” and suffer for it. Open source risk. Open source development has very little control other than that imposed by the developer. Software may be developed without proper methodology and controls. Although the software may have been exposed to thousands of “beta testers,” the particular function that you are interested in may not have been well tested. The quality and reliability of Linux applications—and, for that matter, the OS—is somewhat hit or miss. As discussed earlier, much of the uncertainty is removed by the emergence of commercial Linux vendors, like Red Hat. However, it is still not clear which, if any, of these Linux companies will survive. The risk of committing to one of them, and their particular flavor of Linux, must be considered when deciding to choose Linux for corporate use. Uncertain application support. With some applications, the user is dependent on the loosely tied community that is developing them. If they lose interest or move on to some other application, all support for the abandoned applications could disappear. Linux also tends to lag behind Windows in supporting new hardware for a variety of reasons. Some hardware vendors keep their interfaces proprietary and aren’t willing to develop a Linux interface; in other cases there is just a lag between when the hardware is released and someone in the Linux community decides to write a driver for it. Many of these issues have a single common thread—there is often no commercial entity to hold accountable for the quality, performance, or functionality of Linux and Linux applications. This single fact is often more than many corporations are willing to tolerate. Difficult for novice users. Linux—and this is for my father-in-law—is just not that easy for novices to use. Those who use “wizards” to configure their home computers will find that most everything in Linux requires tweaking in the configuration files of the program. This is beyond the capabilities of most people who are not IT professionals. Pharmaceutical development Because the OS and many Linux software applications are developed by a somewhat independent community of programmers, it is almost impossible to demonstrate adherence to 21 CFR 11 requirements. Although internally developed and commercial Linux software may be produced under these stringent requirements, these will still have to operate under an OS that is developed by, to put it simply, volunteers. The attractive aspects of Linux may well drive some pharmaceutical companies or a consortium of companies to develop a strategy—perhaps one that involves a “validation” of particular Linux OS operating systems. However, this road is uphill, expensive, and fraught with danger. Meanwhile, Linux is here to stay and will be used by more and more companies for important business applications. Until your company installs a Linux desktop for you, I encourage you to do what I did. Take that old, slow computer in your closet, and a set of Red Hat disks (they come included in many “Introduction to Red Hat” books) and install Linux at home. It will seem like you just discovered an alternate universe. Have fun, but please don’t ask me to be your Linux Help Desk!
|
Featured Jobs |