Author Topic: Notifications  (Read 38171 times)

elixir

  • Sub Bass
  • *
  • Posts: 37
  • Honor: 7
    • ndetro
    • View Profile
Re: Notifications
« Reply #15 on: January 16, 2016, 03:43:12 am »
This will create a heavy load on the server. I disagree.

Ferio

  • Sub Bass
  • *
  • Posts: 67
  • Honor: 8
    • View Profile
Re: Notifications
« Reply #16 on: January 17, 2016, 11:37:10 am »
To add to this;

It would also nice to have a notification when someone tags you, similar to a Facebook tag with @Ferio (if not abused)
« Last Edit: January 17, 2016, 11:41:09 am by Ferio »

elixir

  • Sub Bass
  • *
  • Posts: 37
  • Honor: 7
    • ndetro
    • View Profile
Re: Notifications
« Reply #17 on: January 17, 2016, 04:42:42 pm »
This will create a heavy load on the server. I disagree.
How do you know the specifics of the TPF web server(s?) necessary to make that assessment?
Most forums do not have a notification system due to the heavy CPU load. It would make more sense to have a way to view your posts that been replied to. I'm surprised SMF does not have this out-of-the-box. Or i might be overlooking it.

« Last Edit: January 17, 2016, 05:17:17 pm by elixir »

Dichotomy

  • Sub Bass
  • *
  • Posts: 60
  • Honor: 42
    • dichotomy
    • djdichotomy
    • View Profile
Re: Notifications
« Reply #18 on: January 17, 2016, 08:29:05 pm »
Most forums do not have a notification system due to the heavy CPU load. It would make more sense to have a way to view your posts that been replied to. I'm surprised SMF does not have this out-of-the-box. Or i might be overlooking it.
http://theproducersforum.com/index.php?action=unreadreplies

My question remains unanswered.
How do you know the specifics of the TPF web server(s?) necessary to make a feature vs. load assessment?

David Zavalla

  • Sub Bass
  • *
  • Posts: 24
  • Honor: 13
    • davidzavalla
    • gdavidzavalla
    • View Profile
Re: Notifications
« Reply #19 on: January 19, 2016, 12:41:18 pm »
Most forums do not have a notification system due to the heavy CPU load. It would make more sense to have a way to view your posts that been replied to. I'm surprised SMF does not have this out-of-the-box. Or i might be overlooking it.
http://theproducersforum.com/index.php?action=unreadreplies

My question remains unanswered.
How do you know the specifics of the TPF web server(s?) necessary to make a feature vs. load assessment?
How do you get there without using that link? I can't seem to find it in the menus

elixir

  • Sub Bass
  • *
  • Posts: 37
  • Honor: 7
    • ndetro
    • View Profile
Re: Notifications
« Reply #20 on: January 19, 2016, 03:09:55 pm »
Most forums do not have a notification system due to the heavy CPU load. It would make more sense to have a way to view your posts that been replied to. I'm surprised SMF does not have this out-of-the-box. Or i might be overlooking it.
http://theproducersforum.com/index.php?action=unreadreplies

My question remains unanswered.
How do you know the specifics of the TPF web server(s?) necessary to make a feature vs. load assessment?
I just said it will create a heavy load on the server. I could take an educated guess as to what they are using, but if I'm right I don't take to post it to the public.
« Last Edit: January 19, 2016, 03:15:46 pm by elixir »

Dichotomy

  • Sub Bass
  • *
  • Posts: 60
  • Honor: 42
    • dichotomy
    • djdichotomy
    • View Profile
Re: Notifications
« Reply #21 on: January 23, 2016, 02:31:02 am »
How do you get there without using that link? I can't seem to find it in the menus
Currently, you cannot. You may wait to see if this is added. In the interim, I suggest creating a bookmark with your browser.

I just said it will create a heavy load on the server. I could take an educated guess as to what they are using, but if I'm right I don't take to post it to the public.
Sutor, ne ultra crepidam.

elixir

  • Sub Bass
  • *
  • Posts: 37
  • Honor: 7
    • ndetro
    • View Profile
Re: Notifications
« Reply #22 on: January 23, 2016, 04:40:32 am »

I just said it will create a heavy load on the server. I could take an educated guess as to what they are using, but if I'm right I don't take to post it to the public.
Sutor, ne ultra crepidam.
My day job is IT/Telecom. You arrogant twat.

Mat_Zo

  • Founder
  • Administrator
  • Sub Bass
  • *****
  • Posts: 128
  • Honor: 116
    • matzo
    • mat_zo
    • View Profile
Re: Notifications
« Reply #23 on: January 23, 2016, 04:48:48 pm »

I just said it will create a heavy load on the server. I could take an educated guess as to what they are using, but if I'm right I don't take to post it to the public.
Sutor, ne ultra crepidam.
My day job is IT/Telecom. You arrogant twat.

Keep it friendly please! This isn't twitter

Dichotomy

  • Sub Bass
  • *
  • Posts: 60
  • Honor: 42
    • dichotomy
    • djdichotomy
    • View Profile
Re: Notifications
« Reply #24 on: February 04, 2016, 09:12:59 am »
I apologize. Clearly, I've offended you. That was not my intention. Your rebuke could be used to shut down many suggestions. If you were working with TPF (in some technical manner) it could be taken seriously. I tried to have you confirm some authority; you said you'd be guessing. I only meant to reply: it doesn't help the conversation to make guesses and discuss them as facts... politely, let's not get outside of our purview. Again, I'm sorry to have provoked your outburst.

This will create a heavy load on the server. I disagree.
Out of the box, SMF is coded with the potential to notify every user immediately of every post. This is evident in the profile settings (Profile>Modify Profile>Notifications), and in the source (Sources/Notify.php:85,159 & Sources/Post.php:2460). This scenario is, of course, an edge case, but would not be exceeded by implementing this suggestion. The point has already been made that it could reduce the amount of actual notifications by increasing their specificity.

Yes, but this will send an email everytime someone replies to the thread, which won't necessarily relate to what you've subscribed for. Whereas getting notified everytime you get quoted, will directly concern what you said, it's much more accurate in my opinion.
My only concern is that I don't think any of us need another website bombarding us with notifications, so I would just want the notifications to be as specific to the user as possible... if that makes sense.

Maybe you're thinking the suggestion is to parse every post for the ~2650 member names in PHP with regex... so yes, poor architecture like that could cause some load. SMF is not a modern web application. Ignoring the if(!defined('SMF')) and global variable blasphemy, that it sends email notifications without a queue is crazy. As is, the code will choke at scale... but < 500 posts/day is within the performance of the infrastructure.

I don't think the people in charge would add to the codebase in SMF's antiquated style... but that's my opinion, not a fact.