[Zope] Question about application design
Robb Shecter
robb at acm.org
Tue Apr 20 14:20:05 EDT 2004
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.
More information about the Zope
mailing list