₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,147 members, 8,420,550 topics. Date: Friday, 05 June 2026 at 12:54 AM

Toggle theme

Rubygem's Posts

Nairaland ForumRubygem's ProfileRubygem's Posts

1 (of 1 pages)

Nairaland GeneralRe: A Cry For Help by rubygem(op): 1:54pm On May 02, 2020
Please help move to front-page. Now salary has not been paid for 28 months, and this convid19 pandemic is making it worse.This is because the few people assisting staff members to survive no longer can because they are also financially handicapped by the economic downturn caused by corona virus.
ProgrammingRe: Child Threads Handled In Node.js by rubygem: 9:19am On Jan 31, 2020
The os and cluster core module can also handle child processes.However, unlike the core child-process module, the child process can't communicate with the parent process.
Here is how it is implemented:

var cluster = require('cluster');
var numCPUs = require('os').cpus().length;

if (cluster.isMaster) {

console.log('I am the master/parent process launching workers!');

for(var i = 0; i < numCPUs; i++) {cluster.fork();} }
else {
console.log('I am a fork/child process'); //perform child operations }
Nairaland GeneralRe: A Cry For Help by rubygem(op): 7:05pm On Jan 16, 2020
Spread the news of this injustice pls
Nairaland GeneralA Cry For Help by rubygem(op):
*SAVE OUR SOULS*
We the staff of Abuja Film Village International *(AFVI),* a company owned by the Federal Capital Territory Administration *(FCTA)* have not been paid for over 24 months (2 Years). As a result, we have been through untold hardship and humiliation. We can no longer fend for our families, our children have been sent out of schools, we can't afford medical care, the embarrassment from landlords are unbearable among many others.
Therefore, we call on President Muhammadu Buhari, the Hon. Minister of FCT Mohammed Bello, Members of the National Assembly, International Communities and well meaning Nigerians to come to our aid.

Kindly help rebroadcast till it gets urgent attention.
Mod, please post on front page.
Find below,an article and a link to a video of what a typical staff member has been going through.

http://saharareporters.com/2020/04/28/abuja-film-village-staff-cry-out-over-unpaid-salaries

https://www.instagram.com/p/B7YMBNZgczM/?igshid=11f7bmr4o53jb

Thanks and God bless.

1 (of 1 pages)