﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><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>C++博客-20024804</title><link>http://www.cppblog.com/20024804/</link><description /><language>zh-cn</language><lastBuildDate>Thu, 23 Apr 2026 10:55:30 GMT</lastBuildDate><pubDate>Thu, 23 Apr 2026 10:55:30 GMT</pubDate><ttl>60</ttl><item><title>我搞了个开源的python的session实现，欢迎大家讨论测试</title><link>http://www.cppblog.com/20024804/archive/2008/12/15/69455.html</link><dc:creator>尘埃</dc:creator><author>尘埃</author><pubDate>Sun, 14 Dec 2008 16:23:00 GMT</pubDate><guid>http://www.cppblog.com/20024804/archive/2008/12/15/69455.html</guid><wfw:comment>http://www.cppblog.com/20024804/comments/69455.html</wfw:comment><comments>http://www.cppblog.com/20024804/archive/2008/12/15/69455.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cppblog.com/20024804/comments/commentRss/69455.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/20024804/services/trackbacks/69455.html</trackback:ping><description><![CDATA[http://code.google.com/p/simplesession/<br><br>
<p>运行环境python2.5 依赖库multiprocessing </p>
<p>目前测试过的web框架: web.py 0.3(项目里已经有了web.py的使用样例) </p>
<p>特点： 不使用文件，不使用数据库 一个纯粹的通过python内建的dict来实现的session 使用unix socket进行IPC(进程间通信) </p>
<p>项
目开发的原因: 以前使用django0.96和现在使用web.py 0.3总是遇到各种session的莫名其妙的问题
而且django和web.py对于session的默认支持都不是很好:
django可以使用sqlite内存数据库，但是默认下你只能配置一个数据库，也就是你配置了内存数据库的话，他们其他的业务逻辑也只能用这个数据库了
web.py 0.3以前一直不支持session,而现在0.3对于session的支持不是很好，而且使用session的方式不是很优美 </p>
<br>  <img src ="http://www.cppblog.com/20024804/aggbug/69455.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/20024804/" target="_blank">尘埃</a> 2008-12-15 00:23 <a href="http://www.cppblog.com/20024804/archive/2008/12/15/69455.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>stl奇怪的copy问题[已解决]</title><link>http://www.cppblog.com/20024804/archive/2008/11/05/66067.html</link><dc:creator>尘埃</dc:creator><author>尘埃</author><pubDate>Wed, 05 Nov 2008 15:49:00 GMT</pubDate><guid>http://www.cppblog.com/20024804/archive/2008/11/05/66067.html</guid><wfw:comment>http://www.cppblog.com/20024804/comments/66067.html</wfw:comment><comments>http://www.cppblog.com/20024804/archive/2008/11/05/66067.html#Feedback</comments><slash:comments>8</slash:comments><wfw:commentRss>http://www.cppblog.com/20024804/comments/commentRss/66067.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/20024804/services/trackbacks/66067.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: http://www.cppblog.com/Files/20024804/PowerOutage.zipCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->&nbsp;&nbsp;1&nbsp;//&nbsp;BEGIN&nbsp;CUT&nbsp;...&nbsp;&nbsp;<a href='http://www.cppblog.com/20024804/archive/2008/11/05/66067.html'>阅读全文</a><img src ="http://www.cppblog.com/20024804/aggbug/66067.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/20024804/" target="_blank">尘埃</a> 2008-11-05 23:49 <a href="http://www.cppblog.com/20024804/archive/2008/11/05/66067.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>