service
Response message: Composite message or optional fields
We are working with a set of web services and we\'re looking for the best option to return errors to the web service\'s consumer. This is the current response:[详细]
2023-04-11 07:16 分类:问答Android Service never appears to start - onStartCommand() not called
I am trying to create a service that will handle file I/O in the background. Activities that update the data will bind to the service and call the service\'s methods to perform the I/O. I am using the[详细]
2023-04-11 06:12 分类:问答ASP.NET MVC Background Service processing
We run a number of ASP.NET MVC sites - one site per client instance with about 50 on a server. Each site has its own configuration/database/etc.[详细]
2023-04-11 05:43 分类:问答Write operations are not allowed in read-only mode (FlushMode.MANUAL):
Grails 1.3.7 We have a service method that merges 2 users.There are quite a few pieces to this because of the amount of data so that is quite a bit of reading, updating, and writing.We have transacti[详细]
2023-04-11 05:29 分类:问答Best practice in dependency injection
This is a question about how best to do DI, so it\'s not tied to any particular DI/IoC framework because, well, framework should be chosen based on pattern and practice rather than the other way aroun[详细]
2023-04-11 04:30 分类:问答call multiple methods of local services
I want to create an app wich connects to one server with an https connection from different activities. So I thought, it would make sense to use a service which holds the https connection and i would[详细]
2023-04-11 04:07 分类:问答ASP.net Service accessing database
I run a ASP.net Service I created on my server. During the day I am loggin into the server, most of the time and the serice runs properly.[详细]
2023-04-11 02:52 分类:问答Performance Implication of Creating New TCP Connection Per Message
In the past, our server application was designed so that a client creates one TCP connection, keeps this connection established indefinitely and sends messages when needed.These messages may come in h[详细]
2023-04-10 19:44 分类:问答Windows service reconnection strategies
I\'m currently working on a Windows service (my first) and I\'m wondering how to handle disconnect events and the like. In essence, this Windows service polls our Exchange servers for new emails. Once[详细]
2023-04-10 16:15 分类:问答Export SQL data from android to MS SQL server 2008
I\'m fairly still new to android and I was wondering, what is the best way to get data from an android device to MS SQL server 2008? I\'ve seen a number of people who have commented on several ways to[详细]
2023-04-10 15:33 分类:问答