problem with firebird database events
-------------------------------------

                 Key: DNET-234
                 URL: http://tracker.firebirdsql.org/browse/DNET-234
             Project: .NET Data provider
          Issue Type: Bug
          Components: ADO.NET Provider
    Affects Versions: 2.5.0
         Environment: windows
            Reporter: Deepak S. Tiwari
            Assignee: Jiri Cincura


Hello support
I have created a sample application which listens to firebird database events 
and whenever an event is received an entry is added into the list box on the 
form. Now if we start 3 clients (say 3 instances of same application) then as 
soon as 2nd client executes a stored procedure which raises an event, all the 
clients stop listening to the event.
 I am using Firebird client v2.5 and firebird server v2.1.2. 
I am attaching a sample application. 
Step to Reproduce:

1.      Open two to three simultaneous instances of the application.    When an 
application is loaded it registers an event called "My_Event", adds the 
callback to the firebird events and calls the QueueEvents ().
2.      Click on the start button of all the instances  when we click on start 
button it calls the Stored Proc named "Send_Event" after every 1 second. Store 
Proc "Send_Event" simply post the event "My_Event"
When all the instances fire the events simultaneously, something goes wrong and 
event listener fails to listen the further events.                      
Is there any other setting that I need to do in order to get the events working 
properly?

Thank you


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to