Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

socket accept

Status
Not open for further replies.

spaziosoft

Programmer
Apr 24, 2014
3
IT
hi,
after many tests i reach the limit of my knowledge on sco unix sockets.
a test server go well on socket creation, binding and listening, but not wait on accept !
the socket is blocking as default or no?
there is a way to debug this strange behaviour?

 
Which version of SCO ?
Which libraries and compiler ?

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
hi PHV,

my developer server is SCO OpenServer 5.0.5.

a few minutes ago I found out that a library is causing this problem!
the library is custom from my business application provider.
the strange for me is that this library is not used, only linked.
is possible an "interference" with socket library?

thanks for support
regards

 
this library is not used, only linked
So, why link it if not used ?

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
hi PHV,

after 3 days of test i solved .. hope.

the custom library is the first on the library sequence, libsocket come after.
the custom library developed by other software team (on 1999 !!) use a differente version on libsocket.a.
changing the order resolve.

i use all the libraries because this test must evolve on a solution that use them.

thanks for support
regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top