[nodejs] Building Nodejs for ppc e500- Getting Illegal instruction fcfid

2020-01-03 Thread Arun Kumar
I am trying to build node js for ppc 32. Though there is no official support, am giving a try since it is required for one of my platform. Can you please tell me if there is any known guide lines to build node js for ppc 32. I did a hack and succeeded with build. However, the execution crashe

[nodejs] Re: Building Nodejs for ppc e500- Getting Illegal instruction fcfid

2020-01-13 Thread Arun Kumar
On Friday, January 3, 2020 at 10:18:37 PM UTC+5:30, Arun Kumar wrote: > > I am trying to build node js for ppc 32. Though there is no official > support, am giving a try since it is required for one of my platform. Can > you please tell me if there is any known guide lines to build

[nodejs] Deploying Node js application in Weblogic application server

2015-06-11 Thread Joe Arun Kumar
Is it possible to use Node JS with weblogic server. We are planning to use weblogic as application server. -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List

Re: [nodejs] Deploying Node js application in Weblogic application server

2015-06-15 Thread Joe Arun Kumar
Weblogic is highly scalable, we can have multiple managed servers, load balancing and site based server concepts. Is there similar kind of scalability in Node JS? -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group

[nodejs] How to communicate 2 node server with high performance.

2017-02-06 Thread Arun Kumar Raga
Hi All, 1) How can i share the global variables in node cluster environment, Currently i am using *NEDB