Click here to Skip to main content
15,889,632 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# MySQL Question Pin
Richard Andrew x6414-Aug-11 15:39
professionalRichard Andrew x6414-Aug-11 15:39 
GeneralRe: C# MySQL Question Pin
d87c14-Aug-11 16:57
d87c14-Aug-11 16:57 
GeneralRe: C# MySQL Question Pin
PIEBALDconsult14-Aug-11 17:59
mvePIEBALDconsult14-Aug-11 17:59 
GeneralMessage Removed Pin
15-Aug-11 2:44
marssilen15-Aug-11 2:44 
GeneralRe: lame-ass hack attempt removed PinPopular
#realJSOP15-Aug-11 2:50
mve#realJSOP15-Aug-11 2:50 
GeneralRe: lame-ass hack attempt removed Pin
OriginalGriff15-Aug-11 3:05
mveOriginalGriff15-Aug-11 3:05 
GeneralRe: lame-ass hack attempt removed Pin
GenJerDan15-Aug-11 5:14
GenJerDan15-Aug-11 5:14 
GeneralRe: C# MySQL Question Pin
BoxyBrown15-Aug-11 22:27
BoxyBrown15-Aug-11 22:27 
AnswerRe: C# MySQL Question Pin
Dave Kreskowiak14-Aug-11 16:57
mveDave Kreskowiak14-Aug-11 16:57 
GeneralRe: C# MySQL Question Pin
d87c14-Aug-11 17:01
d87c14-Aug-11 17:01 
AnswerRe: C# MySQL Question Pin
Simon Bang Terkildsen15-Aug-11 1:38
Simon Bang Terkildsen15-Aug-11 1:38 
AnswerRe: C# MySQL Question Pin
Shameel14-Aug-11 22:06
professionalShameel14-Aug-11 22:06 
Generaldon't use Parse Pin
Luc Pattyn15-Aug-11 1:35
sitebuilderLuc Pattyn15-Aug-11 1:35 
GeneralRe: don't use Parse Pin
Shameel15-Aug-11 6:37
professionalShameel15-Aug-11 6:37 
AnswerRe: C# MySQL Question Pin
Luc Pattyn15-Aug-11 1:40
sitebuilderLuc Pattyn15-Aug-11 1:40 
AnswerRe: C# MySQL Question Pin
Gonzalo Cao15-Aug-11 21:24
Gonzalo Cao15-Aug-11 21:24 
QuestionIntersection between two rectangles in 3D Pin
Ali Habib13-Aug-11 22:42
Ali Habib13-Aug-11 22:42 
AnswerRe: Intersection between two rectangles in 3D Pin
Peter_in_278014-Aug-11 12:35
professionalPeter_in_278014-Aug-11 12:35 
QuestionCrossThreadMessagingException when using an anonymous delegate as part of an event. Pin
BobsLawnService13-Aug-11 2:40
BobsLawnService13-Aug-11 2:40 
AnswerRe: CrossThreadMessagingException when using an anonymous delegate as part of an event. Pin
Ravi Bhavnani13-Aug-11 4:28
professionalRavi Bhavnani13-Aug-11 4:28 
GeneralRe: CrossThreadMessagingException when using an anonymous delegate as part of an event. Pin
BobsLawnService13-Aug-11 4:48
BobsLawnService13-Aug-11 4:48 
GeneralRe: CrossThreadMessagingException when using an anonymous delegate as part of an event. Pin
Ravi Bhavnani13-Aug-11 6:26
professionalRavi Bhavnani13-Aug-11 6:26 
AnswerRe: CrossThreadMessagingException when using an anonymous delegate as part of an event. Pin
PIEBALDconsult14-Aug-11 18:16
mvePIEBALDconsult14-Aug-11 18:16 
QuestionUdpClient.Send() hangs Pin
mav.northwind13-Aug-11 0:52
mav.northwind13-Aug-11 0:52 
Hi guys!

In one of my applications I use UDP multicast to broadcast event notifications to an arbitrary number of clients.
This works nicely, except for one system where the application is running on Windows Server 2008R2.
On this machine, the call to Send() for a newly created UdpClient hangs.
I'm trying to send around 2K of data, well below the maximum size of 16K for UDP packages.
The process of sending is quite straightforward (at least from my point of view):
- Create a UdpClient
- Join the corresponding multicast group
- Serialize the event data
- Send this data (in row to several destination ports, if this makes any difference)
- Leave the multicast group

I couldn't find anything about Send() hanging so far, but perhaps someone here has an explanation?
Regards,
mav

--
Black holes are the places where God divided by 0...

QuestionInserting IMAGE FILES OR JPG,BMP file into MS-ACCESS TABLE Pin
M Riaz Bashir13-Aug-11 0:13
M Riaz Bashir13-Aug-11 0:13 

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.