[pygr-notify] Issue 36 in pygr: add SSL XMLRPC client and server support

codesite-noreply at google.com codesite-noreply at google.com
Mon Mar 23 19:00:21 PDT 2009


Updates:
	Status: Accepted
	Owner: ---
	Cc: cjlee112
	Labels: -Priority-High -Milestone-Release0.8 Priority-Medium
	Blockedon: 75

Comment #1 on issue 36 by marecki: add SSL XMLRPC client and server support
http://code.google.com/p/pygr/issues/detail?id=36

A number of design decisions have to be made regarding the SSL server (for  
example:
should it offer authentication and integrity protection or just encryption,  
should
it be multithreaded or not, how resource locking should be handled (even in  
the
single-threaded case, as multiple server processes can be made to use the  
same data
back-ends), whether we should have two separate servers for plain-text and  
encrypted
connections, ...). Many of these decisions depend on what exactly is to be  
provided
by the management interface - and at the same time, there are presently no  
clearly-
specified requirements for the latter! It would therefore likely make sense  
to
implement the management interface first and SSL support afterwards.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings



More information about the pygr-notify mailing list