[EMAIL PROTECTED] wrote:
> Thanks for the suggestion, Arno... unfortunately I wasn't able to get the
> package to work in the little bit of playing I've done. I'm also not
> sure it's what I'm looking for--this seems to be a SIP implementation to
> speak to gateway hardware.
SIP is the most use
Thanks for the suggestion, Arno... unfortunately I wasn't able to get the
package to work in the little bit of playing I've done. I'm also not sure
it's
what I'm looking for--this seems to be a SIP implementation to speak to
gateway hardware. I'd really like just a turnkey component for
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
To all subscribers:
1) Please do not use HTML or RTF messages in the list. Use only plain/text
messages (by default Outlook uses HTML ! You must change the setting).
When replying, be sure to use plain/text. If someone email to list
accidently NOT in plain text and if you reply to it,
As you subscribed to ICS support mailing list, you probably use ICS. Good !
But have yo taken time to register your ICS copy ?
ICS is freeware but to use it, you must register it.
Registration is very simple: just mail a [real, paper] picture postcard to
the author (me). You can find instructions
In TWSocketServer, when an exception occur at the time a client is
connecting, maybe in your own event handler code (for example in
OnClientConnect event), a BgException is triggered. If you have no handler
for this event, the listening socket is aborted (closed) and the exception
is silently i
> hi when i have many clients/trafic on the ftp server it crashes with a
> dr.watson error rtltracedatabaseenumerate
> whats that ?
I don't know this error.
Please specify if you are using ICS FTP client or server component and if
the error is at client or server side.
You should also try with IC
[EMAIL PROTECTED] wrote:
> I'm trying to implement Voice over IP for an application I'm developing.
> Has anyone had any success doing this with TWSocket? If so, do you have
> an example piece of code to show how it may be done?
The only code I found uses INDY 9 :( However it may help implement
Hello...
I'm trying to implement Voice over IP for an application I'm developing.
Has anyone had any success doing this with TWSocket? If so, do you have an
example piece of code to show how it may be done?
Thank you!
Eric
--
To unsubscribe or change your settings for TWSocket mailing
hi when i have many clients/trafic on the ftp server it crashes with a
dr.watson error
rtltracedatabaseenumerate
whats that ?
thanks for any help !
roland
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our webs
Wilfried,
I thank you very much for your fast and clear answer.
Regards
Igor
On 9/13/05, Wilfried Mestdagh <[EMAIL PROTECTED]> wrote:
> Hello Igor,
>
> Receive can return 0 or -1. If so then just exit the event and dont
> care. Yes it is normally closed or error, but in this case the 10035
>
Hello Igor,
Receive can return 0 or -1. If so then just exit the event and dont
care. Yes it is normally closed or error, but in this case the 10035
TWSocket take care of it. You never have to call LastError because
TWSocket have Error code in each event.
---
Rgds, Wilfried
http://www.mestdagh.bi
Igor Pokorny wrote:
> Hello all,
> Could someone explain what the result -1 from Receive function in
> ClientDataAvailable procedure means?
> No data, error or something else ?
> Reading LastError after having result -1 gives the value 10035.
It means a winsock error, in your case 10035 (Operation
Hello all,
Could someone explain what the result -1 from Receive function in
ClientDataAvailable procedure means?
No data, error or something else ?
Reading LastError after having result -1 gives the value 10035.
Thanks in advance
Igor
--
To unsubscribe or change your settings for TWSocket mai
Artem Antonov wrote:
> On Tue, 13 Sep 2005 11:15:34 +0200
> "Arno Garrels" <[EMAIL PROTECTED]> wrote:
>> Artem Antonov wrote:
>>> Hello!
>>>
>>> I had such a problem. To prevent of FTP server disconnection on
>>> timeout I use "Pwd" command:
>>> ExecuteCmd(FtpClient.Pwd, FtpClient.PwdAsync);
>>>
On Tue, 13 Sep 2005 11:15:34 +0200
"Arno Garrels" <[EMAIL PROTECTED]> wrote:
> Artem Antonov wrote:
>> Hello!
>>
>> I had such a problem. To prevent of FTP server disconnection on
>> timeout I use "Pwd" command:
>> ExecuteCmd(FtpClient.Pwd, FtpClient.PwdAsync);
>>
>> But after five minutes I ge
Artem Antonov wrote:
> Hello!
>
> I had such a problem. To prevent of FTP server disconnection on
> timeout I use "Pwd" command:
> ExecuteCmd(FtpClient.Pwd, FtpClient.PwdAsync);
>
> But after five minutes I get a message:
>
>> 421 No Transfer Timeout (300 seconds): closing control connection.
>
Hello!
I had such a problem. To prevent of FTP server disconnection on
timeout I use "Pwd" command:
ExecuteCmd(FtpClient.Pwd, FtpClient.PwdAsync);
But after five minutes I get a message:
> 421 No Transfer Timeout (300 seconds): closing control connection.
Session closed, error 0.
What should I
Hello Shekar,
>I check socket state before every PutDataInSendBuffer and Send.
> Should i use try except end around these statements ?
You should do around Send;
> Why should
> client error result in listen stopping ?
Should not. To debug you should log in OnSessionClosed of the the
server.
Hello Angus,
> You could use the raw socket monitoring component I wrote to watch
> the TCP packets for the response, to avoid using a timeout.
> http://www.magsys.co.uk/download/software/monsock1.zip
Good idea. Will try it out !
---
Rgds, Wilfried
http://www.mestdagh.biz
--
To unsubscribe or
Hello Francois,
> Why not sending ACK yourself above TCP ?
Because I did not designed MDOT protocol :(
---
Rgds, Wilfried
http://www.mestdagh.biz
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at
Hello Adrian,
Yes, ICS does not create threads. If you have bloking code then you can
eventually execute it in a thread, but for the communication it is not
needed.
---
Rgds, Wilfried
http://www.mestdagh.biz
Tuesday, September 13, 2005, 00:57, adrian spinetta wrote:
> are you sure? if 10 user a
> Then there is Nagle algoritm. Nagle wait a while for if other packets
> will be send, so Nagle can concantenate it to MTU. I think Nagle wait
> for maximum 100 millisec, is this correct ?
I don't know for the time. But for sure you can disable nagle algorithm using
setsockopt with
TCP_NODELAY a
> are you sure? if 10 user at the same time press intro,
> fired ongetdocument and using a Tdatabase-Tquery only
> one of them is processing?
If you don't use multithreading yourself, the HTTP server component will
serialize requests. This is
very handy when processing for your requests is fast.
24 matches
Mail list logo