Displaying 2 results from an estimated 2 matches for "gigatons".
2012 Jan 11
1
Dovecot LDA and address extensions - folders flood
...lda automagically
create and subscribe the "foldername" folder. With some basic scripting I
was able to create hundreds of folders in a few seconds. So my question is
how do you implement this great feature in a secure way so that funny
random people out there cant flood your mailbox with gigatons of folder.
Thanks,
kfx
2006 Jul 02
7
Generic SingleTable inheritance
Hi all,
I would like to discuss a design idea I have in mind with you, in order
to get critical feedback.
ActiveRecord supports single table inheritance(STI) "per se", BUT you
must add all possible instance variables(properties) of all subclasses
to the "base table"(as columns). I would like to circumvent this
restriction.
Say we have a
class AbstractGenericThing <