I Need Your C# Brains

CreepieCreepie Join Date: 2003-02-19 Member: 13734Members
<div class="IPBDescription">Braaaaaaaains</div> I'm having trouble getting my head around COM interop. Anyone with any knowledge of c# please reply here and I'll outline what I'm trying to achieve.

Tanks.

Comments

  • GwahirGwahir Join Date: 2002-04-24 Member: 513Members, Constellation
    got some, never worked with that part of it though.
  • CreepieCreepie Join Date: 2003-02-19 Member: 13734Members
    I'm implementing a log server in c#. The clients being logged are legacy C++ applications that cannot be implemented in c#.

    I need a central queue somewhere of logs messages so they can be processed synchronously. And herein lies the problem. I'm having a devil of a time getting this queue implemented in c# so that it can service multiple connections from the clients.
  • DOOManiacDOOManiac Worst. Critic. Ever. Join Date: 2002-04-17 Member: 462Members, NS1 Playtester
    I had to do some COM stuff w/ PHP once as an experiment.

    It wasn't fun. :(
  • GwahirGwahir Join Date: 2002-04-24 Member: 513Members, Constellation
    multiple connections eh?

    look into threads and semaphores.
Sign In or Register to comment.