Re: [Ganglia-developers] pyc support in mod_python

2012-03-05 Thread Dave Rawks
I don't think this is a good patch. .pyc files are not meant to be portable or stable. If at some later date we are meant to troubleshoot a problem with a module that is loaded as byte compiled python it becomes very difficult to gurantee that the bytecode is sane since the actual code is not evalu

Re: [Ganglia-developers] Ganglia-3.3.1: How to get back the old web interface ??

2012-03-05 Thread Im Root
Instead of spending time on creating a new web interface, it would have been more productive to create a stable version gmond that runs on Windows Server 2008 R2.   :) I prefer the original interface anyways. From: Vladimir Vuksan To: Martin Knoblauch Cc:

Re: [Ganglia-developers] Ganglia-3.3.1: How to get back the old web interface ??

2012-03-05 Thread Vladimir Vuksan
Old code is in the repository. You can check it out any time you want. It is just no longer supported. There was no pressing reason it was just that most people preferred the new interface. If you'd like to support the legacy web you are more than welcome to do so. Vladimir On Mon, 5 Mar 20

Re: [Ganglia-developers] Ganglia-3.3.1: How to get back the old web interface ??

2012-03-05 Thread Martin Knoblauch
- Original Message - > From: Jeff Buchbinder > To: Bernard Li > Cc: "ganglia-developers@lists.sourceforge.net" > ; Martin Knoblauch > > Sent: Thursday, March 1, 2012 5:22 PM > Subject: Re: [Ganglia-developers] Ganglia-3.3.1: How to get back the old web > interface ?? > > On Thu, Mar

[Ganglia-developers] pyc support in mod_python

2012-03-05 Thread Ankit Srivastava
Hi, I have added the changes in mod_python.c to support '.pyc' files present in /usr/lib/ganglia/python_modules directory. Please tell me the mailing list email address, where I can submit my changes for review. Changes are attached with this mail. regards, Ankit --- mod_python.c.orig 2012-