Design Question: Web Services or Servlet?

H

Homer

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
 
C

Chris Uppal

Homer said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top