Re: writing files over network

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Phillip Windell (_at_.)
Date: 05/10/04


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
> >
> >
> >.
> >


Relevant Pages

  • Re: [PHP] Where to start!
    ... I want to use PHP to build a site that uses MySQL, ... or should I designs the db and design the site are ... After you decide what you want to gather, then design a flat database to ... store that information. ...
    (php.general)
  • Re: ORM or JDBC?
    ... but to store data as tables of rows. ... If that was not the case all database schemas would be equivalent (and EAV ... On the contrary, those flow from normal design and development processes, and JPA is an implementation tool to connect the two. ... Usually a relational schema for a larger project supports more than one application, e.g., inventory and order fulfillment share data. ...
    (comp.lang.java.programmer)
  • Re: Database design question
    ... The kind of design you are suggesting is going to ... to store information about networking devices that have wildly varying ... And if you are proposing to build a database where you define your database ... > country lookup value, but this is not very likely... ...
    (microsoft.public.sqlserver.programming)
  • Re: design question
    ... I need to store java objects in my oracle database. ... The database shall scale up at least to 100 million objects. ... What design is better A oder B and why? ... format with attributes stored as using the appropriate data type so ...
    (comp.databases.oracle.server)
  • Re: the best pratice to save lot of data
    ... I would probably store the data in a HashTable to make it easy to ... access and use the field ID names as the index field. ... Access database for that as long as you are in a "one" web server as opposed ...
    (microsoft.public.dotnet.framework.aspnet)