User Profile

Collapse

Profile Sidebar

Collapse
pradipbhosale
pradipbhosale
Last Activity: Jul 1 '08, 07:18 AM
Joined: Feb 22 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • pradipbhosale
    started a topic Python Memory Problem

    Python Memory Problem

    Hi,
    I am have long running applications developed in python, linux, postgres (also used django framework to have web interface). I know Python has memory issues. But my applications are taking different memory on different machines.
    On 32 bit Centos (linux) machine these are starting with around 30-40 Mb of memory. On the other hand on 64 bit machine these are starting with 100-120 Mb of memory.
    Is there any particular...
    See more | Go to post

  • Actualy the django itself manages connections through that pcycopg (correct me if i am wrong). I am not explicitly opening any database connection. The statements are like below in django . Suppose 'my_table' is name of table.

    obj_table = my_table.object s.get(Name = 'David Beckham');

    print obj_table.Name
    >> David Beckham

    So we never explicitly create any connection. So no question about closing...
    See more | Go to post

    Leave a comment:


  • Multi Threading Problem with Python + Django + PostgreSQL.

    Hello every body. I am new to this forum and also in Python.
    Read many things about multi threading in python. But still having problem.

    I am using Django Framework with Python having PostgreSQL as backend database with Linux OS. My applications are long running. I am using threading.
    The problem I am facing is that the connections that are being created for database(postgr es) update are not getting closed even though...
    See more | Go to post
No activity results to display
Show More
Working...