Re: writing files over network
From: Phillip Windell (_at_.)
Date: 05/10/04
- Next message: Mike: "Re: Supply route to VPN clients"
- Previous message: anonymous_at_discussions.microsoft.com: "Re: writing files over network"
- In reply to: anonymous_at_discussions.microsoft.com: "Re: writing files over network"
- Next in thread: Dan: "RE: writing files over network"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 10 May 2004 16:19:55 -0500
Ok. well, I'm not sure what to tell you then. Can you explain the Web
Application's design a little better. This probably won't be the right
group, but maybe we can figure out where you should ask.
As far as networking, if you can sit at one server and simply copy a file
from one machine to the other at the expected speed (using Windows Explorer,
not using your web App) then there is nothing wrong with the network and the
problem is the design of the App.
-- Phillip Windell [MCP, MVP, CCNA] www.wandtv.com <anonymous@discussions.microsoft.com> wrote in message news:b02201c436d2$4d5b2ef0$a301280a@phx.gbl... > Aplogies, my original message was not clear. > > I am not storing files in the database. I am as you > suggest only storing the path in the database and the > actual image on the same box. > > The other box is purely a webserver. > > ? > >-----Original Message----- > >The best thing is to *not* store files in the database. > Just store the file > >at a hard drive location and then just store the Path or > URL in the > >Database. > > > > > >-- > > > >Phillip Windell [MCP, MVP, CCNA] > >www.wandtv.com > > > >"sherman" <sherman@london.com> wrote in message > >news:af2b01c436c8$8d8eed90$a601280a@phx.gbl... > >> hi, > >> > >> i have to machines running windows 2003 sbs. > >> > >> one is a web server and the other is a database > server / > >> datastore. > >> > >> pictures are uploaded via the web server(box1) and > saved > >> to the datastore (box2). > >> > >> the amount of time is takes to write files to box2 is > >> incredibly long, but is does eventually do it. (30 > >> seconds to write 43k). > >> > >> the fils is written via a com+ component. > >> > >> does anybody have any ideas on how i can improve the > >> write time as the users will accept this. > >> > >> (when i save the file to the same box as the web server > >> the write time is instantaneous). > >> > >> please help. > >> > >> thanks > > > > > >. > >
- Next message: Mike: "Re: Supply route to VPN clients"
- Previous message: anonymous_at_discussions.microsoft.com: "Re: writing files over network"
- In reply to: anonymous_at_discussions.microsoft.com: "Re: writing files over network"
- Next in thread: Dan: "RE: writing files over network"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|