[
https://issues.apache.org/jira/browse/THRIFT-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Randy Abernethy updated THRIFT-2624:
------------------------------------
Attachment: 0001-add-server-events-to-CS-lib.patch
This patch adds:
- TServerEventHandler interface
- TServer support for above
- TSimpleServer support for above
- TThreadedServer support for above
- TThreadPoolServer support for above
- TestServer.cs update to test the ServerEventHandler interface (first cut but
demonstrates use)
> Add TServerEventHandler support to C#
> ---------------------------------------
>
> Key: THRIFT-2624
> URL: https://issues.apache.org/jira/browse/THRIFT-2624
> Project: Thrift
> Issue Type: Improvement
> Components: C# - Library
> Affects Versions: 0.9.2
> Environment: all
> Reporter: Randy Abernethy
> Assignee: Randy Abernethy
> Priority: Minor
> Attachments: 0001-add-server-events-to-CS-lib.patch
>
>
> The C# library servers do not support the Apache Thrift TServerEventHandler
> pattern. This makes certain types of server functionality difficult to
> implement without breaking the server's encapsulation.
> This patch adds the TServerEventHandler interface and provides support for it
> in TServer, TSimpleServer, TThreadPoolServer and TThreadedServer
--
This message was sent by Atlassian JIRA
(v6.2#6252)