implemented client server program for around 400 clients using fifo and semaphores.
issues:-
while compilation gcc was unable to get the size for variable of union semun.
implemented client server program for around 400 clients using fifo and semaphores.
issues:-
while compilation gcc was unable to get the size for variable of union semun.
EmbLogic Research & Competency Development Labs
Phone: +91 9818467776, 8527567776, 9650467776
Email: info@emblogic.com
Copyright © EmbLogic Embedded Technologies Pvt. Ltd.
->resolved the above issue by copying and pasting the format of union semun from man page.