Re: Organizing a Quixote/Durus multiprocess application
"Mike Orr" <[email protected]>
| Newsgroups | gmane.comp.web.quixote.user |
|---|---|
| Message-ID | <[email protected]> |
On 8/29/06, Mike Orr <[email protected]> wrote: > I'm getting a "connection refused" using ClientStorage on a socket, > even though netstat and lsof say the socket is listening. I'm not > sure if it's my fault or not. I know it's ECONNREFUSED because I > changed durus.storage_server.UnixDomainSocketAddress.get_connected_socket > to re-raise the exception rather than returning None. Stupid me, I was using ClientStorage with the database file rather than the database socket. I don't know why it didn't say ENOTSOCK (not a socket) though. -- Mike Orr <[email protected]>