Java

GridGain + Multi-Core processors

GridGain is an open source product written in Java providing a grid computing platform. It is known to be one of the more widely used grid product, certainly, as far as I see, one of the easiest to "gridify" or grid-enable an existing product.

One of the applications of the product is to couple with Amazon EC2 to make a "cloud" computing platform. See Gridgain + Amazon EC2

The widespread use of "multi-core" PCs also means that the product can be used to "parallelise" to take advantage of this increased power.

Tips for improving the performane of Java applications

  1. Use Native Methods: The small amount of overheads caused by JNI is usually outweighed by the improved speed of the native function
  2. Use Buffering on I/O Operations: BufferedInputStream, BufferedOutputStream, BufferedReader, BufferedWriter reduce the number of I/O operations to be performed.
  3. Avoid Creating New Objects: Reuse objects as much as possible. The more objects, the more memory to create/store them.
  4. Use StringBuffer instead of String Concatenations

What did I say then?

Chipset venture will help bridge transition to 3G | SCMP

Philips Electronics yesterday announced a new joint venture to design and licence chipsets that would support time division-synchronous code division multiple access (TD-SCDMA) technology.

In addition, Philips said it expected the chipsets would account for at least 20 per cent of the mainland's mobile-telephone market by 2008.

Johan Pross, chief executive of T3G Technology - a joint venture set up yesterday between Philips, Samsung Electronics and Datang Mobile Communications Equipment - declined to provide the capital or shares held by the three partners.

The company will provide reference designs, hardware and software for TD-SCDMA handsets, which are due to reach the mainland market in 2004. more

Syndicate content