Search:

Type: Posts; User: paraglidersd

Search: Search took 0.01 seconds.

  1. Makes sense now. Thank you for your responses. ...

    Makes sense now. Thank you for your responses. -Bill
  2. really?

    so if I have 2 executable programs:

    executable prog Unix owner permissions
    ----------------- ----------- ---------
    prog1 user1 755
    prog2 ...
  3. How to spawn a process and have it keep ownership

    Hi All,

    I hope this is an easy one. I am using vfork from within an application to spawn another process (and then execute another application). I want that spawned application to retain its...
  4. Replies
    14
    Views
    4,216

    Foot in mouth

    I owe all of you an apology (though I thank all of you because I learned some things from your posts). As such, I have my foot placed firmly in mouth (or tail, whichever you prefer).

    Turns out...
  5. Replies
    14
    Views
    4,216

    Bill

    Actually, I did print out all of the bytes in the union. Every byte past the 8th byte had zeros in it.
  6. Replies
    14
    Views
    4,216

    more

    I must be doing something really wrong. I wrote a test client/server program and tried many variations. I tried htonX on the server/sparc side and ntohX on the linux side. I tried removing the...
  7. Replies
    14
    Views
    4,216

    Thanks

    yes, when I print with %e or %d I get actual values (like the one you showed).

    If it is a problem with the big/little endian issue, why would my integers that come over the socket look ok? In...
  8. Replies
    14
    Views
    4,216

    linux, doubles, and unions

    Hi All,

    I have a pretty bizarre problem going on regarding Linux. Our software is running on Unix and now we are porting to Linux. The problem involves a 'double' type within a union. This...
  9. Replies
    8
    Views
    14,502

    question

    question: is there any other way, other than signal handlers, to determine if a child process is running?

    I misspoke when I stated that the kill command returned non-zero. it always returned...
  10. Replies
    8
    Views
    14,502

    Thanks

    Awesome. Thanks for your help on this matter. Much appreciated.

    Bill
  11. Replies
    8
    Views
    14,502

    Thanks

    Thanks, guys, for the responses.

    We have tried the signal handling method also, but sometimes the signal doesnt register or return to the parent process. Not sure why. So, this other method I...
  12. Replies
    8
    Views
    14,502

    Child process status

    I am attempting to use "kill(pid, 0) == 0" to determine if a child process is running. It doesnt seem to be working as advertised. I have a parent C program that spawns a child C program on a unix...
Results 1 to 12 of 12