i_saw_some 0 Newbie Poster

Hi,

I am using Django 1.0 and Python 2.5.2 on Ubuntu Hardy Heron. My Python application must load a large amount of data - an object that represents a huge non-hierarchal network. Once this lengthy loading process is completed, calculations can be performed very quickly from then on. In my webapp, I want to perform these calculations but not the loading process everytime a user requests. Is there a way to keep these objects within memory?

Thanks!
-Victor

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.