Re: Some notes on a high-performance Python application.

2008-03-26 Thread John Nagle
Heiko Wundram wrote: > Am Mittwoch, 26. März 2008 18:54:29 schrieb Michael Ströder: >> Heiko Wundram wrote: >>> Am Mittwoch, 26. März 2008 17:33:43 schrieb John Nagle: > I didn't say it was unusual or frowned upon (and I was also taught this at > uni > IIRC as a means to "easily" distribute syst

Re: Some notes on a high-performance Python application.

2008-03-26 Thread Heiko Wundram
Am Mittwoch, 26. März 2008 18:54:29 schrieb Michael Ströder: > Heiko Wundram wrote: > > Am Mittwoch, 26. März 2008 17:33:43 schrieb John Nagle: > >> ... > >> > >> Using MySQL as a queueing engine across multiple servers is unusual, > >> but it works well. It has the nice feature that the queue

Re: Some notes on a high-performance Python application.

2008-03-26 Thread Michael Ströder
Heiko Wundram wrote: > Am Mittwoch, 26. März 2008 17:33:43 schrieb John Nagle: >> ... >> >> Using MySQL as a queueing engine across multiple servers is unusual, >> but it works well. It has the nice feature that the queue ordering >> can be anything you can write in a SELECT statement. So we p

Re: Some notes on a high-performance Python application.

2008-03-26 Thread Heiko Wundram
Am Mittwoch, 26. März 2008 17:33:43 schrieb John Nagle: > ... > > Using MySQL as a queueing engine across multiple servers is unusual, > but it works well. It has the nice feature that the queue ordering > can be anything you can write in a SELECT statement. So we put "fair > queueing" in the