Re: sending/maintaning a download link

2004-11-22 Thread Richard
kground process can be run via Quartz, which was also covered > recently in this list. > > Wiebe de Jong > > > > -Original Message- > From: Richard [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 13, 2004 2:14 AM > To: Struts Users Mailing List > Subject:

Re: sending/maintaning a download link

2004-10-14 Thread Richard
re storing token/timestamp/status for a large number of users, it will add > > up. > > > > Wiebe > > > > > > > > -Original Message- > > From: Andrew Hill [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, October 13, 2004 8:23 PM > > To: Struts Us

Re: sending/maintaning a download link

2004-10-14 Thread Craig McClanahan
red or already been used. > >>6 - have a background process run periodically (1 per day, every hour, > >>whatever) that checks the timestamps in the database and expires tokens if > >>the timestamp is more than 24 hours old. (status=expired) > >> > >>T

RE: sending/maintaning a download link

2004-10-14 Thread Wiebe de Jong
u are storing token/timestamp/status for a large number of users, it will add up. Wiebe -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 8:23 PM To: Struts Users Mailing List Subject: Re: sending/maintaning a download link It wouldnt survive a s

Re: sending/maintaning a download link

2004-10-13 Thread Andrew Hill
han 24 hours old. (status=expired) The background process can be run via Quartz, which was also covered recently in this list. Wiebe de Jong -Original Message- From: Richard [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 2:14 AM To: Struts Users Mailing List Subject: sending/maint

Re: sending/maintaning a download link

2004-10-13 Thread Richard
ired or already been used. > >>6 - have a background process run periodically (1 per day, every hour, > >>whatever) that checks the timestamps in the database and expires tokens if > >>the timestamp is more than 24 hours old. (status=expired) > >> > >>Th

Re: sending/maintaning a download link

2004-10-13 Thread Richard
ess can be run via Quartz, which was also covered > recently in this list. > > Wiebe de Jong > > > > -Original Message- > From: Richard [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 13, 2004 2:14 AM > To: Struts Users Mailing List > Subject: sendi

RE: sending/maintaning a download link

2004-10-13 Thread Wiebe de Jong
via Quartz, which was also covered recently in this list. Wiebe de Jong -Original Message- From: Richard [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 2:14 AM To: Struts Users Mailing List Subject: sending/maintaning a download link hi guys, how do i do this in struts? i wa

sending/maintaning a download link

2004-10-13 Thread Richard
hi guys, how do i do this in struts? i want to send a download link ( via email - resolved ) to a newly registered user and that download link will expire after 24hrs. is there and apache project for this? please help thanks in advance richard -