I think it would be very beneficial to make the attend URL reusable in other modules for situations when it can be safely known that the user is registered to a webinar and that webinar is already running.
The benefit of using direct url instead of 'node/%node/redirect/attend' is that php workers can be saved on sites with high traffic :)

Please see attached patch.

CommentFileSizeAuthor
#1 make_attend_url_reusable-2185343-7.patch1.44 KBm1n0
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

m1n0’s picture

m1n0’s picture

Actually, this should be more of a question - is this actually possible/safe to do?

Chipie’s picture

Could you explain the advantages? Why don't you want to use the url `/node/%nid/meeting/attend' ?

m1n0’s picture

As I stated previously, php workers can be saved - in a situation when few dozens (or even hundreds) of people want to join at the same exact moment (e.g. in my case, they all get a pop-up message). I know it's just a redirect, but even though, if several hundred people hit '/node/%nid/meeting/attend' at the same exact moment, they will eat up server workers easily.