Starting AZPSERVER from Start GUI

Bug #1211244 reported by Adrián Arroyo Calle
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Azpazeta
New
Undecided
Unassigned

Bug Description

This doesn't work on Windows, but we can do this:
AzpClient::AzpClient(azpCLIENT_STATE mode,wxString ip,bool ipv6)
{
/* Creating the server if is needed */
if(mode==azpCLIENT_SINGLE || mode==azpCLIENT_LOAD)
{
 process=new ServerProcess();
 /*process=new wxProcess();*/
#ifndef WIN32
 process->Open(azppath+wxT("/AZPSERVER ipv6"),wxEXEC_ASYNC);
#else
 process->Open(azppath+wxT("\\AZPSERVER ipv6"),wxEXEC_ASYNC);
#endif
 wxMilliSleep(1000);

.... Continue

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.