15,746,202 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Javascript questions
View C++ questions
View Python questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by manoharbalu (Top 3 by date)
manoharbalu
20-Sep-13 8:29am
View
Please assume that my structure is very big around 862492 bytes. Application 1 (Server) is already connected via shared memory to a small application running in local machine which originally modifies the data (Structure) using numerous calculations. In addition to this Application 1 and Application 2 from other machine will also modify the data (Structure) input from user. Is it possible to monitor each member and index elements of the structure based on time stamp to maintain synchronization. If possible, Please provide me some details and code samples.
manoharbalu
20-Sep-13 7:46am
View
Let us assume that I am using socket communication.
In both the applications data can be changed by the user which should be reflected in both the applications which was done earlier using the shared memory. If Application 1 is kept server and other kept as client and if I send the structure and receive the entire structure in a thread in server with a time interval of 1 to 2 second, then the external changes by the user will not occur or updated since the thread is constantly updating the data. So the old data value remains in the struture all the time. Please suggesst me a way to solve this problem. Please note that in shared memory there were no synchronization problems since it was taken care automatically by the system.
manoharbalu
24-Aug-11 0:43am
View
Pl. provide me links with any debuggers and how to trap these errors with the debugger as I dont have one.