Ask a Question related to ASP Database, Design and Development.
-
Laphan #1
True answer re timeouts
Hi Guys
I've been using text files for Tab-Delimited/ADO/ASP sites so that users can
update and display their products lists through my system with relative
ease.
Only problem is that for the last few months or so, this system has been
generating loads of timeouts. ISP has said that I should be looking to
upgrade my system, as it is the mechanics of it that are creaking under the
strain. My queries are:
a) Which REALLY performs better OLEDB DSN-less or ODBC DSN-less?
b) If I convert the system to use 1 Access DB rather than 50-odd
tab-delimited text files will this REALLY perform better in relation to
timeouts?
To give you some idea of the problems, the site can viewed by going to
[url]www.bardwells.co.uk[/url] and clicking the Product List link.
I just can't understand it because the pages on the whole are very lean and
zippy (esp. ADSL), but its these exact same Broadband users who seem to have
more trouble with timeouts than dial-up ones.
We're not talking Marks & Sparks here, but they do get quite a few visitors.
Any help you can give would be appreciated.
Rgds
Laphan
Laphan Guest
-
#26232 [Bgs->Opn]: in_array produces true when bool true is in haystack
ID: 26232 Updated by: helly@php.net Reported By: me at my dot house -Status: Bogus +Status: Open... -
#26232 [Ver->Bgs]: in_array produces true when bool true is in haystack
ID: 26232 Updated by: iliaa@php.net Reported By: me at my dot house -Status: Verified +Status: Bogus... -
#26232 [Ver]: in_array produces true when bool true is in haystack
ID: 26232 Updated by: jay@php.net Reported By: me at my dot house Status: Verified Bug Type: Arrays... -
#26232 [Opn->Ver]: in_array produces true when bool true is in haystack
ID: 26232 Updated by: helly@php.net Reported By: me at my dot house -Status: Open +Status: Verified... -
#26232 [NEW]: in_array produces true when bool true is in haystack
From: me at my dot house Operating system: Debian PHP version: 4.3.2 PHP Bug Type: Performance problem Bug description: ... -
Laphan #2
True answer re timeouts
Hi Guys
I've been using text files for Tab-Delimited/ADO/ASP sites so that users can
update and display their products lists through my system with relative
ease.
Only problem is that for the last few months or so, this system has been
generating loads of timeouts. ISP has said that I should be looking to
upgrade my system, as it is the mechanics of it that are creaking under the
strain. My queries are:
a) Which REALLY performs better OLEDB DSN-less or ODBC DSN-less?
b) If I convert the system to use 1 Access DB rather than 50-odd
tab-delimited text files will this REALLY perform better in relation to
timeouts?
To give you some idea of the problems, the site can viewed by going to
[url]www.bardwells.co.uk[/url] and clicking the Product List link.
I just can't understand it because the pages on the whole are very lean and
zippy (esp. ADSL), but its these exact same Broadband users who seem to have
more trouble with timeouts than dial-up ones.
We're not talking Marks & Sparks here, but they do get quite a few visitors.
Any help you can give would be appreciated.
Rgds
Laphan
Laphan Guest
-
Aaron Bertrand - MVP #3
Re: True answer re timeouts
> a) Which REALLY performs better OLEDB DSN-less or ODBC DSN-less?
OLEDB. ODBC is being deprecated, partly because it is just a
performance-sucking layer.
It will perform better in relation to just about everything, IMHO. Even> b) If I convert the system to use 1 Access DB rather than 50-odd
> tab-delimited text files will this REALLY perform better in relation to
> timeouts?
better would be SQL Server 2000, MSDE edition. Of course we can't really
say because there are too many other factors; the only way you'll know for
sure is if you test, in your environment, with your typical usage, behavior
and traffic levels.
A
Aaron Bertrand - MVP Guest
-
Aaron Bertrand - MVP #4
Re: True answer re timeouts
> a) Which REALLY performs better OLEDB DSN-less or ODBC DSN-less?
OLEDB. ODBC is being deprecated, partly because it is just a
performance-sucking layer.
It will perform better in relation to just about everything, IMHO. Even> b) If I convert the system to use 1 Access DB rather than 50-odd
> tab-delimited text files will this REALLY perform better in relation to
> timeouts?
better would be SQL Server 2000, MSDE edition. Of course we can't really
say because there are too many other factors; the only way you'll know for
sure is if you test, in your environment, with your typical usage, behavior
and traffic levels.
A
Aaron Bertrand - MVP Guest
-
Raymond D'Anjou \(raydan\) #5
Re: True answer re timeouts
> partly because it is just a performance-sucking layer.
Could have made a great joke but out of respect for the newsgroup, I'm tying
my hands behind my
"Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message
news:u%23O$bMZbDHA.2668@TK2MSFTNGP09.phx.gbl...behavior>> > a) Which REALLY performs better OLEDB DSN-less or ODBC DSN-less?
> OLEDB. ODBC is being deprecated, partly because it is just a
> performance-sucking layer.
>>> > b) If I convert the system to use 1 Access DB rather than 50-odd
> > tab-delimited text files will this REALLY perform better in relation to
> > timeouts?
> It will perform better in relation to just about everything, IMHO. Even
> better would be SQL Server 2000, MSDE edition. Of course we can't really
> say because there are too many other factors; the only way you'll know for
> sure is if you test, in your environment, with your typical usage,> and traffic levels.
>
> A
>
>
Raymond D'Anjou \(raydan\) Guest
-
Raymond D'Anjou \(raydan\) #6
Re: True answer re timeouts
> partly because it is just a performance-sucking layer.
Could have made a great joke but out of respect for the newsgroup, I'm tying
my hands behind my
"Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message
news:u%23O$bMZbDHA.2668@TK2MSFTNGP09.phx.gbl...behavior>> > a) Which REALLY performs better OLEDB DSN-less or ODBC DSN-less?
> OLEDB. ODBC is being deprecated, partly because it is just a
> performance-sucking layer.
>>> > b) If I convert the system to use 1 Access DB rather than 50-odd
> > tab-delimited text files will this REALLY perform better in relation to
> > timeouts?
> It will perform better in relation to just about everything, IMHO. Even
> better would be SQL Server 2000, MSDE edition. Of course we can't really
> say because there are too many other factors; the only way you'll know for
> sure is if you test, in your environment, with your typical usage,> and traffic levels.
>
> A
>
>
Raymond D'Anjou \(raydan\) Guest
-
Laphan #7
Re: True answer re timeouts
Thanks for the lightening feedback guys
Rgds
Laphan
Raymond D'Anjou (raydan) <raydan@canatrade.nospamcom> wrote in message
news:OSfG8QZbDHA.2684@TK2MSFTNGP11.phx.gbl...Could have made a great joke but out of respect for the newsgroup, I'm tying> partly because it is just a performance-sucking layer.
my hands behind my
"Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message
news:u%23O$bMZbDHA.2668@TK2MSFTNGP09.phx.gbl...behavior>> > a) Which REALLY performs better OLEDB DSN-less or ODBC DSN-less?
> OLEDB. ODBC is being deprecated, partly because it is just a
> performance-sucking layer.
>>> > b) If I convert the system to use 1 Access DB rather than 50-odd
> > tab-delimited text files will this REALLY perform better in relation to
> > timeouts?
> It will perform better in relation to just about everything, IMHO. Even
> better would be SQL Server 2000, MSDE edition. Of course we can't really
> say because there are too many other factors; the only way you'll know for
> sure is if you test, in your environment, with your typical usage,> and traffic levels.
>
> A
>
>
Laphan Guest
-
Laphan #8
Re: True answer re timeouts
Thanks for the lightening feedback guys
Rgds
Laphan
Raymond D'Anjou (raydan) <raydan@canatrade.nospamcom> wrote in message
news:OSfG8QZbDHA.2684@TK2MSFTNGP11.phx.gbl...Could have made a great joke but out of respect for the newsgroup, I'm tying> partly because it is just a performance-sucking layer.
my hands behind my
"Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message
news:u%23O$bMZbDHA.2668@TK2MSFTNGP09.phx.gbl...behavior>> > a) Which REALLY performs better OLEDB DSN-less or ODBC DSN-less?
> OLEDB. ODBC is being deprecated, partly because it is just a
> performance-sucking layer.
>>> > b) If I convert the system to use 1 Access DB rather than 50-odd
> > tab-delimited text files will this REALLY perform better in relation to
> > timeouts?
> It will perform better in relation to just about everything, IMHO. Even
> better would be SQL Server 2000, MSDE edition. Of course we can't really
> say because there are too many other factors; the only way you'll know for
> sure is if you test, in your environment, with your typical usage,> and traffic levels.
>
> A
>
>
Laphan Guest
-
Laphan #9
Re: True answer re timeouts
RE: last para, I'm using Tab-Delimited/OLEDB/ADO/ASP not FSO.
My new query on this is, is there any performance issue between using CSV
files and Tab-delimited ones? The user seems to think that the problems
started when I changed them over to tab-delimited, but this can't make a
difference - can it??
Rgds
Laphan
Don Verhagen <news@southeast-florida.com> wrote in message
news:bilrv6$ar2la$1@ID-181477.news.uni-berlin.de...
In news:bilh2u$j6h$1@titan.btinternet.com,
Laphan <news@FrozenMoles.co.uk> typed:
: Hi Guys
:
[snipped..]
: I just can't understand it because the pages on the whole are very
: lean and zippy (esp. ADSL), but its these exact same Broadband users
: who seem to have more trouble with timeouts than dial-up ones.
[...snipped]
Whether they(the client PC) have Dial-up, ADSL, a little mouse, etc really
makes no difference at all since it's the script on the *server* that is
timing out not the *client*.
As far as you're other concerns, a database is almost always more efficent
that reading from text files using FSO and Split.
Don
Laphan Guest
-
Laphan #10
Re: True answer re timeouts
RE: last para, I'm using Tab-Delimited/OLEDB/ADO/ASP not FSO.
My new query on this is, is there any performance issue between using CSV
files and Tab-delimited ones? The user seems to think that the problems
started when I changed them over to tab-delimited, but this can't make a
difference - can it??
Rgds
Laphan
Don Verhagen <news@southeast-florida.com> wrote in message
news:bilrv6$ar2la$1@ID-181477.news.uni-berlin.de...
In news:bilh2u$j6h$1@titan.btinternet.com,
Laphan <news@FrozenMoles.co.uk> typed:
: Hi Guys
:
[snipped..]
: I just can't understand it because the pages on the whole are very
: lean and zippy (esp. ADSL), but its these exact same Broadband users
: who seem to have more trouble with timeouts than dial-up ones.
[...snipped]
Whether they(the client PC) have Dial-up, ADSL, a little mouse, etc really
makes no difference at all since it's the script on the *server* that is
timing out not the *client*.
As far as you're other concerns, a database is almost always more efficent
that reading from text files using FSO and Split.
Don
Laphan Guest



Reply With Quote

