HN44 / pywebdav

Automatically exported from code.google.com/p/pywebdav
0 stars 0 forks source link

Add thread support #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I note that pywebdav can handle only request at once.

I suggest to add thread support like explain in this article :
http://blog.doughellmann.com/2007/12/pymotw-basehttpserver.html

Otherwise, in future, if pywebdav drop BaseHTTPServer to only use WSGI
Server maybe we don't need to add thread support in BaseHTTPServer ?

Regards,
Stephane

Original issue reported on code.google.com by klein.stephane on 30 Jul 2009 at 4:20

GoogleCodeExporter commented 8 years ago
What do you think about this patch ?

Original comment by klein.stephane on 31 Jul 2009 at 12:59

Attachments:

GoogleCodeExporter commented 8 years ago
This feature is implemented here : http://bitbucket.org/harobed/pywebdav/

I need to clean my code and do some test before apply implementation in 
pywebdav main
branch.

Original comment by klein.stephane on 3 Aug 2009 at 6:06

GoogleCodeExporter commented 8 years ago
Applied with r55

Original comment by cedric.krier@b2ck.com on 16 May 2010 at 1:29