Questions tagged as 'servidor'

0
answers

PHP Mysql connection performance on remote server

I'm at all costs trying to improve the loading time of my pages, but I'm suffering with a bottleneck. The connection between the web server (godaddy) and my database server (location with dedicated ip) I ran a test with a simple page that jus...
asked by 21.07.2016 / 01:27
2
answers

Consume .mdb file and write to MySQL with PHP

I have an .mdb file, and I need to inject all its data into MySQL using PHP code. What I do is the following: // Executa comando via shell para upload do banco no mysql $scriptEsquema = shell_exec('mdb-schema uploads/arquivo.mdb mysq...
asked by 01.07.2016 / 04:23
0
answers

Error in uploading a page in html

Good afternoon, I have a problem when I upload a html page to the server, I created this project in mvc5 c # and I use filezilla to upload things to the server when the part I made was a popup and when I click the button it goes to another page,...
asked by 07.07.2016 / 19:39
0
answers

Schedule with SQL (slowness)

I have a commercial management system and a much used module is the agenda. The programming (.net + Sql) worked very well, but now the table has about 1M of registers, and it is getting almost impractical to use the tool. The number of concurren...
asked by 18.10.2016 / 16:08
0
answers

How to upgrade a game unity

I have a game published in Google Play, this game only has one scene (menu), and the remaining data of the game is on my server. How can I update my game (menu scene) with more game data from my server, and this game data (compilation of other s...
asked by 16.05.2016 / 13:49
1
answer

How to edit project online on a server?

Live! I'm developing a cakephp 3 application, uploaded to the server, does anyone know of a way to continue working on the project with an IDE even while on the server?     
asked by 16.05.2016 / 11:20
1
answer

Problems with GlassFish PermGen Space

I have a project that runs a web control system, it has a web service rest for querying and collecting data from mobile devices. It performs perfectly, but the project is still under development. It has happened three times, from the Glassfish c...
asked by 21.06.2016 / 23:46
0
answers

How to Redirect CNAME to Hosting

I'm trying to redirect a domain and CNAME to an IP in Locaweb. It is a Cloud server that generates a temporary link to access the site through the browser. Let's suppose: link In domain hosting I'm putting it like this: dominio.com.br...
asked by 18.05.2016 / 18:56
1
answer

Application Location to save data C #

I need to work with Windows Forms , more specifically on a system that works in intranet, without the possibility of using MYSQL , SQL Server among others. I need to create a second project that serves as a server and save...
asked by 20.04.2016 / 16:28
0
answers

Arduino - Ethernet Shield - Connection with server

I have a server and an Arduino with a temperature sensor, but I'm not able to do a POST of values taken by the sensor on the server page. Can anyone help me? Follow the code. #include <DHT.h> #include <Ethernet.h> #include <S...
asked by 07.04.2016 / 18:56