datasource caching scope
Thu, 16 Aug 2007 12:05:29 -0700
Hi, I wanted to know if caching is enabled for a SqlDataSource/
ObjectDataSource through EnableCaching property, is the cached data
available for that particular http session or is it cached for and
used by all the sessions that happen to use the identical T-Sql SELECT
(including with paramater values) ?
will ...
|
how does ado.net SqlDataReader.GetString() know which encoding to read the data into a string as? Does sql sever set this at the column data type level, server wide encoding setting, os encoding?
Wed, 7 Mar 2007 15:12:41 -0800
how does ado.net SqlDataReader.GetString() know which encoding to read the
data into a string as? Does sql sever set this at the column data type
level, server wide encoding setting, os encoding?
...
|
Confused a bit...
Tue, 6 Mar 2007 16:23:05 -0600
I tried this out, I was hoping I could get another say. I
went to this video, and when I clicked at the very end, my cpu started freaking
out. It was actually pretty neat, but it didnt work the second time, can anyone
else tell me if my cpu is screwing up or what? Link : http://one.revver.com/watch/194543 http:// ...
|
My SQL Caching Design causing way too many CacheItemRemovedCallback event triggers
6 Mar 2007 10:53:30 -0800
Hi everyone, I think that I'm not using my SQL Caching Dependency
approach correctly. I use .NET 2.0 and SQL Server 2000. I'm
unexpectedly getting too many events fired for my
CacheItemRemovedCallbacks and I'd like your inputs. I'll provide a
summary of the issue first then some detail that I hope might raise
...
|
Cache File Dependency - File Change Monitor failing to work
Mon, 26 Feb 2007 13:01:42 -0800
We're running a Windows Server 2003 SP1 file server with 4 Windows Server
2003 SP1 IIS6 web servers in a web farm grabbing files over the network using
pass through auth and virtual dirs mapped to UNC paths. We setup file
dependencies there to files in 125 directories (looking in Reflector it
appears that ...
|
.Net 2.0 loading all needed .dll before user hits the website
Tue, 27 Feb 2007 00:31:23 +0800
Hello,
Could you tell me how to load all needed .dll into cache before user hits
the website for .Net 2.0 framework, rather than that IIS loads needed .dll
when users hit the wbsite page?
Thanks a lot.
...
|
ASP.NET 1.1 OutputCache IHttpHandler
Sun, 25 Feb 2007 04:35:05 -0800
This is an ASP.NET 1.1 issue. We have a HttpHandler that does a
Server.Execute to an ASPX page which has output caching enabled.
The directive in the ASPX page is:
<%@ OutputCache VaryByParam="*" VaryByCustom="guestPage" Duration="60"
Location="Server" %>
This works fine in our development and stagin ...
|
|
|
.NET 2 caching problem
Wed, 21 Feb 2007 14:07:48 -0000
Hi everyone,
I've been playing around a little with .NET 2. A tool i'm working on
produces some data in one aspx page, stores it in the cache. Subsequently, a
different page causes the data to be retrieved from the cache, updated and
reinserted with the same cache name (overwriting over the old data). Bac ...
|
Cache File Dependency - File Change Monitor failing to work
Sun, 18 Feb 2007 17:38:02 -0800
We're running a Windows Server 2003 SP1 file server with 4 Windows Server
2003 SP1 IIS6 web servers in a web farm grabbing files over the network using
pass through auth and virtual dirs mapped to UNC paths. We setup file
dependencies there to files in 125 directories (looking in Reflector it
appears that ...
|
Problem of synchonization of TomCat cache
15 Feb 2007 23:49:29 -0800
how can i get the synchonization of Tomcat cache?
i hear about the JMS - java mesage service
is it possible?
any more method can do it?
which is the best method now?
...
|