Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. smpaul

    CoCreateInstance Handle Count

    Any help from any COM experts out there would be gratefully received. I am debugging a server application which steadily increases the applications Handle Count at a rate that would cause problems for the server machine after approx 1 week. One area which appears to be a problem is in a Class...
  2. smpaul

    CSocket timeout

    Excellent, thanks for your time.
  3. smpaul

    CSocket timeout

    I am using CSocket to enable a Client and Server to talk to each other. The server blocks on the receive in its own thread, no problem there. The Client sends to the server but then needs an ACK / NACK from the server to indicate that the message got through OK and that the message was valid. I...
  4. smpaul

    Using CRecordset without DB Connection

    We were hoping that there may have been a simpler object solution that we had not unearthed yet, however if it's the only way to go.... Thanks
  5. smpaul

    Using CRecordset without DB Connection

    We have a VB application that dynamically constructs Recordsets from data retrieved from a DB, this allows various tables with various numbers of columns to be loaded without having to know each of the table schema. It uses the Recordset.Fields.Append functionality. Is there the capablility in...
  6. smpaul

    Connect Frequency

    Wow, thanks for the quick response! Maybe should have mentioned also that our server is only ever writing to MQ, never reading in a send and forget style. I was thinking of making an initial connection, then looping for as long as my sends are successful (including the 45 second sleep period)...
  7. smpaul

    Connect Frequency

    Please forgive my ignorance on this as I am a complete novice to MQSeries and we have not had a chance to test out it's capabilities, this is for design considerations at this stage. We have an application that needs to send messages to our customers MQ server. I was going to introduce a server...

Part and Inventory Search

Back
Top