Chris,<br>
<br>
I've seen problems like this where the sending Linux application sends
much faster or in different segment sizes than the same Windows based
app.<br>
<br>
Try sending the data in slower and/or smaller chunks in your Perl
script. Put a delay between the chunks or figure out a way to otherwise
slow down the data. <br>
<br>
You are probably uncovering a bug in the Windows app that doesn't
happen when the data arrives at a different rate or segment size.<br>
<br>
Mark<br><br><div><span class="gmail_quote">On 9/29/05, <b class="gmail_sendername">Chris Wade</b> &lt;<a href="mailto:clwade@sparco.com">clwade@sparco.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I know this is so far off topic that it may not even get answered, but<br>I'm having real trouble with one little VB application that I cannot<br>seem to debug.<br><br>I have a Windows application written in VB that uses the IP*Works!
<br>library from devSoft, Inc. to send/receive data.&nbsp;&nbsp;Sending what --<br>according to ethereal -- is the exact same byte sequence (for the data<br>portion of the segment) from another Windows VB application succeeds,<br>but sending this same byte sequence from a simple perl script on FC2_64
<br>causes the Windows VB application to die with a &quot;Run-time error '6':<br>Overflow&quot;.&nbsp;&nbsp;I have determined that I can send these applications an<br>arbitrarily large file (up to 4MB) and nothing goes wrong until I call
<br>close on the socket.<br><br>The 'tech-support' for the two Windows VB applications suggest that I'm<br>not sending a proper EOF character, but as I said, I'm duplicating the<br>byte sequences between the Windows 'client' and the linux 'client' so
<br>I'm not sure what is going on.<br><br>Any help would be appreciated.&nbsp;&nbsp;Anybody wanting to response, off-list<br>might be better to keep the OT clutter down -- either way.<br><br>Thanks,<br>Chris<br><br>--<br>Christopher L. Wade, CCNA, CCDA, CQS-CIPTES, CQS-CWLSS
<br><br>_______________________________________________<br>Asterisk-Dev mailing list<br><a href="mailto:Asterisk-Dev@lists.digium.com">Asterisk-Dev@lists.digium.com</a><br><a href="http://lists.digium.com/mailman/listinfo/asterisk-dev">
http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev">http://lists.digium.com/mailman/listinfo/asterisk-dev
</a><br></blockquote></div><br>