I really need to know if and when a Linux 2.x port will be available -
anyone who is doing this or knows of this: please email the details in
addition to posting. Thanks !!
Penny
I really need to know if and when a Linux 2.x port will be available -
anyone who is doing this or knows of this: please email the details in
addition to posting. Thanks !!
Penny
1. A port of Phttpd to use Pthreads instead
of Solaris/Unixware (UI) threads. I just received such
a port and will look at integrating that into the main
Phttpd distribution. It was done on a Silicon Graphics IRIX
machine though so there will probably be more work needed to
make it compile and run on Linux (or other Unixes with Pthreads).
2. A good Pthreads implementation for Linux. Best would be
a combination of both a kernel-level (like LinuxThreads)
and a user-level (like Provens's or MIT's pThreads).
Currently most threads implemenation (as far as I know) are still way
behind Suns implementations (both UI and Pthreads). For example with
LinuxThreads all threads will be "heavyweight" (which will cause
problems if one would try to use it for a big servers - one might run
out of processes/threads rather quickly...)
You can FTP the Posix port of Phttpd from:
ftp://ftp.signum.se/pub/phttpd/alpha/pthreads-phttpd-0.99.73.c.tar.gz
if you are interrested in having a shot at porting it to Linux...
(I will not have time to work on it during the next couple of weeks
since I'll be visiting the Usenix Techical Conference in Anaheim :-)
- Peter
--
WWW: http://www.ifm.liu.se/~peter/ Phone: +46 13 282786
Link?ping University, Department of Physics, S-581 83 Link?ping, Sweden
1. GETSERVBYNAME()????????????????????"""""""""""""
Hi,
Does anyone know why
struct servent *serv;
serv=getservbyname("exec","tcp");
gives a warning err of incomparible pointer type?
I also can't get rexec to function. It compiles ok....
Thanks
Kirk
2. utmp file format and utent functions
3. """"""""My SoundBlast 16 pnp isn't up yet""""""""""""
4. UNIX Network programming sources ...
5. "rm -rf /usr/ports" before "tar -xvzf ports.tar.gz"???
6. Hard drive showing wrong size?
7. ipchains: icmp "port" 8 to "port" 0
8. Mapping structs in SCO UNIX
9. Type "(", ")" and "{", "}" in X...
10. Has anyone ported the "ucd-snmp" package to linux ??
11. Anyone know how to rm the file "-af" and "-al"?
12. Can anyone send me the "/etc/remote" & "/etc/ttydefs" file
13. Ports of BSD "scsi" and "sdremap" wanted