Sponsored Content
Full Discussion: C++ application development
Top Forums Programming C++ application development Post 302701339 by Corona688 on Saturday 15th of September 2012 04:08:42 PM
Old 09-15-2012
I would reccomend gcc and g++, GNU Make, and the Data Dump Debugger (ddd).

Most applications and backends for Linux and UNIX are written in C or C++.
This User Gave Thanks to Corona688 For This Post:
 

We Also Found This Discussion For You

1. Shell Programming and Scripting

Difference between development and Production unix servers for a application??

Hi all I am running a major script of my application in development for implementing code changes for process improvement in time. The script runs in production once in a month . It takes 8 hours 30 mins in Production server . what surprice me is , when I run the same script in development server... (9 Replies)
Discussion started by: sakthifire
9 Replies
UNIXSERVER(1)						      General Commands Manual						     UNIXSERVER(1)

NAME
unixserver - UNIX domain socket server SYNOPSIS
unixserver [options] socket program DESCRIPTION
Unixserver is UNIX domain socket server that conform to UCSPI, the UNIX Client-Server Program Interface. OPTIONS
-q Quiet. Do not print any messages. -Q (default) Print error messages. -v Verbose. Print error and status messages. -d Do not delete the socket file on exit. -D (default) Delete the socket file on exit. -u UID Change user id to UID after creating socket. -g GID Change group id to GID after creating socket. -U Same as '-u $UID -g $GID'. -o UID Make the socket owned by UID. -r GID Make the socket group owned by GID. -O Same as '-o $SOCKET_UID -r $SOCKET_GID'. -p PERM Set the permissions on the created socket (in octal). Note: this option, if set, overrides the mask below. (defaults to 0666 minus umask) -m MASK Set umask to MASK (in octal) before creating socket. (defaults to 0, previous value is restored afterwards) -c N Do not handle more than N simultaneous connections. (default 10) -b N Allow a backlog of N connections. -B BANNER Write BANNER to the client immediately after connecting. SEE ALSO
unixclient(1), unixcat(1) http://cr.yp.to/proto/ucspi.txt AUTHOR
ucspi-unix package was written by Bruce Guenter <bruceg@em.ca> This manual page was originally written by Tomas Kuliavas <tokul@bigfoot.com> for the Debian GNU/Linux system, but may be used elsewhere under the GPL. UNIXSERVER(1)
All times are GMT -4. The time now is 12:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy