archon has asked for the wisdom of the Perl Monks concerning the following question:
potentially there could be ~150k users of this system, though i figure the actual usage will be MUCH lower. at this point i'm only being asked to produce something that 'works,' e.g. i am supposed to worry about scalability later. i have something that works, but i would like to worry about scaling now to save myself future troubles.
the first major problem i saw is that i have to grab the password from ldap every time i want to do something. i'm not sure of the best way to avoid this. the second script isn't called from a form. it's just passed a message number to download. i could hack mod_auth_cgi to put the password in the environment, but that seems like a bad idea for some reason.
i've used zope before and i think it solves some of my problems, but i didn't really like using it at all. maybe it has improved or there is something better out there.
i am wondering what potential problems/solutions you might know about from experience with such a system.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: suggestions for web pop email system
by btrott (Parson) on Jun 15, 2001 at 21:32 UTC | |
|
Re: suggestions for web pop email system
by Spudnuts (Pilgrim) on Jun 16, 2001 at 01:29 UTC |