Questions tagged [server]

A server is a running instance of a software application capable of accepting requests from a client and giving responses accordingly.

A server is a running instance of an application (Software) capable of accepting requests from the client and giving responses accordingly.

Servers can run on any computer including dedicated computers, which individually are also often referred to as "the server".

In many cases, a computer can provide several services and have several servers running. The advantage of running servers on a dedicated computer is security. For this reason most of the servers are daemon processes and designed by the designers in such a way that they can be run on specific computer(s).

There are various categories of servers. Please refer to this Wikipedia page to learn more about the subcategories of servers.

25074 questions
3
votes
2 answers

PHP - Show message if all arrays are active, inactive or unavailable

Operational'; $offline='Failed'; //Functions function servercheck($server,$port){ //Check that…
Achmed Zuzali
  • 883
  • 10
  • 12
3
votes
1 answer

Node.js Socket.IO not working completely

I run a standalone server which listens on port 5000. When I connect to it by Netcat or Telnet, the app doesn't print on terminal anything, but on the Netcat/Telnet application screen, it shows that connection has been established. var io =…
Behdad
  • 1,459
  • 3
  • 24
  • 36
3
votes
1 answer

Adding objects dynamically in bokeh server application

I would like to add objects dynamically on the bokeh server. The example I am trying to run is the following bokeh server app: from bokeh.layouts import column from bokeh.plotting import curdoc from bokeh.models import Button def add_button(): …
Karel Macek
  • 1,119
  • 2
  • 11
  • 24
3
votes
2 answers

Python: how to handle exceptions thrown by a server in urllib2?

This is my code where i have handled the exceptions the way it is written in python documentation but sometimes i do not know what happens but my code stuck at this print "SERVER RESPONSE" line and does not continue any forward and I have to…
irum zahra
  • 417
  • 1
  • 8
  • 17
3
votes
3 answers

How can I get the time of a remote server?

I am currently working on a websever that will create a quick diagnose dashboard of other servers. My requirement is to display the time of these remote servers, it seems that the NTP create some issues and I would like to see that. I currently have…
Waza_Be
  • 39,407
  • 49
  • 186
  • 260
3
votes
1 answer

Best practice: Connect WPF to remote SQL database

I know that there are a lot of questions regarding this topic, however after four days of reading and googling, I am kind of stuck and need somebody to clarify some things for me please. My situation: I have developed a WPF application in C#. This…
Niklas S.
  • 329
  • 4
  • 16
3
votes
5 answers

Using gulp with a team on a Local Server. Error: EPERM: operation not permitted, chmod

I am working with a web team and we keep all our files on a local shared server in the office. ( we are slowly moving everything over to git so please no comments about how dumb we are for not using git. Thanks! ) We are using gulp to compile our…
3
votes
5 answers

How to access php with port from another computer?

So I am using WAMP with the latest version and Im currently running a project with url http://localhost:8080 since I am using php -S localhost:8080 to run my app. The computer's ip address is 192.168.1.4 and I access it through another computer by…
wobsoriano
  • 12,348
  • 24
  • 92
  • 162
3
votes
1 answer

Is there a pandas server?

Is there a way to 'serve' a large pandas dataframe in order to load it once, and then subsequently access it from another shell? I am thinking of a uwsgi server or any other server. I have looked at django rest pandas, but I am not sure I understand…
Private
  • 2,626
  • 1
  • 22
  • 39
3
votes
2 answers

Add-DhcpServerv4Reservation FullyQualifiedErrorId : WIN32 1753

I keep on getting the following error when trying to run the Add-DhcpServerv4Reservation command in PowerShell: + CategoryInfo : NotSpecified: (xxx.xxx.42.234:root/Microsoft/...erv4Reservation) [Add-DhcpServerv4Reservation], CimException +…
beginner
  • 31
  • 1
  • 3
3
votes
1 answer

Reusing linux abstract namespace socket

I would like to reuse one abstract socket adress during one server session. I tried to close sockets and bind them again, but it isn't working. server.c: #include #include #include #include #include…
3
votes
1 answer

Tableau: How to automate publishing dashboard to Tableau server

I used python scripting to do a series of complex queries from 3 different RDS's, and then exported the data into a CSV file. I am now trying to find a way to automate publishing a dashboard that uses this data into Tableau server on a weekly basis,…
Riley Hun
  • 2,541
  • 5
  • 31
  • 77
3
votes
4 answers

Server: [http-nio-8080-exec-7] org.apache.coyote.http11.Http11Processor.service Error processing request java.lang.NullPointerException

My tomcat server always throws the following the errors(in the linux,Tomcat version is 8.5.4, using tail -f catalina.out): The first error: 17-Jan-2017 10:39:24.982 SEVERE [http-nio-8080-exec-7] org.apache.coyote.http11.Http11Processor.service Error…
Python Basketball
  • 2,320
  • 3
  • 24
  • 47
3
votes
1 answer

Arabic url is not working in WordPress on Windows IIS Server

Urls with Arabic slugs are going to 404 on IIS Windows Server and working fine on Apache server. When I have Arabic in URL like /ar/product-categories/الأرز/ It is redirecting to 404 when I edit the slug into English it's working I have installed…
Owais Aslam
  • 1,577
  • 1
  • 17
  • 39
3
votes
1 answer

Instagram blocks website's IP?

I recently created a website with PHP to Check Out Anyone's Instagram Profile Picture at Full Size!. Yesterday my service stopped to work and it seems as if Instagram is blocking my web servers IP-address. I then started to try to fix the issue but…
Mehdi
  • 39
  • 1
  • 2