Re: Using threads inside Geode Functions

2017-01-21 Thread Lyndon Adams
Yes Lyndon Adams London, SW11 > On 21 Jan 2017, at 20:06, Amit Pandey <amit.pandey2...@gmail.com> wrote: > > Hi Guys, > > It it okay if I create user created threads inside the geode functions? > > I have heavy processing which I want to do inside functions for

Re: Server Cache in standalone server application

2017-01-27 Thread Lyndon Adams
Yes you can. I love your website!! > On 27 Jan 2017, at 11:04, Bruno Sinkovic wrote: > > Dear All, > > Do you know if we can start a Cache in a Web Application, under a Servlet > container? If yes, do we need to run a separate process (with gosh for > instance) or

Re: fastest way to bulk insert in geode

2017-03-06 Thread Lyndon Adams
Oh my god Charlie you are taking my money making opportunities away from me. Basically he is right plus you got to add some black GC magic in to the mix to optimise pauses. > On 6 Mar 2017, at 18:57, Charlie Black wrote: > > putAll() is the bulk operation for geode.

Re: Get part of the object

2017-08-30 Thread Lyndon Adams
Make the value a collection wrapper. > On 30 Aug 2017, at 15:39, Xu, Nan wrote: > > Thanks, wondering if geode can save 2 objects for a single key? So I can put > data and other property separately. Or every key is for 1 object? Never use > the PDX and server side function, is

Re: Get part of the object

2017-08-30 Thread Lyndon Adams
Yes > On 30 Aug 2017, at 15:47, Xu, Nan <n...@baml.com> wrote: > > Not sure I get it. you mean save a list, and list comprise of 2 objects -- > data and properties? > > From: Lyndon Adams [mailto:lyndon.ad...@gmail.com] > Sent: Wednesday, August 30, 2017 9:45 AM

Re: Get part of the object

2017-08-30 Thread Lyndon Adams
y have domain class with > { > byte[] data > Map<String,Object> other > } > > > You can say, > Region.get(data).getOther() > > Thanks, > Dharam > > On Aug 30, 2017 8:18 PM, "Lyndon Adams" <lyndon.ad...@gmail.com > <mailto:ly

Re: Get part of the object

2017-08-30 Thread Lyndon Adams
Yep thanks Luke. > On 30 Aug 2017, at 16:12, Xu, Nan <n...@baml.com> wrote: > > “Use selective gettter methods on the wrapper object” > > How? Region.get() already grab the full object from network. Or something I > am missing? > > > From: Lyndon Ada

Re: [PDE East] Geode Conference - Double the Expected Attendance

2017-12-05 Thread Lyndon Adams
Great work been a long road Sent while on the move. > On 5 Dec 2017, at 07:05, Akihiro Kitada wrote: > > Great news! > > > -- > Akihiro Kitada | Staff Customer Engineer | +81 80 3716 3736 > Support.Pivotal.io | Mon-Fri 9:00am to 5:30pm JST | 1-877-477-2269 >

Re: Geode Summit 2018 coming up on Sept 24th - register now

2018-08-26 Thread Lyndon Adams
If you did have one in London that would be great. I might even come along myself Lyndon Sent while on the move. > On 15 Aug 2018, at 17:50, Michael Stolz wrote: > > Yes that is likely to happen. > We haven't started planning yet but we will definitely do one. > > -- > Mike Stolz >

Re: [ANNOUNCE] Apache Geode 1.9.1

2019-09-06 Thread Lyndon Adams
+1 great to see you pushing forwards!! > On 6 Sep 2019, at 20:17, John Blum wrote: > > Congrats Geode Community! > > On Fri, Sep 6, 2019 at 11:04 AM Owen Nichols > wrote: > The Apache Geode community is pleased to announce the availability of > Apache Geode 1.9.1.

Re: Connecting remotely to Geode on Raspberry Pi 4

2021-02-23 Thread Lyndon Adams
Ah let me see how I change that, thanks. Basically not errors are thrown other than a connection timeout Sent while on the move. > On 23 Feb 2021, at 18:22, Dan Smith wrote: > >  > pi@raspberrypi:~/fractalworks/example-1.0 $ netstat -a | grep 4 > tcp6 0 0 [::]:4

Re: Connecting remotely to Geode on Raspberry Pi 4

2021-02-23 Thread Lyndon Adams
Thanks Udo and all. Now works using this config on the Pi side log-level=INFO conserve-sockets=false mcast-port=0 locators=192.168.86.27[4] bind-address=192.168.86.27 distributed-system-id=10 jmx-manager-bind-address=192.168.86.27 jmx-manager-hostname-for-clients=raspberrypi.lan

Re: Connecting remotely to Geode on Raspberry Pi 4

2021-02-23 Thread Lyndon Adams
fsh locally, btw I don’t pass anything in to gfsh when trying to connect remotely? Cheers > On 23 Feb 2021, at 21:21, Lyndon Adams wrote: > > Ah let me see how I change that, thanks. Basically not errors are thrown > other than a connection timeout > > Sent while on the

Connecting remotely to Geode on Raspberry Pi 4

2021-02-21 Thread Lyndon Adams
chema-instance; xsi:schemaLocation="http://geode.apache.org/schema/cache http://geode.apache.org/schema/cache/cache-1.0.xsd; version="1.0"> Also all ports are open on the pi Any help much appreciated Lyndon Adams Follow Me: Twitter <https://www.faceb

Re: Connecting remotely to Geode on Raspberry Pi 4

2021-02-21 Thread Lyndon Adams
Can you telnet > from your remote host to the locator (eg `telnet 192.168.86.29 4`)? > > Anthony > > >> On Feb 21, 2021, at 8:01 AM, Lyndon Adams > <mailto:lyndon.ad...@gmail.com>> wrote: >> >> Guys, >> >> For the life of me I cann