Ask a Question related to Coldfusion Database Access, Design and Development.
-
alagukannan #1
How to limit connection in database
Hi,
I have a CFM Page with 2 queries,I need to limit the no of connections
established to the database server..has it crashes by servers.Is there a way i
can limit the no of times a viewer views a page.
I tried limiting the connection in the Datasource as well as cachedwithin .No
use
I need something like a user is shown a cached paged from the server...and
updates whenever the database updates.
Thx
AL
alagukannan Guest
-
Reaching connection limit before it should
I have FMS installed on our live server with a brand new Professional Edition licence installed, currently set up for unlimited bandwidth and up to... -
limit number of concurrent connection
is there a way for me to limit the number of concurrent connections to the media server. my upload bandwitdh is about a meg so having too many... -
Detect connection limit in FCS
We just bought FCS for our K-12 schools to stream audio/video flv's. Our license is only for 2500 concurrent streams. Is there any way to detect... -
How to increase connection limit beyond 40?
I'm having a bottleneck on the maximum number of connections an ASP.NET app can call the same web service simultaneously. The maximum number of... -
Inbound connection limit in XP Home
No. its not possible. Only option is to upgrade to Server OS. Inbound Connections Limit in Windows XP... -
hlevin #2
Re: How to limit connection in database
Al,
consider storing the results of the query in the session scope then do <cfif
NOT isDefined()><cfquery></cfif>. this alone however will not force a re-query
when data changes. But it will deffinitely reduce the load on the database. You
could do the same in the application scope. I am surprised the cachedwithin
didn't solve your problem, it should have cached your query in server memory.
Henry
hlevin Guest



Reply With Quote

