Hi,

I agree with you and at the same time disagree, because yes, the API of
MMBase contains a lot of unclear and redundant parts, but on the other
hand its object orientation, relation management and extendibility is a
big advantage in building professional webapplications.

Ho ho, Our real-time multiuser product 'Quizengine', based on MMBase :), implemented for many different types of clients in different countries, strongly benefits from these features.

And of course if you talk about real-time multiuser games, then the performance for
MMBase is not good enough. But for a lot goals its performance is more
than sufficient.

What we would realy like to be added in the tag library is possibility to update multiple records in one query:
something like:
<mm:updatenodescontainer type="scores">
    <mm:constraint field="periodscore" operator=">" value="0" />
   <mm:updatenodes>
       <mm:setfield name="periodscore">0</mm:setfield>
   </mm:updatenodes>
</mm:updatenodescontainer>

For now we create our own querys for it, also works.

Paul
Exmachina.nl
_______________________________________________
Developers mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/developers

Reply via email to