Re: [Tutor] Python persistent webserver?

2005-11-08 Thread Frank Bloeink
Hi, maybe you can have a look at twisted http://twistedmatrix.com , which is an "event-driven network framework". I think you could easily build your own server to handle your requests, you don't even need an apache webserver for that. Just have a look, there's some documentation/tutorials out the

Re: [Tutor] regular expression matching a dot?

2005-10-20 Thread Frank Bloeink
Hi [Christian|List] This post is not regarding your special problem (which anyway has been solved by now), but I'd like to share some general tip on working with regular expressions. There are some nice regex-debuggers out there that can help clearify what went wrong when a regex doesn't match whe