Click here to Skip to main content
15,899,679 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: maintain such user on all web pages. Pin
Paul Conrad30-Nov-08 15:04
professionalPaul Conrad30-Nov-08 15:04 
GeneralRe: maintain such user on all web pages. Pin
Christian Graus30-Nov-08 15:10
protectorChristian Graus30-Nov-08 15:10 
GeneralRe: maintain such user on all web pages. Pin
Paul Conrad30-Nov-08 15:22
professionalPaul Conrad30-Nov-08 15:22 
GeneralRe: maintain such user on all web pages. Pin
Christian Graus30-Nov-08 15:36
protectorChristian Graus30-Nov-08 15:36 
QuestionForums notification service [modified] Pin
Muhammad Gouda29-Nov-08 22:40
Muhammad Gouda29-Nov-08 22:40 
AnswerRe: Forums notification service Pin
Wendelius30-Nov-08 0:13
mentorWendelius30-Nov-08 0:13 
QuestionRe: Forums notification service Pin
Muhammad Gouda30-Nov-08 0:42
Muhammad Gouda30-Nov-08 0:42 
AnswerRe: Forums notification service Pin
Wendelius30-Nov-08 0:55
mentorWendelius30-Nov-08 0:55 
Okay, I see. With those requirements, I think your original concept sounds reasonable.

Only thing that comes in mind is that if you create a windows service for this, the mechanism is vulnerable if the service stops for some reason. Also you may have problems if you want to use several servers to divide the load between servers. Which server has the service or if they all have it, how to prevent a situation where all services make the same queries and send emails.

So basically what I'm trying to say is that if you can somehow put the search mechanism to your application logic or into the database your solution could be more scalable. For example, in database you could have a job which searches for messages to notify and writes information about them to a separate table, kind of a queue. After that your application side checks the queue and sends the emails (part of normal message processing) or the database can send them if you want (of course this is database dependent, but at least SQL Server and Oracle can handle this).

The need to optimize rises from a bad design.My articles[^]

GeneralRe: Forums notification service Pin
Muhammad Gouda30-Nov-08 1:24
Muhammad Gouda30-Nov-08 1:24 
GeneralRe: Forums notification service Pin
Wendelius30-Nov-08 1:30
mentorWendelius30-Nov-08 1:30 
QuestionDropdownlist Cache Pin
nour12329-Nov-08 18:45
nour12329-Nov-08 18:45 
AnswerRe: Dropdownlist Cache Pin
Nishant Singh29-Nov-08 21:03
Nishant Singh29-Nov-08 21:03 
GeneralRe: Dropdownlist Cache Pin
nour12329-Nov-08 22:45
nour12329-Nov-08 22:45 
QuestionGetting DataGrid Values Pin
senthilsstil29-Nov-08 8:27
senthilsstil29-Nov-08 8:27 
AnswerRe: Getting DataGrid Values Pin
Christian Graus29-Nov-08 13:46
protectorChristian Graus29-Nov-08 13:46 
AnswerRe: Getting DataGrid Values Pin
Vimalsoft(Pty) Ltd30-Nov-08 2:40
professionalVimalsoft(Pty) Ltd30-Nov-08 2:40 
QuestionDropdownlist cache on Delete Pin
nour12329-Nov-08 6:27
nour12329-Nov-08 6:27 
AnswerRe: Dropdownlist cache on Delete Pin
AlexeiXX329-Nov-08 6:51
AlexeiXX329-Nov-08 6:51 
GeneralRe: Dropdownlist cache on Delete Pin
nour12329-Nov-08 11:10
nour12329-Nov-08 11:10 
QuestionNeed Help Pin
kavitha_blueindia29-Nov-08 3:14
kavitha_blueindia29-Nov-08 3:14 
AnswerRe: Need Help Pin
AlexeiXX329-Nov-08 6:44
AlexeiXX329-Nov-08 6:44 
AnswerRe: Need Help Pin
Christian Graus29-Nov-08 13:42
protectorChristian Graus29-Nov-08 13:42 
GeneralRe: Need Help Pin
Muhammad Gouda30-Nov-08 3:32
Muhammad Gouda30-Nov-08 3:32 
GeneralRe: Need Help Pin
Christian Graus30-Nov-08 12:35
protectorChristian Graus30-Nov-08 12:35 
AnswerRe: Need Help Pin
Brij30-Nov-08 0:22
mentorBrij30-Nov-08 0:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.