General Development Archive

SciTech Software Announces Release of Open Watcom 1.2

SciTech Software, Inc. today announced that Open Watcom 1.2 has been released and is now available for download from its website. This release contains a large number of new features, product enhancements and several fixes designed to bring Open Watcom to a higher level of quality and compatibility. SciTech, the official maintainers of the Open Watcom project, have also announced the availability of an updated Open Watcom CD, complete with SciTech’s installer for DOS, OS/2, and windows. Support for the update will be handled exclusively through the Open Watcom website.

Nine Language Performance Round-up: Benchmarking Math & File I/O

This article discusses a small-scale benchmark test run on nine modern computer languages or variants: Java 1.3.1, Java 1.4.2, C compiled with gcc 3.3.1, Python 2.3.2, Python compiled with Psyco 1.1.1, and the four languages supported by Microsoft's Visual Studio .NET 2003 development environment: Visual Basic, Visual C#, Visual C++, and Visual J#. The benchmark tests arithmetic and trigonometric functions using a variety of data types, and also tests simple file I/O. All tests took place on a Pentium 4-based computer running Windows XP. Update: Delphi version of the benchmark here.

C coding tip: Self-manage data buffer memory

The C programming language defines two standard memory management functions: malloc() and free(). C programmers frequently use those functions to allocate buffers at run time to pass data between functions. In many situations, however, you cannot predetermine the actual sizes required for the buffers, which may cause several fundamental problems for constructing complex C programs. This article advocates a self-managing, abstract data buffer. It outlines a pseudo-C implementation of the abstract buffer and details the advantages of adopting this mechanism.

Resources for Windows Longhorn Driver Development

For Windows codenamed "Longhorn," Microsoft is investing in the development infrastructure for industry partners, as well as investing in technologies and innovations that continue to expand the PC capabilities and experiences for end-users—including support for advancing technologies such as PCI Express, new storage technologies, and robust advances for both wired and wireless networking. This site provides pointers to technical information for hardware, driver, and firmware engineers who are planning and creating new products that will run Windows "Longhorn."

Whitepaper: Mutexes Battle Priority Inversions

This whitepaper by a veteran real-time trainer David Kalinsky provides an introduction to the subject of Priority Inversions and Mutexes, from the perspective of embedded systems software developers using a real-time operating system. It discusses unbounded priority inversions, including a detailed example. Then it surveys the differences between mutexes and “classic” semaphores, and the use of priority promotion, priority inheritance and priority ceiling protocols. More articles here.

Review of JBuilder X Enterprise Edition

Borland JBuilder X has been touted as Borland’s most significant release in these two years. Building on the stable foundation of the previous releases, Borland JBuilder X Enterprise Edition introduces support for newer application servers, along with enhanced performances and better overall user experience. With JBuilder X, Borland is taking application development into another level. Read on to find out more.

Elementary Computer Graphics: Drawing with Pixels

If you have a promising young programmer in the family, you might want to take advantage of the extra time together during the holidays to teach a little programming. Michael Norton wrote this tutorial for his fourth grade son, and offers it to Mac DevCenter readers and their children. In just seven easy lessons your child can program a fun drawing program ... and I'm sure that will be just the beginning.

Interchange E-commerce App Server Reaches 5.0

Interchange, though not as well-known as other open source projects like Linux and Apache, nevertheless forms the backbone for many companies' technology efforts, large and small. After being absorbed by Red Hat, then cut loose as that company narrowed its focus, its development community has continued to expand the project, and released version 5.0 yesterday. Read the announcement and the release notes. If you need to build a customized, database-driven web application, check it out.