Page 1 of 1

Xampp 2.5 Visual Studio 6

PostPosted: 30. March 2012 17:37
by xbitcool
Greetings

I'm recompiling xampp 2.5 source fetched from here http://www.nat32.com/xampp/index.htm and added 5 services more, I added buttons, actions and incressed the NJOBS variable to 9 and it working perfectly but when I try to start more than 5 running process the xampp_control crash and close, the job is started but the xampp_control exit, can anybody give some help here ?

Here a part of XAMPP.H
Code: Select all
#define OK 1
#define SYSERR -1

#define NJOBS 9     // Number of entries in our Job Table


I think is a Semaphores thing.. but I can't find any reasson why.

Please any help will be grateful