Not able to receive firebird database events if more than one clients are 
connected concurrently
------------------------------------------------------------------------------------------------

                 Key: DNET-201
                 URL: http://tracker.firebirdsql.org/browse/DNET-201
             Project: .NET Data provider
          Issue Type: Bug
          Components: ADO.NET Provider
    Affects Versions: 2.5.0 Beta 1
         Environment: vista, windows 2000
            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 then it displays a message box 
displaying the name of the event. Now 3 clients connect to the same database 
and execute a stored procedure which raises a database event. All the 3 clients 
receive the events properly for some time. But if all 3 clients start executing 
the stored procedure concurrently the at some point of time some clients stop 
listening to events (may be ISCException is occurring ). If tried firebird 
database version 2.5 alpha with firebird client 2.5 beta but I am getting the 
same problem. 2 of my client applications are running on windows vista and the 
3rd is running on windows 2000. I am using separate connection objects to 
execute the stored procedure (which is closed as soon as the procedure is 
executed) and a separate connection for listening to the events which is closed 
when the application is closed. I have also tried RemoteAuxPort but it also 
does not works. 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

       

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to