CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: wieweet

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    16,354

    Re: udp client/server performance

    ok, i'm not sure of i should continue here or make another topic.
    This is the tcp code i was using:



    class TCPSocketServer
    {
    public AsyncCallback pfnWorkerCallBack;

    ...
  2. Replies
    2
    Views
    1,356

    Re: Need Help with OpenGL with C#

    http://csgl.sourceforge.net/faq.html#vsnet
    How to use with Visual Studio .NET?
    Well if you install it (in <csgl>/libinstall there is an instalable version with an install.bat) you could add it in...
  3. Replies
    9
    Views
    16,354

    Re: udp client/server performance

    ok, so i'm somewhere in between I don't care if the updates for the players location etc all arrive. That just has to go fast. Things like hits and game begin and end they have to arrive and be...
  4. Replies
    9
    Views
    16,354

    Re: udp client/server performance

    Hi Mutant_Fruit,
    I did start with tcp and am switching to udp because tcp isn't fast enoug. Over lan it works but over the internet it just won't work. (the game i'm making is a 2D top down shooter,...
  5. Replies
    9
    Views
    16,354

    Re: udp client/server performance

    What if i make one thread per client that takes care of processing data and handling acknowledgement. Each tread would hold the data for a single client. This way i don't have to access the same list...
  6. Replies
    9
    Views
    16,354

    Re: udp client/server performance

    On the local network the server can now serve 11 clients. When i connect a 12th client, all clients disconnect. I have no idea why, it seems to start losing a lot of packets and then it fails the...
  7. Replies
    9
    Views
    16,354

    udp client/server performance

    Hi,

    I'm working on a UDP game-server for an xna game (no, i'm not interested in using the networking tools build in to xna). I have it working but i need ways to improve it's performance.
    ...
  8. Thread: array problem

    by wieweet
    Replies
    3
    Views
    808

    Re: array problem

    ah thanks didn't know about the fixed size
  9. Thread: array problem

    by wieweet
    Replies
    3
    Views
    808

    array problem

    dear,

    **** ashamed to ask this :)

    i have a problem to with arrays in java.
    it's an array of strings and i want to add another string to the end.
    (it's in a try-catch statement, don't know if...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured