Cron?

Discuss features as they are added to the new version. Give us your feedback. Don't post bug reports, feature requests, support questions or suggestions here.
Forum rules
Discuss features as they are added to the new version. Give us your feedback. Don't post bug reports, feature requests, support questions or suggestions here. Feature requests are closed.
Aexoden
Registered User
Posts: 118
Joined: Tue Oct 08, 2002 5:21 pm
Location: Spokane, WA
Contact:

Re: Cron?

Post by Aexoden »

I know early on I saw some talk about including an event system and a cron system. Later on, I saw some reservations about whether the systems would make it in or not. At this point, all we can really do is wait and see. ;)

User avatar
Techie-Micheal
Registered User
Posts: 566
Joined: Sun Oct 14, 2001 12:11 am

Re: Cron?

Post by Techie-Micheal »

Yeah, it's a maybe right now from what psoTFX has said on area51 and in #phpBB, so we'll see. :)

User avatar
libertate
Registered User
Posts: 20
Joined: Wed Jun 11, 2003 7:11 pm

Re: Cron?

Post by libertate »

I would prefer such feature to be left outside of phpBB 2.2

My biggest concern is with locking files aspecially on a very busy board.

How would you deal with a log purging process where there are 10 to 20 simultanious users are connected?
Libertate
P i s c e s _ M o r t u i s _ S o l i s _ Q u a e _ N a t a n t _ C u m _ F l u c t u m

User avatar
libertate
Registered User
Posts: 20
Joined: Wed Jun 11, 2003 7:11 pm

Re: Cron?

Post by libertate »

I would prefer such feature to be left outside of phpBB 2.2

My biggest concern is with locking files aspecially on a very busy board.

Locking issue - How would you deal with a log purging process where there are 10 to 20 simultanious users are connected? I am sure this is not an issue while under an SQL server, since there are record locking, but how about some other features, say text file modifications, image file adjustments, etc.?

Time required/Timing issue - For example a cron to replace all acronyms of phBB with a link under it, within all messages. Clearly such a functionality would be awesome! But what if you have thousands of messages? The server would attempt, in essence perform a search, then an update on each found record while within the "page loading" process for that specific user. So there is the time and timing issue also.

My final concern Security - If a privilaged process is running on just any users log in, or page load/refresh there is the chance of code injection. Yes, it's not the simplest method, but the possibility is there, and the probability is higher with a privilaged cron process initiated by a generic user.

Otherwise, it's a great idea! :wink:

(poop - darn edit lock function locked while editing the message!)
Libertate
P i s c e s _ M o r t u i s _ S o l i s _ Q u a e _ N a t a n t _ C u m _ F l u c t u m

User avatar
Techie-Micheal
Registered User
Posts: 566
Joined: Sun Oct 14, 2001 12:11 am

Re: Cron?

Post by Techie-Micheal »

As for the security, it will not actually be editing crontab ... ;)

Post Reply