Hi ,
Thanks barry,
I solved that issue.
I reconfigured squid3 with ncsa_auth, now its working same python code.
Earlier I used digest_pw_auth.
Actually I am trying to fix an issue related to python boto API.
Please check this post
https://groups.google.com/forum/#!topic/boto-users/1qk6d7v2HpQ
will cause any performance issue ??
On Fri, Feb 10, 2012 at 6:18 PM, Saju M wrote:
>
>
> On Fri, Feb 10, 2012 at 6:12 PM, Saju M wrote:
>
>> Hi,
>>
>> Yes i saw profile module,
>> I think i have to do function call via
>>
>> cProfile.run(
On Fri, Feb 10, 2012 at 6:12 PM, Saju M wrote:
> Hi,
>
> Yes i saw profile module,
> I think i have to do function call via
>
> cProfile.run('foo()')
>
> I know, we can debug this way.
>
> But i need a fixed logging system ..
>
>
>
> On
Hi,
Yes i saw profile module,
I think i have to do function call via
cProfile.run('foo()')
I know, we can debug this way.
But i need a fixed logging system ..
On Fri, Feb 10, 2012 at 6:08 PM, Arnaud Delobelle wrote:
> On 10 February 2012 12:30, sajuptpm wrote:
> > Hi,
> >
> > I want to lo