Questions tagged as 'processo'

1
answer

Entry in if () but instructions are not executed

I am trying to make a chat using pipes (chat between server and client). I made an exit condition, in case the server wants to quit / disconnect the chat it writes "quit", in the client in the same way. Doing "quit" from the server is working, h...
asked by 27.05.2017 / 22:25
2
answers

End process by .bat every time it starts

Good morning! Whenever I start the computer the process GWX.exe (the famous process Install Win10 ) runs, going to the Task Manager and finish it. So I created a .bat with the following command line: @echo off TASKKILL /F /IM "GWX.exe"...
asked by 04.05.2016 / 14:16
1
answer

Create a service together with the Ruby on Rails app

I'm developing a new project using Ruby on Rails to communicate with a legacy system made in COBOL. This communication will be done through TXT files, that is, when I have to get information I have to read a folder, open the TXT files and ren...
asked by 16.04.2014 / 17:04
0
answers

How to generate two child processes in which each one writes a string in the PIPE and the parent process le PIPE and joins the two strings?

include include include include include include int main (void) {         int status = 0;         int fd [2], nbytes;         pid_t pid, wpid;         char string1 []="Hello, \ n";         char string2 []="World! \ n";         ...
asked by 22.04.2018 / 04:58
2
answers

Delphi application with TWebBrowser does not leave the list of processes?

I made a test program to show colleagues what is happening, I'm using the TWebBrowser component to show a text works in a good, it happens that when I close the application it does not leave the list of processes generating a disorder, because b...
asked by 21.02.2018 / 19:09
0
answers

Trigger some type of event when an application is opened in C #

I need to prevent users of the company I work from opening many applications at the same time. For example, ABC.exe application can only be opened once on the computer (or 2x). So if you already have two instances of the ABC.exe process open in...
asked by 20.02.2018 / 22:19
0
answers

Background execution with Django Python

I have a web based system in Django (Python). In this app I need to show some dynamic values coming from a remote device, in which I need to make some requests every 2 minutes to log the values in the database and generate some of these tips as...
asked by 23.06.2017 / 19:12
0
answers

Is browsing really a multithreaded application?

Once, in the discipline of Distributed Systems, the teacher asked a question and he himself answered: Which example of multithreaded application is widely used by all? The browse, because when loading an HTML page, each element such as ima...
asked by 13.04.2017 / 03:54
1
answer

How to create a list of blocked programs in C #?

I want you to select one of the programs from the list of installed programs in Windows. I want to prevent them from being opened, in this case, with a password. For example, select, click Block, and add a password to connect to the locked pr...
asked by 29.01.2016 / 22:28
1
answer

Error Starting IIS Express Web Server - Error 0x80070020

After leaving Visual Studio one night in debug mode stopped on one line, I could no longer run the web application locally because of an error in IIS Express . I tried to stop IIS Express and reopen Visual Studio, but it did not w...
asked by 22.06.2016 / 22:53