Click to See Complete Forum and Search --> : Windows C++ multithreading for trading appl
anjutvi
July 23rd, 2005, 09:23 AM
Hello I need some help.
I am trying to get some resourses regarding VC++ complilation work using multithreading for server level development in windows for trading floor environment. Is this the right discussion board for that.
Can you please refer me to a other such specific boards.
Ejaz
July 23rd, 2005, 09:51 AM
Hello I need some help.
I am trying to get some resourses regarding VC++ complilation work using multithreading for server level development in windows for trading floor environment. Is this the right discussion board for that.
Can you please refer me to a other such specific boards.
Your question is pretty much vague. With only this description, its hard to be sure about any thing. Offcourse you can post any technical problem related to multithreading here, but for trading system part, you'll have to come up with the requriement, analysis and desgin yourself, which will help you to decide the most suitable technology to implement the solution.
Andreas Masur
July 23rd, 2005, 12:43 PM
MSDN:
Multithreading Topics (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/html/_core_multithreading_topics.asp)
Multiple Threads (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/multiple_threads.asp)
Multithreading for Rookies (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndllpro/html/msdn_threads.asp)
FAQs:
How to create a worker thread? (http://www.codeguru.com/forum/showthread.php?t=312452)
How to end a thread? (http://www.codeguru.com/forum/showthread.php?t=305166)
How to use member functions as thread functions? (http://www.codeguru.com/forum/showthread.php?t=312453)
How to access UI elements from a thread in MFC? (http://www.codeguru.com/forum/showthread.php?t=312454)
anjutvi
July 24th, 2005, 05:11 PM
Your question is pretty much vague. With only this description, its hard to be sure about any thing. Offcourse you can post any technical problem related to multithreading here, but for trading system part, you'll have to come up with the requriement, analysis and desgin yourself, which will help you to decide the most suitable technology to implement the solution.
Originally Posted by anjutvi
Hello I need some help.
I am trying to get some resourses regarding VC++ complilation work using multithreading for server level development in windows for trading floor environment. Is this the right discussion board for that.
Can you please refer me to a other such specific boards.
Hello Ejaz,
Thanks for your response. I need to rephrase my question. I am trying to find resourses who can deliver a high end multi threading VC++ product for a trading system that is being developed at a brokerage client in CT. I was wondering if there are any discussion boards that cater to these kind of techies.
I am myself a recruiter out hunting for that perfect fit.
Any help would be greatly appreciated.
Thanks
Anju
anjutvi
July 24th, 2005, 05:17 PM
MSDN:
Multithreading Topics (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/html/_core_multithreading_topics.asp)
Multiple Threads (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/multiple_threads.asp)
Multithreading for Rookies (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndllpro/html/msdn_threads.asp)
FAQs:
How to create a worker thread? (http://www.codeguru.com/forum/showthread.php?t=312452)
How to end a thread? (http://www.codeguru.com/forum/showthread.php?t=305166)
How to use member functions as thread functions? (http://www.codeguru.com/forum/showthread.php?t=312453)
How to access UI elements from a thread in MFC? (http://www.codeguru.com/forum/showthread.php?t=312454)
Thanks Andreas,
These artcles are a great help for me to polish my technical skills. Professionally it will help me create questionaire to ask the people I recruit for this position. My client is a brokerage house looking for VC++ programmers involved with server level multithreading and other such functions for the development of a trading application.
If you can refer me to any discussion board that specifically refers to those kind of techies I would greatly appreciate it
Thanks
Anju
Ejaz
July 25th, 2005, 12:31 AM
Well, I'm sorry to say that I still didn't get the point. Do you want a multi-threaded communication library for trading system or some package that implements the business rules of the brokage house?
In case of broker house business, there are pretty thick business rules, that involves different entities, like clients, cash, securiteis, exposure, orders, rejections, margins, limits etc etc etc and the rules varies time to time and place to place. Some are decided by the government bodies and some by broker house (as per their latest policies). So, this is a continuous process of evolution and its pretty hard to comeup with something that serve on long term basis without being tailored in such environment.
Where-as if you ask about the underlying multi-threaded server architecture, then yes, it can be developed such that it won't have to be changed quite for sometime, which involves communication interfaces (sockets), threads, messages etc.
So, what exactly you are looking for? The first part or the second part? :)
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.