[ZODB-Dev] need your advice, help please
Ruslan Spivak
alienoid@is.lg.ua
Thu, 06 Feb 2003 00:05:41 +0200
Hello!
Can you help me with the following situation:
I work at ISP, my clients access accounts(we use radius) are stored in
relational db,
our billing system uses zope/cmf('client', 'account', 'service' content
types). After each radius session
we need to update client's account stored in zope zodb(content type
'account') using xml-rpc. Is zodb
suitable for such frequent updates or do i need to map my 'account'
content type to ralational table and make changes
there?
Thanks in advance.
Your help is very, very appreciated.