G
Guest
I was wondering if it is possible to create a Windows Service in C# and then
have a Window Mobile app send requests / communicate with that service?
What I would like to be able to do is send requests from the Mobile app to
the service, the Mobile app would go to wait state, the Service would execute
a threaded query or non-query against a non-SQL Server database, then the
service returns information back to the Mobile app. If I can get this
working, there would be possibly 30 - 40 mobile devices running
simultaneously requesting from the service.
Is this something that is possible? If so, where do I need to start as far
as research?
Thanks,
David
have a Window Mobile app send requests / communicate with that service?
What I would like to be able to do is send requests from the Mobile app to
the service, the Mobile app would go to wait state, the Service would execute
a threaded query or non-query against a non-SQL Server database, then the
service returns information back to the Mobile app. If I can get this
working, there would be possibly 30 - 40 mobile devices running
simultaneously requesting from the service.
Is this something that is possible? If so, where do I need to start as far
as research?
Thanks,
David