Description:
Writing Linux applications, porting to Linux.
|
|
|
Using Subversion (svn) to manage website files?
|
| |
[Apologies if you have seen this already: I didn't get any replies to
my post in more local groups, so re-posting to worldwide groups.
Apologies in particular if this is only tenuously on-topic in the
programming groups, more a question about a programming utility, rather
than about programming itself..]... more »
|
|
mmap for IPC
|
| |
Just want to make sure: If I use mmap for inter-process communication, the processes that share the memory need not be forked from some parent process. They can be invoked independently, correct? Thank you,
Jay
|
|
environment variables in ld scripts
|
| |
I have inherited an application that makes extensive use of ld scripts. The former developer hard-coded many absolute directory paths into these scripts, e.g.:
-L /home/harold/libs -( -lnwiss -lr -)
@/home/harold/libs lib.ld
I would like to use environment variables so that I can use, say /home/jay/ rather than /home/harold. So I'll define:... more »
|
|
Jim Hodges, 6StringStu, Six String Stu, James Stuart Hodges 607
|
| |
607
577 SW Dexter Cir, Apt 201
1442 SW Haygood Loop, Apt 101
Lake City, FL 32025
(386) 438-8968
Local PD: (386) 752-4344
...Newsgroups: alt.social-security-disability
..." Of the three felonies on my record,
1: Violation of the Mann act (federal kidnapping...)....
2nd Felony arrest Homicide........... more »
|
|
What is a good site for string your open source stuff?
|
| |
What is a good site for storing your open source stuff?
I am looking for some free long lasting storage space for programs I have written,
but I do not want one where people can change things.
I have my own server, and hosted it too somewhere,
but it would be nice to have a backup site that has just Linux open source projects.... more »
|
|
Program hanging on recv()
|
| |
Hi,
I'm writing an application (basic client) that communicates with an HTTP server (Yahoo weather server, to be exact).
I've got a problem when receiving data from the server: i.e. program hangs while reading the last chunk of data. Also the server is normally sending 2, 3 or 4 responses, each response in not of the specified size... more »
|
|
pthred_con_timewait problem
|
| |
my problem is with pthread... I have a class that handle access to a msg queue with the below code..
this the part that is causing me problem...the init for the pthread_con_timewait is below.. protected:
pthread_cond_t _event_id;
pthread_condattr_t cattr; // Prevent copying or assignment... more »
|
|
|