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: *

  • Users: ns1234
  • Order by date
  1. ns1234

    Multithreaded application help

    Thanks for the response pullingteeth! I'm using BufferedReaders and the new java I/O APIs (FileChannel) for moving data from one location to the other. I'm also using Thread.sleep(x) so that the other threads get a chance to run, but still the performance goes over a period of time. Right now...
  2. ns1234

    Multithreaded application help

    Hi All I need suggestions on improving the design of my multithreaded application more effectively. The required as-is scenario is as follows: We have a data processing Java console application which is processing data from N- channels. The data is being downloaded from N number of channels...
  3. ns1234

    Developing Plug-Ins in .NET

    thanx for your inputs. Can anybody provide me a sample program as to how to develop a simple plugin in .NET so that I can get a better idea.
  4. ns1234

    Developing Plug-Ins in .NET

    Hi All I was recently asked to develop a plug-in in .NET? What are plug-ins? Are they the same as COM components? How do create a plug-in in .NET? Would appreciate if some one can elaborate on this with an example. Thanx
  5. ns1234

    Converting XML stream data to C++ Objects at runtime

    Hi All I need to find a mechanism to convert XML Stream data to C++ Objects at runtime in order to invoke methods on a remote CORBA server by passing these objects as parameters to the remote methods. I found a couple of XML parsers on the internet but couldn't find a mechanism to convert the...
  6. ns1234

    [color red]How to encrypt/decrypt in sybase ??

    Hello All Does Sybase provide any system procedures to encrypt/decrypt user passwords or other data? I need to send user passwords and other data in an encrypted form to a Sybase database from an application in VC++ and decrypt and store the information at the Sybase end . Whats the best way...

Part and Inventory Search

Back
Top