20 Apr
2004
20 Apr
'04
6:20 p.m.
Alec Mitchell said:
...The better option may be a simple python product implementing some sort of persistent object which stores the data structures and access methods you need...
Yes, from my diving into the docs, it looks like that's the route I might have to go: I'll have about 150,000 objects - all in one or two "Sparse Matrix" containers I use. And then I do a Dijkstra-like shortest path finding algorithm over the data. So apparently, I can't just take this data structure and stick it in a temp_folder. It sounds to me like Zope isn't so much an application server as a CMS server. Too bad! For example, with Tomcat, a Java servlet engine, my scenario would be pretty easy to implement.