Questions tagged as 'servidor'

1
answer

RDS SQL Server AWS - Doubt about changing instance class BD

I need to change the class of the database instance, as I use the "micro" and need to change to an instance with larger resources. My question is if I change, do I lose my current database? This is an MS SQL Server database in production, so I c...
asked by 21.11.2017 / 18:35
1
answer

Problems with bandwidth limits

I have a website hosted on a server (Kinghsot). This same site had about 2700 visits this month (from Feb. 1 to Feb. 16), according to Google Analytics. What happens is that this generated monthly traffic (up to the 16th) of almost 22GB, is this...
asked by 17.02.2016 / 12:14
2
answers

Routine in Delphi Application Server with UNIGUI

I have an application developed with UNIGUI components for Delphi XE5 and I would like to know how I can run a routine on the application server, without necessarily being in the browser interface. One of the routines is communication via socket...
asked by 09.09.2014 / 14:11
3
answers

Waiting for remote audio extraction in Java

In my college project I have a small Java API that extracts audio from video files, where the URL of the video is passed and an MP3 file is returned, so far so good. I would like to keep a server performing the tasks of downloading the video...
asked by 07.07.2014 / 09:25
1
answer

Is there anything wrong with this code that sends a String to the server?

Because it is giving nullPointerException. I use the same OutPutStream to send to the server? public void envia(String minhastring) { HttpURLConnection conn = null; URL url = null; try { url = new URL( "htt...
asked by 01.09.2015 / 16:16
1
answer

django does not connect to mysql database

I was doing this project in linux Mint and had to switch to windows and I'm having some problems setting up the environment. when running the command    $ python manage.py migrate I get the following error:    (venv) C:\Users\Nee...
asked by 10.10.2018 / 03:24
1
answer

Server configuration asp [closed]

Good afternoon. I am venturing into a server asp, only that I am lost in your configuration. As dev php, I put an index.php on an asp server waiting for it to work, though it did not work. Looking for more, I realized that I should configure web...
asked by 23.07.2018 / 21:55
1
answer

Do individual requests influence the speed of the site in general?

Good morning! A client is on the site, it runs in the console a code like this: setInterval(function(){ console.log('Teste'); }, 1); Does his code, running on his browser, in any way damage the speed of the website in general? Server...
asked by 28.06.2018 / 13:23
1
answer

SQL server error creating table

I tried to create multiple tables in SQL but 2 of them gave the same error:    "Msg 1767, Level 16, State 0, Line 72   Foreign key 'FK__movimento__codem__3118447E' references invalid table "loan". E    "Msg 1750, Level 16, State 0, Lin...
asked by 07.05.2018 / 14:50
1
answer

SQL Server Integration with Android [closed]

I'm having trouble connecting to Sql Server and Android. When I try to communicate, the message "No address associated with hostname." I already did everything I needed, I downloaded Drive jtds, I downloaded sql server 2017, and I could not make...
asked by 09.03.2018 / 18:31