473,396 Members | 1,722 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Serving files, what would be the best way?

Hi,

I have to serve TIFF images (scanned documents) stored on an unique server,
clients are likely to edit these images and send them back to the server..
Ideally, the client would ask something like "MemoryStream getImage(int
folderNumber, int pageNumber) and he will retrieve the stream corresponding
to he pageNumberth page in the folderNumberth folder!
Implementing this method in a Webservice (IIS 5.1 + flatcomp (to reduce
bandwidth, doesn't seem to handicap performances a lot, and allows to have a
base64 encoded SOAP response compressed to about the original file size))
has been a good solution but I'm worried about very random response times
(far better once the method is in the cache, obviously)
If I serve through a tcpChannel, it seems better (but it's not as flexible
than a ws)
Another solution would be to serve TIFF images via http or ftp and getImage
would return something like a FTP or HTTP URI, but here again it's not
flexible enough imho...
Also I could make a VPN between our different sites but.....

Any kind of suggestion would be very appreciated, because I've been
shilly-shalling for many days..! :-) If you've understood well, what I'm
most interested in is response time...

Thanks alot !
Benjamin

FU2 : m.p.d.framework.remoting
Nov 23 '05 #1
0 897

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Benjamin Cabé | last post by:
Hi, I have to serve TIFF images (scanned documents) stored on an unique server, clients are likely to edit these images and send them back to the server.. Ideally, the client would ask something...
21
by: Nicholas Sherlock | last post by:
Hey all, People on my website register to be allowed access to certain downloads. I store these files above the document root so that they can't be accessed by Apache (Only from PHP). I wrote a...
3
by: Prash | last post by:
IIS serving javascript files, gives me error 4/21/2006 6:48 AM Guys/Gals, I am using IIS as a server to serve the javascript files. But it is giving me the error as "Object doesn't support this...
2
by: MatsL | last post by:
Hi, I've run into a problem with url rewriter and an .asp page that needs to be accessed. The rewriter is implemented as an HTTP module and the IIS passes all requests to the asp.net engine. Is...
2
by: David T. Ashley | last post by:
I've used Apache with the automatic directory indexes ... works great ... just click on the file name and IE magically figures out how to display it .... if it is a .PDF then Adobe Acrobat runs,...
15
by: Zhang Weiwu | last post by:
http://www.w3.org/MarkUp/2004/xhtml-faq provided a trick to serve xhtml webpage to IE as application/xml I used that trick and now every one of my xhtml webpage have following first 4 starting...
3
by: Sander Tekelenburg | last post by:
Situation: I store news articles as individual PHP files. Each file contains HTML and now and then some embedded PHP snippets. Serving those news articles on the Web works fine, through...
1
by: FeelLikeANut | last post by:
My question is partly a language issue (memory) and partly a Web issue (where the program runs), so I hope everyone will be open to helping. Users may submit and store pictures with my program. I...
4
by: iceanfire | last post by:
On the backend I have a python script that gets two pieces of information from the database: 1. html 2. xml file The javascript is supposed to : 1. inject the html file into a div 2. use the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.