Click here to Skip to main content
15,896,259 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
kalberts15-May-19 3:30
kalberts15-May-19 3:30 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
honey the codewitch15-May-19 3:35
mvahoney the codewitch15-May-19 3:35 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
kalberts15-May-19 3:39
kalberts15-May-19 3:39 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
honey the codewitch15-May-19 4:05
mvahoney the codewitch15-May-19 4:05 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
johannesnestler15-May-19 4:28
johannesnestler15-May-19 4:28 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
honey the codewitch15-May-19 5:15
mvahoney the codewitch15-May-19 5:15 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
Gerardo Orozco15-May-19 6:32
Gerardo Orozco15-May-19 6:32 
GeneralRe: Some thoughts on the .net CLR/CLI Pin
honey the codewitch15-May-19 8:05
mvahoney the codewitch15-May-19 8:05 
Yeah, that's the Microsoft recommended way I think, either that or using classic unmanaged C++ and just calling into that but marshalling can be a problem depending on performance needs, so mixed mode/managed may be the way to go. The other option would probably be to write a custom marshaller for those methods, if you really don't want to mix manage/unmanaged code in the same assembly

I'd share it, because people may not be aware of the technique.

As far as the UDP I'm curious if you use any sort of QOS method on your UDP streaming?

uTP does, but to the opposite ends and goals as yours, although using something like it might smooth playback during network traffic spikes
When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

Generalstuck with .NET Core Pin
honey the codewitch14-May-19 2:22
mvahoney the codewitch14-May-19 2:22 
GeneralRe: stuck with .NET Core Pin
OriginalGriff14-May-19 2:34
mveOriginalGriff14-May-19 2:34 
GeneralRe: stuck with .NET Core Pin
honey the codewitch14-May-19 2:38
mvahoney the codewitch14-May-19 2:38 
GeneralRe: stuck with .NET Core Pin
OriginalGriff14-May-19 2:53
mveOriginalGriff14-May-19 2:53 
GeneralRe: stuck with .NET Core Pin
honey the codewitch14-May-19 3:00
mvahoney the codewitch14-May-19 3:00 
GeneralRe: stuck with .NET Core Pin
Eddy Vluggen14-May-19 4:17
professionalEddy Vluggen14-May-19 4:17 
GeneralRe: stuck with .NET Core Pin
honey the codewitch14-May-19 4:22
mvahoney the codewitch14-May-19 4:22 
GeneralRe: stuck with .NET Core Pin
Sander Rossel14-May-19 9:10
professionalSander Rossel14-May-19 9:10 
GeneralRe: stuck with .NET Core Pin
RickZeeland14-May-19 2:34
mveRickZeeland14-May-19 2:34 
GeneralRe: stuck with .NET Core Pin
Kornfeld Eliyahu Peter14-May-19 2:40
professionalKornfeld Eliyahu Peter14-May-19 2:40 
GeneralRe: stuck with .NET Core Pin
honey the codewitch14-May-19 2:43
mvahoney the codewitch14-May-19 2:43 
GeneralRe: stuck with .NET Core Pin
OriginalGriff14-May-19 2:55
mveOriginalGriff14-May-19 2:55 
GeneralRe: stuck with .NET Core Pin
honey the codewitch14-May-19 2:58
mvahoney the codewitch14-May-19 2:58 
GeneralRe: stuck with .NET Core Pin
OriginalGriff14-May-19 3:28
mveOriginalGriff14-May-19 3:28 
GeneralRe: stuck with .NET Core Pin
honey the codewitch14-May-19 3:32
mvahoney the codewitch14-May-19 3:32 
GeneralRe: stuck with .NET Core Pin
OriginalGriff14-May-19 4:05
mveOriginalGriff14-May-19 4:05 
GeneralRe: stuck with .NET Core Pin
honey the codewitch14-May-19 4:07
mvahoney the codewitch14-May-19 4:07 

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.