Offered to the public domain232 (2/9/2008 3:52:42 AM) comp.unix.programmer / ***************************************************************************** (C) Copyright, 2008 - Joseph Dionne -- All Rights Retained A Public Domain offering for use as-is without any warrantee ex... CJ
System.inheritedChannel from a jvm app0167 (1/14/2008 2:32:49 PM) comp.lang.java.programmer System.inheritedChannel() allows a jvm to add a socket to itself uponstart up, passed from a non jvm application such as inetd. Is there away to pass a socket from one jvm to another jvm via the same method?cj... CJ
Pseudo terminal causing LM to die w/ fatal error728 (10/17/2007 12:11:01 AM) comp.unix.sco.misc A SCO 5.0.5 customer reports to me that and new utility I created that uses pseudo terminals is causing the license manager to "blow up" and die with a fatal error to the console. They are unable to "capture" ... CJ
License Manager managed features254 (10/12/2007 2:31:15 PM) comp.unix.sco.misc Is an application's use of UNIX Domain Sockets and/or pseudo terminals managed by the SCO 5.0.5 License Manager? I know TCP/IP utilities, such as telnet, rtelnet, ftp, etc, are licensed features, and that lice... CJ
Newbi to swing, need layout knowledge2118 (9/1/2007 1:37:15 PM) comp.lang.java.gui I have been using java for years, now I need to go gui work. I am having a Dickens of a time trying to grasp the swing layout managers, specifically how to control placement on screen. I am not looking for an... CJ
New to swing, need gui layout help779 (9/1/2007 1:12:54 PM) comp.lang.java.programmer I have been using java for years, now I need to go gui work. I amhaving a Dickens of a time trying to grasp the swing layout managers,specifically how to control placement on screen.I am not looking for an IDE... CJ
Is SCO OSR6 incompatible w/ SCO OSR5?732 (5/31/2007 9:04:07 PM) comp.unix.programmer I support both OS5 and OS6 SCO customers. I tend to build all applications on OS5 and distributed to both OS5 and OS6 customers. This has always worked until I began using pseudo terminals. I have a "shell" t... CJ
Incompatibility w/ Openserver 5 and Openserver 6431 (5/31/2007 4:30:32 PM) comp.unix.sco.misc I support both OS5 and OS6 SCO customers. I tend to build all applications on OS5 and distributed to both OS5 and OS6 customers. This has always worked until I began using pseudo terminals. I have a "shell" t... CJ
to select() or poll() ??1824 (11/13/2006 6:55:12 PM) comp.unix.programmer Which asynchronous multiplexer is "recommended" to use, select() or poll(). From the Solaris man pages, I read the following; "The poll(2) function is preferred over this function. It must be used when ... spambox1
Why can't we declare an argv variable?627 (6/9/2006 12:58:45 PM) comp.lang.c Functions can accept "argv like" variable definitions, i.e. foo(int argc, char *argv[]), which was defined/initialized in the C start up stubs, but we can't declare one for our own use. Example: foo(char *arg... CJ
popen with xinetd problem736 (6/5/2007 3:51:05 PM) comp.unix.programmer I have a problem using popen in a program that I try to run via the xinetd. The code is supposed to be a front-end for a bunch of scripts and binaries in a certain directory. The program runs perfectly from c... ambrmi09(3)
getting currently running processes in C229 (6/5/2007 9:33:00 PM) comp.unix.programmer Hi, As in title above, I' m writing a small C program under linux, and it requires a list of currently running processes. As I looked through the net the way to do that is to proces the /proc directory. Any ... arabel9(17)
Changing the shell through a C program1144 (6/7/2007 12:55:41 PM) comp.unix.programmer Hi, I've written a C program that can communicate with a Java program using shell commands (the C program launches the Java program with several arguments). Is the a way for me to change the shell (to /bin/sh ... gur.tom(22)
License Manager managed features254 (10/12/2007 2:31:15 PM) comp.unix.sco.misc Is an application's use of UNIX Domain Sockets and/or pseudo terminals managed by the SCO 5.0.5 License Manager? I know TCP/IP utilities, such as telnet, rtelnet, ftp, etc, are licensed features, and that lice... spambox1(50)
Pseudo terminal causing LM to die w/ fatal error728 (10/17/2007 12:11:01 AM) comp.unix.sco.misc A SCO 5.0.5 customer reports to me that and new utility I created that uses pseudo terminals is causing the license manager to "blow up" and die with a fatal error to the console. They are unable to "capture" ... spambox1(50)
Proper Initialization of Pointer to Pointer1122 (2/8/2008 2:44:18 PM) comp.lang.c What is the proper way to initialize a pointer to a pointer? Say, I have a pointer: char *ptr and I need to pass it's pointer in a function: func(&ptr) What's the correct way to setup the pointer? Thanks,... bwaichu(106)
The order of block declaration1133 (2/8/2008 4:09:56 PM) comp.lang.c Hi! `declaration' appears before `statement' within local block in the following diagram. So, does C specify the order of block declaration just by this? Is there other description about the order of block dec... lovecreatesbeauty(723)
Who likes short shorts?2843 (2/9/2008 12:43:59 AM) comp.lang.c Hello, world! (something I was wondering for a long time) Since C99 does have 'long long', wouldn't it be more consistent if there also was a 'short short' type? That way, plain int could be 64 bits on plat... no6(2791)
Offered to the public domain232 (2/9/2008 3:52:42 AM) comp.unix.programmer / ***************************************************************************** (C) Copyright, 2008 - Joseph Dionne -- All Rights Retained A Public Domain offering for use as-is without any warrantee ex... spambox1(50)