Re: App freezing on Linux

2015-12-07 Thread David Hill
On 12/7/15, 3:12 AM, Bryan Buchanan wrote: Found out what the problem was - I'm using Thrift for RPC, and was initialising the underlying Thrift socket with a connection timeout of zero (i.e. infinite). When there was a network disconnection, it appeared the FX UI thread was getting starved and t

Re: App freezing on Linux

2015-12-07 Thread Kevin Rushforth
Good to hear. -- Kevin Bryan Buchanan wrote: Found out what the problem was - I'm using Thrift for RPC, and was initialising the underlying Thrift socket with a connection timeout of zero (i.e. infinite). When there was a network disconnection, it appeared the FX UI thread was getting starved

Re: App freezing on Linux

2015-12-07 Thread Bryan Buchanan
Found out what the problem was - I'm using Thrift for RPC, and was initialising the underlying Thrift socket with a connection timeout of zero (i.e. infinite). When there was a network disconnection, it appeared the FX UI thread was getting starved and the app freezes. All good now, and FX is fine.

Re: App freezing on Linux

2015-12-03 Thread David Hill
On 12/2/15, 3:29 AM, Bryan Buchanan wrote: I have a customer testing an FX app and more often than not, if the app is left open for a while (20 minutes or so), either the mouse ceases to work, or if it does work, when you click a field, or do something that should re-paint the window, the whole F

RE: App freezing on Linux

2015-12-02 Thread Markus KARG
Please try again with JavaFX 1.8.0_66. -Markus -Original Message- From: openjfx-dev [mailto:openjfx-dev-boun...@openjdk.java.net] On Behalf Of Bryan Buchanan Sent: Mittwoch, 2. Dezember 2015 09:30 To: openjfx-dev@openjdk.java.net Subject: App freezing on Linux I have a customer testing a