Search Results

Search: Posts Made By: hit
Forum: Programming 07-18-2002
6,099
Posted By hit
thanks a lot ,
your suggestion is good!
Forum: Programming 07-16-2002
6,099
Posted By hit
thanks!but i still meet a problem calling sendmsg
this is two fuctions that sends and recvs fd,variable "sd" is created by calling socketpair function,but running the program calling recv_fd and send_fd,system still report error.
please help me to...
Forum: Programming 07-15-2002
6,099
Posted By hit
i fork the child before accept the connect,so ...
if i fork the child process after accept the connect,the child will automatically gets a copy of all the open file descriptors the parent owns.but in fact, i want to fork serveral child processes,...
Forum: Programming 07-12-2002
6,099
Posted By hit
i want to pass the connect fd to child process,how can i do ti?
i write a function using to pass the socket connected fd to child process in the sco unix open server 5.0.5,but in fact i execute the program calling the fuction,system report send the fd error:
...
Forum: Programming 06-13-2002
2,413
Posted By hit
i have aleady known it!
i think i should read the http_main.c,is it right!
Forum: Programming 06-13-2002
2,413
Posted By hit
please tell me which codes i should refer to,thanks!
i donot know which codes i should refer to.please tell me ,thanks !
Forum: Programming 06-12-2002
2,413
Posted By hit
how can i write process_pool program?
i want to write a server process in the sco unix 505.The server process will fork multi-child-processes when it first starts.once parent process listen and accept any connect from client,it will...
2,365
Posted By hit
help?how can i modify the filesystem in the sco unixware?
how can i modify the filesystem in the sco unixware?
i only know use divvy command to moify the sco unix open server 5.05,but what is the corresponding command in the sco unixware?

i want to...
Forum: Programming 05-17-2002
2,834
Posted By hit
it is not right through judging the errno values
thanks for your advice,but it is not right through judging the errno values,
example:
#include <stdio.h>
#include <errno.h>
main()
{
int ret;
char cmd[128];
...
Forum: Programming 05-17-2002
2,834
Posted By hit
sco unix 5.0.5 call sytem() function question!please help me!
i want to know the return value of calling system function in the sco unix 5.0.5.what is the meaning of the return value?
............
int ret;
char cmd[128];
strcpy(cmd,"compress -F -c file...
Showing results 1 to 10 of 10

 
All times are GMT -4. The time now is 09:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy