Are there any available web server classes in C/C++?236 (1/8/2009 3:33:49 AM) comp.os.linux.misc I am writing UT code for my application. Since my application use libcurl to list file on HTTP server and download file, I need some web server libraries to server as a HTTP server in my local environment when ... Bill
Why my program need so much virtual memory?244 (10/8/2008 10:19:19 AM) comp.os.linux.misc The following information is gotten from the output of free -m: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 32367 nobody 25 0 1619m 17m 5552 S 0.0 0.9 0:00.15 xxx I used (cla... Bill
Strange error about installing rpm on redhat4335 (9/23/2008 9:01:41 AM) comp.os.linux.misc I have created a rpm on my redhat4. But when I try to verify it by installing it on the SAME machine, I get the following errors: [root@RADIATA i386]# rpm -ivh FMSFileModule-1.2-1.i386.rpm --root /opt/ adobe/fm... Bill
Is it possible to compile on one Linux and run on another Linux?625 (9/19/2008 12:18:39 PM) comp.os.linux.misc Subject: Is it possible to compile on one Linux and run on another Linux? Usually, different Linux version will have a lot of libraries version changed (Of course, I just mean the situation that both environme... Bill
How to make this program more efficient?9327 (9/13/2008 1:18:57 AM) comp.lang.c++ SUBJECT: How to make this program more efficient? In my program, a thread will check update from server periodically and generate a stl::map for other part of this program to read data from. Let's name the upd... Bill
Is there a equivalent API on Unix as _get_errno on Windows?838 (9/9/2008 1:05:46 PM) comp.unix.programmer Subject: Is there a equivalent API on Unix as _get_errno on Windows? I want to port my program from Windows to Unix. But I failed to find an equivalent API for _get_errno API on Windows. Then I want to impleme... Bill
All of us know about unit test. But what's a unit?346 (6/17/2008 9:44:10 AM) comp.lang.java.programmer A method? A class? A bunch of related classes? A module? An API we exposed from a module? ... My opinion is all of them are units for different test requirement. But my friend doesn't agree. He thinks we shoul... Bill
Strange error about installing rpm on redhat4335 (9/23/2008 9:01:41 AM) comp.os.linux.misc I have created a rpm on my redhat4. But when I try to verify it by installing it on the SAME machine, I get the following errors: [root@RADIATA i386]# rpm -ivh FMSFileModule-1.2-1.i386.rpm --root /opt/ adobe/fm... billdavidcn(24)
How to make this program more efficient?9327 (9/13/2008 1:18:57 AM) comp.lang.c++ SUBJECT: How to make this program more efficient? In my program, a thread will check update from server periodically and generate a stl::map for other part of this program to read data from. Let's name the upd... billdavidcn(24)