Hello Django users!

The latest cloud package (v2.7.7) from PiCloud (http://www.picloud.com)
gives Django users a distributed, fault-tolerant message queue with a
scalable message processing system. We ensure that you never lose any
messages, and that they're processed at the speed you need--even thousands
of messages per second.

More information:
Blog Post:
http://blog.picloud.com/2013/04/03/introducing-queues-creating-a-pipeline-in-the-cloud/
Documentation: http://docs.picloud.com/queue.html

What's it for?
Queues let you decouple your Django web application from the background
processing you need to do. Offloading heavy-duty work from your views is
desirable to keep your web app fast and responsive. Communication with your
Django app is done by simply pushing and popping messages.

Queues are perfect for integrating PiCloud into Django, or any realtime,
high-throughput system. If your workloads have been too short (< 1s) to use
our job system effectively, or you've found difficulty creating a
multi-stage pipeline with jobs, then you'll want to give queues a try!

Best Regards,
John

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to