Search Results

Search: Posts Made By: xtremejames183
Forum: Programming 04-03-2009
2,127
Posted By xtremejames183
use an embedded database instead ( sqlite/cdb...)
use an embedded database instead ( sqlite/cdb...)
Forum: Programming 02-01-2009
7,584
Posted By xtremejames183
to make a timeouted socket syscall e.g...
to make a timeouted socket syscall e.g read,send,sendfile...

epool ==> linux
kqueue ==> ( kernel queue ) FreeBSD/dragonflyBSD..
/dev/poll ==> solaris
WaitForSingleObject ==> win$hit...
Forum: Programming 12-14-2008
14,574
Posted By xtremejames183
Fixed but the problem isn't there.anyone could...
Fixed but the problem isn't there.anyone could help
Forum: Programming 12-14-2008
5,075
Posted By xtremejames183
pid = fork(); if( pid == 0){ ...
pid = fork();
if( pid == 0){

execl("/bin/sh","sh","/sbin/md5","filename",(char *)NULL);
_exit(127);
}
Forum: Programming 12-14-2008
14,574
Posted By xtremejames183
pipe-fork-execve
Hi everyone , after a pipe() system call i've forked and entred into the child process to execve a shell script .the problem here is that when the execve sys call fail , i want to send the error...
Showing results 1 to 5 of 5

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