<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>蛙蛙池塘   - 性能相关</title><link>http://blog.csdn.net/onlytiancai/category/21897.aspx</link><description>提高web程序的性能技巧</description><dc:language>zh-CN</dc:language><lastUpdateTime>Sat, 29 Mar 2008 13:10:58 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>蛙蛙王子</dc:creator><title>蛙蛙推荐:asp提高首页性能的一个技巧</title><link>http://blog.csdn.net/onlytiancai/archive/2005/03/25/330097.aspx</link><pubDate>Fri, 25 Mar 2005 14:14:00 GMT</pubDate><guid>http://blog.csdn.net/onlytiancai/archive/2005/03/25/330097.aspx</guid><wfw:comment>http://blog.csdn.net/onlytiancai/comments/330097.aspx</wfw:comment><comments>http://blog.csdn.net/onlytiancai/archive/2005/03/25/330097.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/onlytiancai/comments/commentRss/330097.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=330097</trackback:ping><description>简单介绍:一般一个网站的首页访问量是最大的,如果您的网站的首页打开的非常缓慢,您的客户将会陆续离开你的网站.通常我们把需要经过复杂运算或者查询数据库得出的数据缓存起来或者生成静态网页来提高web应用的性能,这次我们直接把首页的输出缓存成一个字符串,然后定时更新,即照顾了性能,又不影响首页的时效性.这里用到了一些VBS自定义类,Application对象,XmlHttp对象,adodb.stream对象的一些东西,相关知识大家可以查资料了解.
最好让这个页和你要缓存的页在一个目录下,要不有些相对路径的图片就无法显示了,另外缓存有的页面会出现乱码,我还不知道怎么解决这个问题呢,可能在Response的时候需要设置一下编码类型,大家可以试试&lt;img src ="http://blog.csdn.net/onlytiancai/aggbug/330097.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>蛙蛙王子</dc:creator><title>蛙蛙推荐:asp中模拟.net中的cache</title><link>http://blog.csdn.net/onlytiancai/archive/2005/01/28/271874.aspx</link><pubDate>Fri, 28 Jan 2005 14:03:00 GMT</pubDate><guid>http://blog.csdn.net/onlytiancai/archive/2005/01/28/271874.aspx</guid><wfw:comment>http://blog.csdn.net/onlytiancai/comments/271874.aspx</wfw:comment><comments>http://blog.csdn.net/onlytiancai/archive/2005/01/28/271874.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/onlytiancai/comments/commentRss/271874.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=271874</trackback:ping><description>为了提高网站首页的性能,首页凡是需要调用数据库显示数据的地方都会先试图从缓存中调用数据,
如果缓存中没有可用数据再打开数据库取出记录集,为了让页面显示数据和数据库在一定时间内同步,
我们把缓存的过期时间设置成30秒.
声明:缓存管理类出自于动网论坛7.0
注意:最好不要在缓存里直接缓存带状态的对象和MTA模式的对象,比如说直接缓存记录集或者数据库链接对象等.&lt;img src ="http://blog.csdn.net/onlytiancai/aggbug/271874.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>蛙蛙王子</dc:creator><title>蛙蛙推荐:VBS的数据库操作类,</title><link>http://blog.csdn.net/onlytiancai/archive/2004/07/23/49906.aspx</link><pubDate>Fri, 23 Jul 2004 15:07:00 GMT</pubDate><guid>http://blog.csdn.net/onlytiancai/archive/2004/07/23/49906.aspx</guid><wfw:comment>http://blog.csdn.net/onlytiancai/comments/49906.aspx</wfw:comment><comments>http://blog.csdn.net/onlytiancai/archive/2004/07/23/49906.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/onlytiancai/comments/commentRss/49906.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=49906</trackback:ping><description>蛙蛙推荐:VBS的数据库操作类,这个类实现了平时主要的数据库操作,因为我们天天都在和数据库打交道,有时候用这样一个类也挺方便的,但是不知道实用性怎么样,因为在性能和错误处理方面没有做很多考虑,所以不知道它的通用性如何.
如果谁能再给这个类加上动态的错误处理的或者优化一下性能,就更完美了.PS:做这个类也是为了练习一下VBS类的使用.
&lt;img src ="http://blog.csdn.net/onlytiancai/aggbug/49906.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>蛙蛙王子</dc:creator><title>蛙蛙推荐:巧用缓存提高asp程序的性能</title><link>http://blog.csdn.net/onlytiancai/archive/2004/07/07/35811.aspx</link><pubDate>Wed, 07 Jul 2004 08:26:00 GMT</pubDate><guid>http://blog.csdn.net/onlytiancai/archive/2004/07/07/35811.aspx</guid><wfw:comment>http://blog.csdn.net/onlytiancai/comments/35811.aspx</wfw:comment><comments>http://blog.csdn.net/onlytiancai/archive/2004/07/07/35811.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/onlytiancai/comments/commentRss/35811.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=35811</trackback:ping><description>为了提高Asp程序的性能,人们常常将经常使用的数据缓存在 Application,
但是你修改了数据库后怎么让application更新呢,本文给你提供了一个合理的解决办法,
如果谁有更好的算法,请跟帖讨论一下,谢谢
&lt;img src ="http://blog.csdn.net/onlytiancai/aggbug/35811.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>