15
votes
17answers
6k views
Easier way to start debugging a windows service in C#
Is there a way to easier start stepping through code except to start the service through the Windows Service Controll Management and then attach the debugger to the thread? It's kind of cumbersome and …
11
votes
10answers
5k views
How to create a windows service from java app
I've just inherited a java application that needs to be installed as a service on XP and vista. It's been about 8 years since I've used windows in any form and I've never had to create a service, let …
9
votes
3answers
901 views
How to automatically start your service after install?
How do you automatically start a service after running an install from a Visual Studio Setup Project?
I just figured this one out and thought I would share the answer for the general good. Answer to …
8
votes
7answers
1k views
Know a good IP address Geolocation Service?
I'd like to get your impressions on any ip geolocation (as in IP to location) service services you may have employed?
I'm looking for something free or cheap, which shouldn't be unrealistic because I …
7
votes
3answers
948 views
Best Method to run a Java Application as a *nix Daemon or Windows Service?
I am looking for the best method to run a Java Application as a *NIX daemon or a Windows Service. I've looked in to the Java Service Wrapper, the Apache Commons project 'jsvc', and the Apache Commons …
7
votes
19answers
2k views
Printing a PDF in .NET
It's the "printing question guy" again. Looking for a third-party solution to print PDFs, preferable from a service. I have seen some arguments against it, but due to our use case, this really is …
6
votes
4answers
2k views
Running a Ruby Program as a Windows Service?
Is it possible to run a ruby application as a Windows Service? I see that there is a related question which discusses running a Java Application as a Windows Service, how can you do this with a Ruby …
6
votes
12answers
736 views
Printing from a .NET Service
I am working on a project right now that involves receiving a message from another application, formatting the contents of that message, and sending it to a printer. Technology of choice is C# …
5
votes
4answers
160 views
IIS WCF service hosting vs Windows Service
Hi,
We developped a WCF service and we're looking to deploy it.
Our clients will be using it with basicHttpBinding but our internal team will be using it with namedPipesBinding.
We are wondering if …
5
votes
2answers
322 views
Fastest method of communication with a Windows service
We are running a service that requires fast communication with another process. Currently we are using WCF NetNamedPipeBinding in buffered mode to invoke methods in the service, which seems to offer …
5
votes
4answers
413 views
running a php task every 24 hours
Hi,
I have some functions that use curl to pull information off a couple of sites and insert them into my database. I was just wondering what is the best way to go about executing this task every 24 …
5
votes
4answers
164 views
What services exist that geo-locates a person based on IP?
What do people use to geo-locate a persons IP to determine the city they are in?
I've tried the built in functionality of Google API but its geo-location database seem spotty.
…
5
votes
6answers
4k views
C# Service cannot execute batch file?
I have a service that call a batch file sometime. The batch file take 5-10 seconds to be executed.
The code to launch the batch file is :
System.Diagnostics.Process proc = new …
5
votes
3answers
11k views
How SID is different from Service name in Oracle tnsnames.ora
Why do I need two of them? When I have to use one or another?
4
votes
2answers
619 views
How do I get a valid user token for CreateProcessAsUser
I have an application that is running as normal user, and a service running as local system. I want the application to be able to tell the service to start the application again, once the service has …
