Search:

Type: Posts; User: santarus

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,056

    trying to find the quickest one :D i want to...

    trying to find the quickest one :D
    i want to move on with this stuff :)
    anyways, i'll probably go with the old way - char-by-char... oh well
    thanks on that mate!
    cheers
  2. Replies
    5
    Views
    1,056

    after running gdb found out that i get a segfault...

    after running gdb found out that i get a segfault in strcmp() for some reason :/
    right after commenting out all strcmp() cases - my program seems to work, but i'd like to use built-in functions,...
  3. Replies
    5
    Views
    1,056

    little help here needed.

    hey community!

    i've been developing this fastcgi app to run ontop of nginx. and so far i've been doing good (while writing a parser for GET requests), so i moved on to implementing a POST request...
  4. Replies
    1
    Views
    1,768

    C code along with server

    hey community,

    i'd like to know if anyone could tip me in the right direction in solving my problem.

    i have a c program that runs fine in the command line.

    but i have to integrate my...
  5. Replies
    11
    Views
    2,434

    im really confused why the client fails to...

    im really confused why the client fails to receive, when my server is trying to send on the same socket with a live established connection.
    any ideas?
  6. Replies
    11
    Views
    2,434

    ahhh! finally it did reach the loop; it sent the...

    ahhh! finally it did reach the loop;
    it sent the string to the server, but failed to receive with error "Failed to receive bytes from server: Success"
    so i assume that it simply doesn't receive...
  7. Replies
    11
    Views
    2,434

    yeah im using gdb for debugging. the value of...

    yeah im using gdb for debugging.
    the value of received is 0 when initialized (line 7)
    after "received" is supposed to get incremented by the amount of bytes it actually received (return of recv())
  8. Replies
    11
    Views
    2,434

    thanks for your prompt reply Salem, but after...

    thanks for your prompt reply Salem,

    but after tweaking the code - the problem remains.
    oh, and the receiver (server) seems to work correctly.
  9. Replies
    11
    Views
    2,434

    hey Quzah, that's the problem - my client wont...

    hey Quzah,

    that's the problem - my client wont throw any errors out - it compiles, runs and terminates without any. and that's why im a bit lost..
  10. Replies
    11
    Views
    2,434

    socket programming issue

    hey guys! im struggling for the past couple of days with a socket problem.
    im trying to master the basics in order to proceed and integrate this mechanism in my program which is supposed to run on a...
Results 1 to 10 of 10