I tested with this new version on Selenium simulator (SmppSim).
The behavior is a little changed, now instead of freezing forever, it stops for 20 seconds or so and then the Error event fires with an exception of Socket Timed out, and then the unbind also fails because now the socket is closed.
Is ...
Search found 4 matches
- Sun May 16, 2010 11:15 am
- Forum: ALT.SMS.SmppClient
- Topic: Socket.Send freeze under load ?
- Replies: 5
- Views: 34962
- Mon May 10, 2010 11:09 am
- Forum: ALT.SMS.SmppClient
- Topic: Socket.Send freeze under load ?
- Replies: 5
- Views: 34962
- Sat May 08, 2010 6:09 pm
- Forum: ALT.SMS.SmppClient
- Topic: Socket.Send freeze under load ?
- Replies: 5
- Views: 34962
Here is the smppsim.props file I used to test.
http://pastebin.com/Ep6KRH9U
The threshold seems to be above 1000 messages, around 1200 or so.
It seems to happen more when both the simulator and receiver are on localhost.
http://pastebin.com/Ep6KRH9U
The threshold seems to be above 1000 messages, around 1200 or so.
It seems to happen more when both the simulator and receiver are on localhost.
- Fri May 07, 2010 12:19 pm
- Forum: ALT.SMS.SmppClient
- Topic: Socket.Send freeze under load ?
- Replies: 5
- Views: 34962
Socket.Send freeze under load ?
Hello,
I am trying to use this wonderful library to build a simple windows service that receives delivery receipts and inserts them into a database.
I am testing the service using the smppsim application available here:
http://www.seleniumsoftware.com/
I use a simple script to send 1000 messages ...
I am trying to use this wonderful library to build a simple windows service that receives delivery receipts and inserts them into a database.
I am testing the service using the smppsim application available here:
http://www.seleniumsoftware.com/
I use a simple script to send 1000 messages ...