0
votes
0answers
5 views

Is it possible to change the state of a running process to Service?

Is it possible to change the state of a running process to "Service"? I do not care wich programming language can manage this , i just wonder if its even possible. I tried creating a service for the ...
4
votes
3answers
563 views

Should an Angular service have state?

Recently some co-workers and I were having a discussion as to whether or not AngularJS services should have state or not. We came up with some arguments for and against it and I wanted to get ...
2
votes
1answer
2k views

The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state

The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state. I am getting this error, when windows application is trying ...
4
votes
3answers
562 views

Get information about internal state of Windows Service

I have a Windows Service that I am writing in .NET C#. The service is going to act as a file processor. It just watches a directory for File Created events and adds these files to a queue for ...
1
vote
2answers
237 views

Android: Saving music state (beginner)

I am having an issue with the music playback of my app. I set up the media player within a Service class which plays music throughout the application fine. However, the issue I'm having is when ...
0
votes
2answers
101 views

How to store minimal state for an Android Service WITHOUT touching storage

I need a way to save a small amount of state (basically just a 32-bit integer) that will survive across invocations of my IntentService. I can't use SharedPreferences because it uses flash and this ...
0
votes
1answer
131 views

How to store state in an Android Service

I'd like to make my IntentService remember when it was called last time and how many times it was called so far. It doesn't matter if these values are reset when the phone is rebooted, but they must ...
2
votes
3answers
481 views

Distributed ASP.Net State Service

I'm wondering if there exist any distributed ASP.Net State Service alternative. Session can be stored in InProc, StateService or SQL. You can also write custom storage providers. For load balancing ...
4
votes
6answers
11k views

Android: Check if service is running via. bindService

What would be the best way to check if an Android service is running? I am aware of the ActivityManager API, but it seems like the use of the API is not advised for the scenarios similar to mine ...
3
votes
4answers
2k views

ASP.net session state service information

Where can you get information on the ASP.NET State Service e.g. how it works, performance, behaviour characteristics etc. Have looked on internet but cant find in depth information or an article ...
0
votes
2answers
3k views

ASP.net session state service information [duplicate]

Where can you get information on the ASP.NET State Service e.g. how it works, performance, behaviour characteristics etc. Have looked on internet but cant find in depth information or an article ...