Praveen Kumar writes:
> Previously this basic server is executed using *openvt* but I thought
> it would be nice to have a daemon process for it and used
> python-daemon.
An important difference is that a daemon process has no controlling
terminal, by definition.
> Issue I am facing is after so
On Mon, Oct 20, 2014 at 2:16 AM, Praveen Kumar
wrote:
> I am writing a very basic server side application[0] which get data
> from a client and create a virtual machine using provided data and
> also tells client about what's going on during *virt-install* command
> execution. Previously this basi
Hi,
I am writing a very basic server side application[0] which get data
from a client and create a virtual machine using provided data and
also tells client about what's going on during *virt-install* command
execution. Previously this basic server is executed using *openvt* but
I thought it would