473,406 Members | 2,371 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,406 software developers and data experts.

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
www.bardwells.co.uk 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
Jul 19 '05 #1
4 1752
> 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, behavior
and traffic levels.

A
Jul 19 '05 #2
> 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" <aa***@TRASHaspfaq.com> wrote in message
news:u%****************@TK2MSFTNGP09.phx.gbl...
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,

behavior and traffic levels.

A

Jul 19 '05 #3
Thanks for the lightening feedback guys

Rgds

Laphan

Raymond D'Anjou (raydan) <ra****@canatrade.nospamcom> wrote in message
news:OS**************@TK2MSFTNGP11.phx.gbl...
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" <aa***@TRASHaspfaq.com> wrote in message
news:u%****************@TK2MSFTNGP09.phx.gbl...
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,

behavior and traffic levels.

A



Jul 19 '05 #4

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 <ne**@southeast-florida.com> wrote in message
news:bi************@ID-181477.news.uni-berlin.de...
In news:bi**********@titan.btinternet.com,
Laphan <ne**@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


Jul 19 '05 #5

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

Similar topics

1
by: Christian Luszick | last post by:
hi, I am using output buffering with ob_start and a callback function, which replaces variables like "%var%" with the equivilants taken out of a mysql database. This works well! But I get...
2
by: p2esp | last post by:
Hello, I'm using the xmlrpclib module to contact an XMLRPC server that takes a long time to send results back. My client timeouts. The question is whether there is a way to have an xmlrpclib...
3
by: Fazer | last post by:
Hello, I was wondering what's the best way of setting timeouts when working with urllib2. Thanks,
5
by: Jim in Arizona | last post by:
I'm doing a query on a webproxy log, which is a pretty large table. I'm only doing a query on a single days worth, but could be upwards of 250000 records. Originally I got a timeout error saying to...
5
by: wamatt | last post by:
Subject: SQL server job timeouts? We have a job that uses WinHTTP inside a stored procedure. We have another SP wrapper that runs this for a couple hundred records. When we add this as a job...
0
by: Jason | last post by:
What is the best way to set these timeouts? Should both be the same and what will happen if they are different? Thanks Jason
2
by: mircu | last post by:
Hi, I need a quick solution to make my application behave correctly when one of these timeouts occurs. I have some logic in session_start but when the authentication cookie timeouts the user is...
2
by: Fraijo | last post by:
how can i disable session timeouts without affecting any program codings?
10
by: Zytan | last post by:
I have a TcpClient. I set the read/write timeouts at 1 minute (in milliseconds). I get a NetworkStream from it and confirm the timeouts still exist. I do a NetworkStream.Write() and then a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.