Hi,
Does anyone know good client software that can send hex data from command prompt to some ip address and port? Is the handling different if I send the data in a file or from the command prompt in the receiving end?
Thanks for your help !
Hi,
What does code alignment mean? I know it makes code execution more efficient but howto take it into consideration for example when sorting different data types in struct, if the struct contains char, byte array ([20]), unsigned long int, unsigned short int etc. types?
Thanks 4 help.
Hi,
In client/server application I have a shared memory block which contains two separate data variables which are used by multiple concurrent processes. I have created one semaphore which grants access to both of them. Only it is taking too long time for a process to do its job with this data...
Hi,
I am implementing a program which uses 1024 bytes shared memory. Multiple processes may use this memory. My gcc compilation gave error collect2:ld returned 12 exit status which, I was told , is due to lack of memory. The question is, how can I assign more memory for my program?
Thank you !!
Hi,
I'm using gcc compiler and gdb debugger on AIX platform. GCC gives message: "collect2: ld returned 12 exit status" and nothing else. What does it mean? How can I get it to print more information about the error messages?
Thanks,
Hi,
I tried to implement 1024 byte shared memory segment with semaphore (C -language) in simple client/server application but now I get "segmentation fault - core dumped" every time I try to run the executable. Neither the shmemory nor the semaphore was deallocated/removed within the...
Hi,
I have a few questions about unix tcp/ip programming (C -language).
1) In client/server application I need to implement a dynamically linked list which could be edited through child processes. So if I create this linked list before calling the fork (), the child should be able to write...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.