Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using mysql events instead of cronjobs
#2
Hi,

I just took a look at these new events ( I only had the old ones in mind ), this seems to be a quite good solution.
You could also create a new Event (dynamically) as a Cronjob in MySQL - that has the advantage that there's not always a worker running who needs resources and if many events reach their execution at the same time MySQl will simply create a couple of instances of the Eventhandler - a single worker-thread will probably lagg because it can only perform the events one by one and not parallel.

MySQl-Events are a good approach to improve the Performance of DSLan anyway ^^



MfG
dispy


Messages In This Thread
RE: Using mysql events instead of cronjobs - by dispy - 26.07.2009, 17:15



Users browsing this thread: 1 Guest(s)