Hi All,

I was hoping to get suggestions on how to implement a multimedia
server for our application.

What we have built is using appfuse 1.9.4 webwork, hibernate and
mysql. Initially what we did was use DNS Round-robin to distribute the
load to 3 tomcat servers( the webapp content is manually copied to
each tomcat servers ). And one of the capability of the application is
users can upload an image and video and be dynamically serve as
content of the webapp. Hence the idea of multimedia server, since we
need a single physical place to write the uploaded content and then
serve from there.

The idea of multimedia server, we were hoping to serve the jsp pages
with this content as a sample...
<img src="http://multimedia.domain.com/banner.swf"/>

This MM server will be mounted as an NFS to the tomcat servers. By
this when the user uploaded new content, it'll be available for the 3
tomcat servers.

Now I wonder if there is a way to cache these MM content from the
tomcat or anywhere else? so that the image server would not be flooded
with requests.

Regards to all,
Richard

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to