Please help demystify - wcf cannot be exposed to other companies/d

A

aiKeith

Specifically what we are trying to 'demystify' is this:

We created a wcf service that we allow other developers to consume. However
lets say with the default wcf settings one of the developers consums the
service, runs a loop that consumes 10 connections and never calls .close() on
the service...

Basically this keeps anyone else from being able to use the service... thus
the real question is: How do you keep a developer that is consuming your
service from being able to completely bringing it down and making it unusable
for everyone?

How is it even possible to create a wcf service that works like a web
service? ie: we never have to worry about inside/outside developers
consuming our service and using up all of the connections. The feeling we
are getting is that you could not use wcf to expose data to outside entities
like you could a web service out of fear of that company/developer not
calling the .close() method.

Any help/insight would be appreciated.
 
A

aiKeith

LOL, LOL - well i used to post in there no problem, now when i choose 'where
to post' all i get is a VERY LONG dropdown list of UNALPHABETIZED options. I
choose one that just said 'DEVELOPER' --- so i now have no way to post in the
right spot.

sorry...

JoAnn Paules said:
How does Publisher tie into all of this?

--

JoAnn Paules
MVP Microsoft [Publisher]
Tech Editor for "Microsoft Publisher 2007 For Dummies"


aiKeith said:
Specifically what we are trying to 'demystify' is this:

We created a wcf service that we allow other developers to consume.
However
lets say with the default wcf settings one of the developers consums the
service, runs a loop that consumes 10 connections and never calls .close()
on
the service...

Basically this keeps anyone else from being able to use the service...
thus
the real question is: How do you keep a developer that is consuming your
service from being able to completely bringing it down and making it
unusable
for everyone?

How is it even possible to create a wcf service that works like a web
service? ie: we never have to worry about inside/outside developers
consuming our service and using up all of the connections. The feeling we
are getting is that you could not use wcf to expose data to outside
entities
like you could a web service out of fear of that company/developer not
calling the .close() method.

Any help/insight would be appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top