[jsword-devel] Recent Updates

Keith Ralston jsword-devel@bibletechnologieswg.org
Wed, 14 Aug 2002 14:36:51 -0500


For people that want faster access the next step would be to download books
and indexes as required. This is where URLs could come in.

The URL would give you access to the file for download.  Once local, the
search objects would be working against a local file.

If the searches were run over a distributed connection, the search objects
would be running against text files that are local to them.

I guess I am asking if you plan to run searches across the network (i.e.,
the search objects are loaded in one machine's memory while the text files
reside on another machine's disk system?)

Just curious.  I'll check in my changes this afternoon.

ttfn
rkr

-----Original Message-----
From: owner-jsword-devel@crosswire.org
[mailto:owner-jsword-devel@crosswire.org]On Behalf Of Joe Walker
Sent: Tuesday, August 13, 2002 3:33 PM
To: jsword-devel@bibletechnologieswg.org
Subject: RE: [jsword-devel] Recent Updates



Keith wrote:
> I have written a stock trading application that runs completely in Java.
> The system UI is in applets.  The system delivers live stock quotes and
> performs real time trading.  The GUI only knows how to display and request
> information.  All the processing takes place on servers.  A single 1GHz
> server with 256Mb RAM can handle 1,000 concurrent users.  The system is
> designed to allow n servers to be added to allow for as many users as the
> company has bandwidth and hardware to serve.
>
> We can structure JSword similarly, letting the actual search code run on a
> server and then shipping results to the GUI.  Java does this very well.
> This would give us a lightweight, portable client that has good
> performance.

Yup.
It would be fairly easy to write a SoapBook or a CORBABook etc.

For people that want faster access the next step would be to download books
and indexes as required. This is where URLs could come in.

Joe.