fault
Faulting module what does this mean and why does this happen?
I have an apllication written in .net C# and it sporafdically crashes (not responding) the windows event log ahd the following message.[详细]
2023-04-10 22:52 分类:问答Throw exception from one-way operation
Assume that you have the following operation: void AddCustomer(Customer) (i.e. a Customer object as input and no output)[详细]
2023-04-09 06:32 分类:问答Need some help understanding faulting in Core Data
I have a Core Data entity that uses a custom subclass of NSManagedObject. I have a few instance variables and properties on it that aren\'t associated with Core Data attributes or relationships. An ex[详细]
2023-04-06 17:26 分类:问答Does calling 'count' on a to-many CoreData relationship fault bring all objects in the collection into memory?
Say I have an Entity \'Employee\' with a to-many relationship \'departments\' to another entity \'Department\'.If I have an instance of an Employee object and the departments collection is currently a[详细]
2023-03-26 04:18 分类:问答WCF Fault - missing detail element
We have a custom exception 开发者_运维问答handling behaviour (implementing IErrorHandler) in our solution which essentially uses Automapper to convert exceptions to faults.[详细]
2023-03-25 20:06 分类:问答Xcode cannot save file
I am on Mac OS X 10.6.8 using Xcode 4 with Cocos2D. The other day, I got an error message out of the blue when trying to run my project:[详细]
2023-03-25 04:09 分类:问答JMX RMI agent fault tolerance mechanisms
I am using the JMX-RMI agent for message passing. I have a java program which sends a message having a name/id to a set of listener/listeners.Based on the message received by the listeners the client[详细]
2023-03-09 16:34 分类:问答WCF F# - Handling Service Shutdown Gracefully on Client
I have some experimental code basically just trying to make a simple scenario work.I have one client that is streaming data to multiple services.The problem I have is that if one of the services does[详细]
2023-03-09 03:15 分类:问答calling method fail: segmentation fault in c
This piece of code is part of a large source code but the bug is here. int solve(int* unsolved_var) { int i;[详细]
2023-03-06 18:31 分类:问答Fault-Tolerant in client-server architectire
I have a java server that serve many clients using Sockets In case of a failure of the main server I wanted a back server to take over automaticaly.[详细]
2023-03-05 18:16 分类:问答