L*******r 发帖数: 1011 | 1 说白了就是直接实现IHttpHandler。
然后把Python for .Net 的engine嵌了进去。
没什么特别的,不过由于Python engine实际上是C的engine.所以要实现IDisposable去释
放资源。
如果觉得有用,就看这里吧:http://s89292973.onlinehome.us/research.htm | st 发帖数: 1685 | 2 cool, though I dont like python.... cleaning up and updating some one's
old jsp stuff now, it's using old version of jetty/jboss, what a mess...
they used jndi for resource which is just meaningless... when what they
archieved can be easily done with resourceBundle only.. hehe
【在 L*******r 的大作中提到】 : 说白了就是直接实现IHttpHandler。 : 然后把Python for .Net 的engine嵌了进去。 : 没什么特别的,不过由于Python engine实际上是C的engine.所以要实现IDisposable去释 : 放资源。 : 如果觉得有用,就看这里吧:http://s89292973.onlinehome.us/research.htm
| L*******r 发帖数: 1011 | 3 我本来也没想去做这个的,就是想着简单地把Python的blog, wiki,还有什么email
server什么的搞到我的ASP .Net solution里面去。.Net写得再快也没有直接拿过来快啊
可是那些Python
solution对Apache依赖得很,没办法,那些IIS的Solution不是慢(CGI),就是什么内存泄
漏。没办法,自己搞一个了。:)
engine实际上是C的engine.所以要实现IDisposable去释 |
|