<div class="gmail_quote">We have a small transcoder python app running on Windows XP (SP3)<br>
within VirtualBox 3.1.2 (1 cpu) on Ubuntu Karmic. Python version<br>
2.6.4. It uses amqplib v0.6.1 to speak with Rabbitmq (rabbitmq-<br>
server_1.7.1-1_all.deb from rabbitmq debian repo).<br>
<br>
The python app:<br>
1. waits for WMA lossless files in messages sent on a queue, which it<br>
saves to disk<br>
2. runs a transcoding cmdline app to convert WMA to FLAC<br>
3. sends back the FLAC file to the response-queue specified in the<br>
incoming request<br>
4. Acks the message incoming request<br>
<br>
This worked fine on a few small test files, but when used in anger<br>
sending the response in step #3 fails with:<br>
[Errno 10054] An existing connection was forcibly closed by the remote<br>
host<br>
<br>
The AMQP server and sending app and transcoding instance within<br>
VirtualBox runs on the same 4GB Core2Duo laptop, so there are no<br>
obvious external network factors affecting this.<br>
<br>
Any ideas?<br>
<font color="#888888"><br>
Sigurd<br>
</font></div><br>