Hi All,
I need to write an application for retrieving small images (<10k but
volume is high) from a remote server (Internally remote; no firewall
between). So basically I am developing an Image Server. This server has
to be capable of getting request (HTTP?) from other computers, find the
requested image and send it back (Stream?). What is the best way doing
such a thing? I have options of using Web Services, Servlet or any
other technology you can think of. Any suggestion?
Thanks in Advance,
Homer
Chris Uppal - 19 May 2006 15:41 GMT
> I need to write an application for retrieving small images (<10k but
> volume is high) from a remote server (Internally remote; no firewall
> between).
What about this /isn't/ an exact match for HTTP ?
If the images are reasonably static then you could even use an off-the-shelf
seb server like Apache.
-- chris