Kovid recently added a statement to the Documentation that using the in-process server (with WSGI) is not a good idea (if that is what you are doing):
Quote:
The calibre content server can be run directly, in process, inside a host server like Apache using the WSGI framework.
Quote:
Note: For this to work, all the dependencies needed by calibre must be installed on your system. Doing so is highly non-trivial and you are encouraged not to use in process servers. You will not get any assistance with debugging in process server problems.
|
|