From: Teemu A. <te...@io...> - 2005-09-04 09:23:48
|
> I've been thinking for a while that the best plan would be to keep the 'SPOP' part of 'SPOPS' and > re-implement security checks from scratch. But, you all seem to be getting along with OI and lots > of users so swimmingly, that I must wonder what more I can do to squeeze extra performance out of > SPOPS. That's what we have done. We have a fairly large application which serves a lot of users. We abandoned the SPOPS object security model and implemented an application level security instead for performance. We have places where we need object level security but we try to avoid that situation. In my opinion, SPOPS is great for small applications and in theory it makes your application very secure if you use it in combination with application level security. In larger applications it becomes the single performance hog and you have to come up with custom optimization to get things done. -- Teemu Arina, CTO Dicole Ltd. Itämerenkatu 5 00180 Helsinki FINLAND Tel: +358-(0)50 - 555 7636 skype: infe00 Corporate website: http://www.dicole.com FLOSS in education blog: http://flosse.dicole.org Personal weblog: http://infedelic.blogspot.com "Discover, collaborate, learn." |