Amit Upadhyay wrote:

How can I get more than one Blog when I am specifying pk. This happens just once, while that page is accessed more than hundreads of times everyday, I am getting a clean output when I do it on python prompt:

    >>> from django.models.blogger import *
    >>> blogs.get_object(pk=3)
    Anything Else @ http://nerdierthanthou.nfshost.com/

Can anyone tell me the possible reason for the same? I am completely baffled.

It may be threading... What http server and what database you use? If http is Apache does it use threaded worker?

Reply via email to