> So, something does exist.
>
> Couldn't tell from the truespectra.com site much about the product.
>
> Got any general info you would share?
>
> Hardware req'ts?
> Software req'ts?

NT or Win2K, lots of CPU and RAM. Runs as a service.


> Performance options available? (load balancing, clustering, etc.)

No clustering built-in, but I'm sure you could do round-robin DNS or some
such.


> To store images do they use:
>
>    Native OS File system and/or database

Native file system, with a pretty slick cache to RAM (you set the % of RAM
to use) that writes itself to disk on service shutdown. An XML document gets
written on the fly to manage the location of all the cached images (various
resolutions, etc.). When a jpg, or gif, or png, or whatever image is served
for the first time, it gets converted to FlashPix format for the cache...
you see a CPU spike when that happens, then subsequent calls for the image
don't even blip the CPU.

> Where are the images stored

As regular files, with a mirror-image cache directory.

>
> Where is the Descriptive info (Title, Caption, attributes, etc.) Store

If you're using FlashPix, that meta-info can be stored in the same file.
Otherwise, you'll need to write your own db/CF management system.

-Ron


> At 10:15 PM -0500 9/15/00, <[EMAIL PROTECTED]> wrote:
> >  > At 8:37 PM -0400 9/15/00, Jon Hall wrote:
> >>  >Err this database already exists...I call it a file system. What
> >>  would you
> >>  >dynamically change in an image? Changing the size of an
> image is already
> >>  >possible via the <img> tag. Changing resolution on the fly
> would require
> >>  >processing power that is way beyond capabilities today, not to
> >>  mention the
> >>  >browsers dont support over 72x72...
> >
> >We integrate the TrueSpectra Accelerate dynamic image server
> >(http://truespectra.com) with ColdFusion for applications like this:
> >
> >   http://lookclose.com/slideshow/Ron/Kaori
> >
> >and the Java applet version:
> >
> >   http://lookclose.com/zoomlet/Ron/Kaori
> >
> >Here's an example of an image URL (watch the line wrap):
> >
> >
> >http://images.lookclose.com:7777/Demo/CrownGraphic/ACloseView.JPG
?wid=200&cv
>t=jpeg
>
>Change the wid value to anything between 1 and 1000, and you'll see how
>quick the image server spits out the right size.
>
>It's not cheap, at $5K per CPU... but it sure performs and caches well.
>
>
>Ron Allen Hornbaker
>President/CTO
>Humankind Systems, Inc.
>http://humankindsystems.com
>mailto:[EMAIL PROTECTED]
----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to