Click here to Skip to main content
15,887,746 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
QuestionA good pattern for complex search criteria? Pin
Member 1132553220-Dec-14 14:05
Member 1132553220-Dec-14 14:05 
AnswerRe: A good pattern for complex search criteria? Pin
Garth J Lancaster20-Dec-14 14:28
professionalGarth J Lancaster20-Dec-14 14:28 
AnswerRe: A good pattern for complex search criteria? Pin
Eddy Vluggen23-Dec-14 8:03
professionalEddy Vluggen23-Dec-14 8:03 
QuestionA server to communicate with a robot Pin
cocoonwls17-Dec-14 6:26
cocoonwls17-Dec-14 6:26 
AnswerRe: A server to communicate with a robot Pin
Eddy Vluggen17-Dec-14 7:34
professionalEddy Vluggen17-Dec-14 7:34 
GeneralRe: A server to communicate with a robot Pin
cocoonwls17-Dec-14 13:57
cocoonwls17-Dec-14 13:57 
GeneralRe: A server to communicate with a robot Pin
Eddy Vluggen18-Dec-14 0:29
professionalEddy Vluggen18-Dec-14 0:29 
GeneralRe: A server to communicate with a robot Pin
cocoonwls18-Dec-14 13:49
cocoonwls18-Dec-14 13:49 
Quote:
Yup, sounds like TCP/IP, but that does not answer whether the robot will be pushing/reading from a socket, or is expecting a webpage. You'd need to ask the team-member.

The robot will keep sending request to server (handshaking with server) , thus most of the time the server application will be in listening mode. Unless there have certain command need to robot take action, then server application will send a command via socket (robot have their own API).

Okay, now i am quite clear what should i do but one more things. For the server application, i need to response a webpage to client, so do i need to separate the server application ? what i mean is one server application do for serve robot, and another one do for client.My client need to monitor all the robot information on-time (update each 1 to 3 second).

Thanks again Smile | :)
GeneralRe: A server to communicate with a robot Pin
Eddy Vluggen19-Dec-14 5:32
professionalEddy Vluggen19-Dec-14 5:32 
GeneralRe: A server to communicate with a robot Pin
cocoonwls21-Dec-14 19:04
cocoonwls21-Dec-14 19:04 
GeneralRe: A server to communicate with a robot Pin
Eddy Vluggen22-Dec-14 2:59
professionalEddy Vluggen22-Dec-14 2:59 
GeneralRe: A server to communicate with a robot Pin
cocoonwls22-Dec-14 14:45
cocoonwls22-Dec-14 14:45 
GeneralRe: A server to communicate with a robot Pin
Eddy Vluggen23-Dec-14 7:48
professionalEddy Vluggen23-Dec-14 7:48 
AnswerRe: A server to communicate with a robot Pin
Keld Ølykke4-Jan-15 12:42
Keld Ølykke4-Jan-15 12:42 
AnswerRe: A server to communicate with a robot Pin
manoranjan10-Jan-15 11:22
manoranjan10-Jan-15 11:22 
QuestionNever use pure built in types Pin
D4rkTrick11-Dec-14 6:23
professionalD4rkTrick11-Dec-14 6:23 
AnswerRe: Never use pure built in types Pin
Richard MacCutchan11-Dec-14 6:43
mveRichard MacCutchan11-Dec-14 6:43 
GeneralRe: Never use pure built in types Pin
D4rkTrick21-Dec-14 8:18
professionalD4rkTrick21-Dec-14 8:18 
AnswerRe: Never use pure built in types Pin
den2k8811-Dec-14 7:37
professionalden2k8811-Dec-14 7:37 
GeneralRe: Never use pure built in types Pin
jschell12-Dec-14 12:29
jschell12-Dec-14 12:29 
GeneralRe: Never use pure built in types Pin
den2k8814-Dec-14 0:09
professionalden2k8814-Dec-14 0:09 
GeneralRe: Never use pure built in types Pin
jschell16-Dec-14 12:37
jschell16-Dec-14 12:37 
AnswerRe: Never use pure built in types Pin
jschell12-Dec-14 12:26
jschell12-Dec-14 12:26 
GeneralRe: Never use pure built in types Pin
D4rkTrick21-Dec-14 8:17
professionalD4rkTrick21-Dec-14 8:17 
QuestionHow to avoid backend stored procedures Pin
nstk8-Dec-14 21:24
nstk8-Dec-14 21:24 

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.