[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Netcdf-Java version 2.2 alpha release

This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.


  • Subject: Re: Netcdf-Java version 2.2 alpha release
  • Date: Wed, 17 Nov 2004 14:51:27 -0700

address@hidden wrote:

Hi John,

Great news about the new Netcdf-Java release (congrats)!

One quick question: will the Java API support parallel IO?

Cheers,
Chris

__________________________________________________________________
Christopher Moore                email: address@hidden
Research Scientist, Oceanography                 tel: 206.526.6779
University of Washington/JISAO/NOAA-PMEL         fax: 206.526.6744
------------------------------------------------------------------
Hi Chris:

Thanks!

I think the answer to parallel IO support is no. The new netccdf-4 C library is built on top of the HDF5 library, and so will be able to use the parellel IO there.

The Java library is a complete rewrite, so cant take advantage of existing code. We will be working on some data servers and will probably do some coarse grained parellel IO there, especially for file aggregation. I suspect we will eventually get some pretty good parellel IO there, along the lines of an HTTP server.

However, we dont plan to target high performance I/O applications per-se with the Java library.