Click here to Skip to main content
15,922,584 members
Home / Discussions / C#
   

C#

 
Questionhow can i post parameters to a web page ? Pin
B.A13-Sep-06 0:18
B.A13-Sep-06 0:18 
AnswerRe: how can i post parameters to a web page ? Pin
Guffa13-Sep-06 2:20
Guffa13-Sep-06 2:20 
QuestionAutomatically updated picture Pin
ErikZ13-Sep-06 0:03
ErikZ13-Sep-06 0:03 
AnswerRe: Automatically updated picture Pin
Nader Elshehabi13-Sep-06 5:57
Nader Elshehabi13-Sep-06 5:57 
GeneralRe: Automatically updated picture Pin
ErikZ13-Sep-06 23:36
ErikZ13-Sep-06 23:36 
GeneralRe: Automatically updated picture Pin
Nader Elshehabi14-Sep-06 1:49
Nader Elshehabi14-Sep-06 1:49 
GeneralRe: Automatically updated picture Pin
ErikZ14-Sep-06 2:36
ErikZ14-Sep-06 2:36 
GeneralRe: Automatically updated picture Pin
Nader Elshehabi14-Sep-06 3:08
Nader Elshehabi14-Sep-06 3:08 
Allright!!
So, you want to braodcast a continuous sequence of still images at regular/request bases. Well!! One design model I can think of will be:
1- A Server connected to the camera(s), which take the pictures at the lowest interval supported
2- A webservice that will act as a gatekeeper to the pictures database
3- Distibuted Desktop client applications that will make the request
4- The webservice will receive the request from each Client by IP and process the Date/Time of the request then it should extract the image with the closest date/time from the database server -SQL is your best choice as you said-
5- Then the service would broadcast pictures/data back to the user
6- The user can make the client app to make regular requests -eg. 1 frame/5 seconds- with the same mechanism as above.

But I think you already have done that?? What is your question?? You shouldn't notify the client(s) if the is available new pictures because the definition of "new" is put by the client based on the last picture they have recieved. Request based service is the best model I can think of, besides terrabyte programs like Google earth and MS Virtual Earth work this way. why don't you like it?

RegardsRose | [Rose]

GeneralRe: Automatically updated picture Pin
ErikZ14-Sep-06 20:46
ErikZ14-Sep-06 20:46 
Questionhow to create a database Pin
faladrim12-Sep-06 23:39
faladrim12-Sep-06 23:39 
AnswerRe: how to create a database Pin
led mike13-Sep-06 4:52
led mike13-Sep-06 4:52 
QuestionGroupe Item Selection Problem Pin
salman_syed_0112-Sep-06 23:38
salman_syed_0112-Sep-06 23:38 
Questionhow to print document in landscap Pin
ayyp12-Sep-06 23:24
ayyp12-Sep-06 23:24 
AnswerRe: how to print document in landscap Pin
Niiiissssshhhhhuuuuu12-Sep-06 23:45
Niiiissssshhhhhuuuuu12-Sep-06 23:45 
GeneralRe: how to print document in landscap Pin
ayyp12-Sep-06 23:53
ayyp12-Sep-06 23:53 
QuestionDraw rectangular Pin
Nafiseh Salmani12-Sep-06 22:49
Nafiseh Salmani12-Sep-06 22:49 
AnswerRe: Draw rectangular Pin
Christian Graus12-Sep-06 22:55
protectorChristian Graus12-Sep-06 22:55 
GeneralRe: Draw rectangular Pin
Nafiseh Salmani12-Sep-06 23:07
Nafiseh Salmani12-Sep-06 23:07 
GeneralRe: Draw rectangular Pin
Christian Graus12-Sep-06 23:32
protectorChristian Graus12-Sep-06 23:32 
Questionquery regarding onmouseover event Pin
ParagGupta12-Sep-06 22:46
ParagGupta12-Sep-06 22:46 
AnswerRe: query regarding onmouseover event Pin
Christian Graus12-Sep-06 23:02
protectorChristian Graus12-Sep-06 23:02 
Questiontab control for web applications Pin
Mohammad Daba'an12-Sep-06 22:26
Mohammad Daba'an12-Sep-06 22:26 
AnswerRe: tab control for web applications Pin
Christian Graus12-Sep-06 22:45
protectorChristian Graus12-Sep-06 22:45 
GeneralRe: tab control for web applications Pin
Mohammad Daba'an13-Sep-06 3:11
Mohammad Daba'an13-Sep-06 3:11 
GeneralRe: tab control for web applications Pin
Christian Graus13-Sep-06 11:20
protectorChristian Graus13-Sep-06 11:20 

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.