Click here to Skip to main content
15,907,905 members
Home / Discussions / C#
   

C#

 
GeneralRe: Export PDF Page into image Pin
pioner198730-Jan-12 1:05
pioner198730-Jan-12 1:05 
AnswerRe: Export PDF Page into image Pin
thatraja30-Jan-12 2:08
professionalthatraja30-Jan-12 2:08 
QuestionCreating Point-of-Sale with integrated Kitchen Display System Pin
Member 860554329-Jan-12 17:20
Member 860554329-Jan-12 17:20 
AnswerRe: Creating Point-of-Sale with integrated Kitchen Display System Pin
Richard Andrew x6429-Jan-12 17:28
professionalRichard Andrew x6429-Jan-12 17:28 
GeneralRe: Creating Point-of-Sale with integrated Kitchen Display System Pin
Member 860554329-Jan-12 17:39
Member 860554329-Jan-12 17:39 
GeneralRe: Creating Point-of-Sale with integrated Kitchen Display System Pin
Richard Andrew x6429-Jan-12 17:42
professionalRichard Andrew x6429-Jan-12 17:42 
GeneralRe: Creating Point-of-Sale with integrated Kitchen Display System Pin
Member 860554329-Jan-12 17:48
Member 860554329-Jan-12 17:48 
GeneralRe: Creating Point-of-Sale with integrated Kitchen Display System Pin
Richard Andrew x6429-Jan-12 17:51
professionalRichard Andrew x6429-Jan-12 17:51 
GeneralRe: Creating Point-of-Sale with integrated Kitchen Display System Pin
Member 860554329-Jan-12 17:57
Member 860554329-Jan-12 17:57 
GeneralRe: Creating Point-of-Sale with integrated Kitchen Display System Pin
Pete O'Hanlon29-Jan-12 21:02
mvePete O'Hanlon29-Jan-12 21:02 
GeneralRe: Creating Point-of-Sale with integrated Kitchen Display System Pin
Member 860554330-Jan-12 0:35
Member 860554330-Jan-12 0:35 
GeneralRe: Creating Point-of-Sale with integrated Kitchen Display System Pin
Pete O'Hanlon30-Jan-12 0:53
mvePete O'Hanlon30-Jan-12 0:53 
GeneralRe: Creating Point-of-Sale with integrated Kitchen Display System Pin
Dave Kreskowiak30-Jan-12 2:10
mveDave Kreskowiak30-Jan-12 2:10 
GeneralRe: Creating Point-of-Sale with integrated Kitchen Display System Pin
jschell30-Jan-12 8:49
jschell30-Jan-12 8:49 
GeneralRe: Creating Point-of-Sale with integrated Kitchen Display System Pin
jschell30-Jan-12 8:46
jschell30-Jan-12 8:46 
AnswerRe: Creating Point-of-Sale with integrated Kitchen Display System Pin
Mycroft Holmes29-Jan-12 21:26
professionalMycroft Holmes29-Jan-12 21:26 
GeneralRe: Creating Point-of-Sale with integrated Kitchen Display System Pin
Member 860554330-Jan-12 0:40
Member 860554330-Jan-12 0:40 
GeneralRe: Creating Point-of-Sale with integrated Kitchen Display System Pin
Dave Kreskowiak30-Jan-12 2:12
mveDave Kreskowiak30-Jan-12 2:12 
GeneralRe: Creating Point-of-Sale with integrated Kitchen Display System Pin
Member 860554330-Jan-12 3:17
Member 860554330-Jan-12 3:17 
GeneralRe: Creating Point-of-Sale with integrated Kitchen Display System Pin
Pete O'Hanlon30-Jan-12 3:33
mvePete O'Hanlon30-Jan-12 3:33 
GeneralRe: Creating Point-of-Sale with integrated Kitchen Display System Pin
jschell30-Jan-12 8:52
jschell30-Jan-12 8:52 
AnswerRe: Creating Point-of-Sale with integrated Kitchen Display System Pin
BobJanova31-Jan-12 1:01
BobJanova31-Jan-12 1:01 
GeneralRe: Creating Point-of-Sale with integrated Kitchen Display System Pin
jschell31-Jan-12 8:33
jschell31-Jan-12 8:33 
BobJanova wrote:
I'm going to disagree with almost everyone else and say that you want to do this
with sockets, albeit with the central server storing information in a database
for audit/recovery reasons. That's because polling is almost always an inferior
solution (you're transferring, at best, the same data, and generally the same
data plus a large number of empty poll requests, while having a slower response
time), and not necessary in this case.
 


However polling almost always is a sufficient design.

And it is more than sufficient in this case because the traffic is very low.

Thus there is no point in making the design more complex.
GeneralRe: Creating Point-of-Sale with integrated Kitchen Display System Pin
BobJanova31-Jan-12 12:38
BobJanova31-Jan-12 12:38 
GeneralRe: Creating Point-of-Sale with integrated Kitchen Display System Pin
jschell31-Jan-12 13:59
jschell31-Jan-12 13:59 

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.