Search:

Type: Posts; User: Arrummzen

Search: Search took 0.00 seconds.

  1. Yes, I visit the HDC BBS on a fairly regular...

    Yes, I visit the HDC BBS on a fairly regular basis.
    Thank you for your time,
    Arrummzen
  2. Thank you. Who would have thought it would be...

    Thank you. Who would have thought it would be something as simple as that. I was expecting some big error in my multi-tasking error.
    Thank you for your time,
    Arrummzen
  3. WOW quick response. No, I think something went...

    WOW quick response. No, I think something went wrong. The sever only posted part of my message.
    Thank you for your time,
    Arrummzen
  4. void HTTPserver ( int socket , int IPCout , int...

    void HTTPserver ( int socket , int IPCout , int IPCin )
    {
    fprintf ( stderr , " the HTTP server is up! \n " );

    struct sockaddr_in HTTPSocketRemote;
    socklen_t SockInSize;
    int...
  5. ?writing bug in a multi-process Linux server application?

    I am trying to write a concurrent web server for Linux. I am doing this just for fun (I am not trying to match IIS or Apache). My actual program is quite large so I will only post some highlights.
Results 1 to 5 of 5