Search found 1 match

by kghost
Thu Aug 25, 2011 1:55 am
Forum: Common Lisp
Topic: Problem with S-XML-RPC
Replies: 1
Views: 2934

Problem with S-XML-RPC

Hi, I am writing some lisp code and provide APIs via XML-RPC. The XML-RPC server is created by S-XML-RPC package. However, there are multiple requests coming for XML-RPC server and it seems that multiple requests can't be handled at the same time. Could anyone explain it and share the proper solution?