Hi,
As mentioned earlier, we are planning to use Pylons/Pyramid for our platform.
Could you please let me know if there is any performance statistics available for Pylons/Pyramid?
Is there any major portal with high traffic that is based on Pylons/Pyramid? I know one major Portal (with almost 12000 views per sec and few petabytes of monthly bandwidth usage) uses Python but not sure if it uses any web framework.
Looking forward to your response…
Thanks,
Pinakee Biswas
Director & CTO

Just watch it !
yGSM Mobile (Voice & Data): +91-982-016-7979
(Tel: +91-22-26733737 I (Fax:+91-22-26732828
7E- Mail: pin...@vvidiacom.com I 8Web: http://www.vvidiacom.com
![]()
P Please don't print this e-mail unless you really need to, this will preserve trees on planet earth.
----------------------------Disclaimer-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The information contained in this message (including any attachments) is confidential and may be privileged. If you have received it by mistake please notify the sender by return e-mail and permanently delete this message and any attachments from your system. Please note that e-mails are susceptible to change and malwares. VVIDIA COMMUNICATIONS PVT LTD. (including its group companies) shall not be liable for the improper or incomplete transmission of the information contained in this communication nor for any delay in its receipt or damage to your system.
-------------------------------------------------------------------------------------------------------------------------Disclaimer----------------------------------------------------------------------------------------------------------
--
You received this message because you are subscribed to the Google Groups "pylons-discuss" group.
To post to this group, send email to pylons-...@googlegroups.com.
To unsubscribe from this group, send email to pylons-discus...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
Hi,
As mentioned earlier, we are planning to use Pylons/Pyramid for our platform.
Could you please let me know if there is any performance statistics available for Pylons/Pyramid?
Is there any major portal with high traffic that is based on Pylons/Pyramid? I know one major Portal (with almost 12000 views per sec and few petabytes of monthly bandwidth usage) uses Python but not sure if it uses any web framework.
Looking forward to your response…
Thanks,
Pinakee Biswas
Director & CTO
<image001.jpg>
Just watch it !
yGSM Mobile (Voice & Data): +91-982-016-7979
(Tel: +91-22-26733737 I (Fax:+91-22-26732828
7E- Mail: pin...@vvidiacom.com I 8Web: http://www.vvidiacom.com
<image002.png>
P Please don't print this e-mail unless you really need to, this will preserve trees on planet earth.
----------------------------Disclaimer-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The information contained in this message (including any attachments) is confidential and may be privileged. If you have received it by mistake please notify the sender by return e-mail and permanently delete this message and any attachments from your system. Please note that e-mails are susceptible to change and malwares. VVIDIA COMMUNICATIONS PVT LTD. (including its group companies) shall not be liable for the improper or incomplete transmission of the information contained in this communication nor for any delay in its receipt or damage to your system.
-------------------------------------------------------------------------------------------------------------------------Disclaimer----------------------------------------------------------------------------------------------------------
--
Is there any major portal with high traffic that is based on Pylons/Pyramid? I know one major Portal (with almost 12000 views per sec and few petabytes of monthly bandwidth usage) uses Python but not sure if it uses any web framework.
Hi Vlad,
Thanks for the information and it definitely helps (also, would like to thank Andi for the statistics).
I have been primarily a C/C++ system level programmer and architected and developed large Telecom systems (carrier grade) requiring great performance levels. Currently looking into Python and corresponding web frameworks for our platform.
Some of the aspects of the design I have been pondering upon are also:
· How do I handle the threads, configure them etc. at optimum level? Do I really need to bother about them with Pylons/Pyramid? The platform is Linux.
· How is the performance of Paster Web server as compared to something like lighttpd (which is supposedly a light weight server)? If lighttpd, then I would need to embed Pylons/Pyramid there. (I have embedded Pylons with Apache but haven’t checked the performance).
· Regarding DB, SQLAlchemy can be a choice for SQL based DB servers. Considering something like MongoDB, not sure how would SQLAlchemy help there. But certainly if I have my own DB access library using native APIs, probably a better performance can be achieved.
If you or anyone has any thoughts on the above points, I would really appreciate.
Regards,
Pinakee
Please don't print this e-mail unless you really need to, this will preserve trees on planet earth.
----------------------------Disclaimer-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The information contained in this message (including any attachments) is confidential and may be privileged. If you have received it by mistake please notify the sender by return e-mail and permanently delete this message and any attachments from your system. Please note that e-mails are susceptible to change and malwares. VVIDIA COMMUNICATIONS PVT LTD. (including its group companies) shall not be liable for the improper or incomplete transmission of the information contained in this communication nor for any delay in its receipt or damage to your system.
-------------------------------------------------------------------------------------------------------------------------Disclaimer----------------------------------------------------------------------------------------------------------
--
Hi Mike,
Thanks for the detailed information.
With so many options available, it becomes a bit confusing to conclude on a specific design J:
1. Whether to embed the Pylons/Pyramid application in a light weight web server (like nginx as suggested by Jonathan) if possible
2. Or to redirect the network HTTP traffic from the web server to the WSGI servers (pastehttpserver, cherrypy etc.)?
Which one would be the best approach in terms of performance? As far as my knowledge goes, I think 2 would be good if we have distributed systems wherein the webserver distributes the load across multiple instances of the WSGI server (given that the webserver is a light weight process just routing traffic between the WSGI servers and network).
Would really appreciate your suggestion regarding the above…
Please don't print this e-mail unless you really need to, this will preserve trees on planet earth.
----------------------------Disclaimer-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The information contained in this message (including any attachments) is confidential and may be privileged. If you have received it by mistake please notify the sender by return e-mail and permanently delete this message and any attachments from your system. Please note that e-mails are susceptible to change and malwares. VVIDIA COMMUNICATIONS PVT LTD. (including its group companies) shall not be liable for the improper or incomplete transmission of the information contained in this communication nor for any delay in its receipt or damage to your system.
-------------------------------------------------------------------------------------------------------------------------Disclaimer----------------------------------------------------------------------------------------------------------
-----Original Message-----
From: pylons-...@googlegroups.com [mailto:pylons-...@googlegroups.com] On Behalf Of Mike Orr
Sent: 07 June 2012 23:07
To: pylons-...@googlegroups.com
Subject: Re: Pylons/Pyramid Performance
On Wed, Jun 6, 2012 at 9:48 PM, Biswas, Pinakee <pin...@vvidiacom.com> wrote:
--