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...
User Profile
Collapse
-
Python Memory Problem
-
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... -
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...
No activity results to display
Show More
Leave a comment: