Click here to Skip to main content
15,913,854 members
Home / Discussions / C#
   

C#

 
QuestionObject reference not set to an instance of an object Pin
Erol230912-Jan-13 19:25
Erol230912-Jan-13 19:25 
AnswerRe: Object reference not set to an instance of an object Pin
Jibesh12-Jan-13 19:41
professionalJibesh12-Jan-13 19:41 
QuestionSaving selected option into database Pin
Oyebisi Jemil12-Jan-13 11:31
Oyebisi Jemil12-Jan-13 11:31 
AnswerRe: Saving selected option into database Pin
Pete O'Hanlon12-Jan-13 11:45
mvePete O'Hanlon12-Jan-13 11:45 
AnswerRe: Saving selected option into database Pin
Dave Kreskowiak12-Jan-13 12:48
mveDave Kreskowiak12-Jan-13 12:48 
GeneralRe: Saving selected option into database Pin
Brisingr Aerowing12-Jan-13 13:49
professionalBrisingr Aerowing12-Jan-13 13:49 
GeneralRe: Saving selected option into database Pin
PIEBALDconsult12-Jan-13 15:22
mvePIEBALDconsult12-Jan-13 15:22 
QuestionBinary Reader Pin
dxtrx12-Jan-13 10:38
dxtrx12-Jan-13 10:38 
AnswerRe: Binary Reader Pin
Jibesh12-Jan-13 13:01
professionalJibesh12-Jan-13 13:01 
GeneralRe: Binary Reader Pin
dxtrx12-Jan-13 13:17
dxtrx12-Jan-13 13:17 
GeneralRe: Binary Reader Pin
Brisingr Aerowing12-Jan-13 13:48
professionalBrisingr Aerowing12-Jan-13 13:48 
QuestionSocket programming- Response to all client Pin
mohammadkaab12-Jan-13 7:36
mohammadkaab12-Jan-13 7:36 
AnswerRe: Socket programming- Response to all client Pin
pt140112-Jan-13 8:21
pt140112-Jan-13 8:21 
GeneralRe: Socket programming- Response to all client Pin
jschell14-Jan-13 8:26
jschell14-Jan-13 8:26 
GeneralRe: Socket programming- Response to all client Pin
pt140114-Jan-13 19:51
pt140114-Jan-13 19:51 
Nope, not personally, though many people have. We use it to pass messages between sites on our EPOS systems, but it's low-volume stuff.

ZeroMQ is very fast. Here[^] are the official performance tests on the ZeroMQ site, and this[^] is a performance comparison between RabbitMQ, ZeroMQ and QPid on Apache. ZeroMQ was over 60 times faster than RabbitMQ and 250 times faster than Qpid. Note, however, that these tests were a C++ application. Putting a C# wrapper around ZeroMQ slows it down somewhat, but makes it *so* easy to use Smile | :)

UPDATE: The RabbitMQ/ZeroMQ/Qpid test in the link above may not have been fair - see the comments regarding whether message persistence was enabled. Final opinion seems to be use ZeroMQ for socket comms but if you need an MSMQ-type message queue with message persistence use an AMQP app like RabbitMQ...
GeneralRe: Socket programming- Response to all client Pin
jschell16-Jan-13 8:53
jschell16-Jan-13 8:53 
GeneralRe: Socket programming- Response to all client Pin
mohammadkaab15-Jan-13 3:15
mohammadkaab15-Jan-13 3:15 
GeneralRe: Socket programming- Response to all client Pin
pt140115-Jan-13 4:01
pt140115-Jan-13 4:01 
GeneralRe: Socket programming- Response to all client Pin
mohammadkaab15-Jan-13 7:37
mohammadkaab15-Jan-13 7:37 
GeneralRe: Socket programming- Response to all client Pin
pt140115-Jan-13 8:37
pt140115-Jan-13 8:37 
GeneralRe: Socket programming- Response to all client Pin
mohammadkaab16-Jan-13 1:38
mohammadkaab16-Jan-13 1:38 
GeneralRe: Socket programming- Response to all client Pin
pt140116-Jan-13 1:52
pt140116-Jan-13 1:52 
GeneralRe: Socket programming- Response to all client Pin
mohammadkaab16-Jan-13 6:14
mohammadkaab16-Jan-13 6:14 
GeneralRe: Socket programming- Response to all client Pin
pt140116-Jan-13 9:32
pt140116-Jan-13 9:32 
GeneralRe: Socket programming- Response to all client Pin
mohammadkaab16-Jan-13 10:17
mohammadkaab16-Jan-13 10:17 

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.