python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Why the java sessions are not ending once the cronjob has been executed in AIX OS
I have set a crontab for execute a java service in every 8 hours in AIX(7.1) operating system. Once the crontab has done the job, the JAVA service should be end. This cronjob is working properly. But ...
Anuja
Votes: 0
Answers: 0
Is AIX 7.2 supported by some version of Go?
I am working on IBM AIX 7.2, and now I want to use Go on it.
Is there any gc (not gccgo) version that supports AIX 7.2?

joon
Votes: 0
Answers: 1
Altivec vec_all_gt equivalent on arm neon
I am porting an application from Altivec to Neon.
I see a lot of intrinsics in Altivec which return scalar values.
Do we have any such intrinsics on ARM ?
For instance vec_all_gt
sunmoon
Votes: 0
Answers: 1
"Compiling" go project as C shared object library on AIX 7.2 results in Executable that doesn't run
EDIT: For any poor soul that finds this, in search of a solution for the shared library from go conundrum: I was unable to find a solution that uses go and I would suggest, that until google go provid...
knmiecc
Votes: 0
Answers: 1