Re: [Pharo-users] Glorp + NBSQLite3

2014-10-06 Thread Pierce Ng
On Fri, Oct 03, 2014 at 10:44:43PM +0200, stepharo wrote: Cool what is NBSQLite3 (a nativeboost version)? Nice. Would be nice once you API stabilize that we get a chapter or on NBSQLite3 :) Yes, NativeBoost interface to SQLite. Yes, I plan to write a chapter on it. :-) Pierce

Re: [Pharo-users] Glorp + NBSQLite3

2014-10-06 Thread Pierce Ng
On Fri, Oct 03, 2014 at 09:19:15PM -0700, Sanjay-M wrote: I was wondering if this approach could be adopted in developing a Client/Server application with a separate server component accessing the SQLite database (on a separate machine). Using HTTP/S as the client-server protocol, have the web

Re: [Pharo-users] Glorp + NBSQLite3

2014-10-06 Thread Sanjay-M
I am thinking of situations where we cannot have a web server even on the intranet - more like traditional servers accessed over TCP/IP - --- Regards, Sanjay -- View this message in context: http://forum.world.st/Glorp-NBSQLite3-tp4779996p4782972.html Sent from the Pharo Smalltalk Users

Re: [Pharo-users] Glorp + NBSQLite3

2014-10-06 Thread Esteban A. Maringolo
Sanjay-M s...@planage.com wrote: I was wondering if this approach could be adopted in developing a Client/Server application with a separate server component accessing the SQLite database (on a separate machine). If a template / model can be developed i am sure this can be very useful in

Re: [Pharo-users] Glorp + NBSQLite3

2014-10-06 Thread Esteban A. Maringolo
Pierce, Thank you for the answers. Is the wrapper thread safe? I understan the library is thread-safe per se (at least in Android+Java it is), so using the wrapper in Pharo (single-threaded at the OS level) wouldn't cause issues. But I don't know how NativeBoost plays here. Regards! Esteban

Re: [Pharo-users] NeoCSVReader skipEmptyLines?

2014-10-06 Thread Sven Van Caekenberghe
In #bleedingEdge: === Name: Neo-CSV-Core-SvenVanCaekenberghe.21 Author: SvenVanCaekenberghe Time: 6 October 2014, 5:49:01.691696 pm UUID: a6faeef3-aaa7-460f-a815-8e77b62f9906 Ancestors: Neo-CSV-Core-SvenVanCaekenberghe.20 Added NeoCSVReader#addIgnoredFields: Added NeoCSVReader#select:[thenDo:]

Re: [Pharo-users] Glorp + NBSQLite3

2014-10-06 Thread Sanjay-M
what I was saying was supposing we write a server that alone only accesses the SQLite database. Users behave like clients accessing the server over TCP/IP. and the text i pointed to in my earlier mail detailed how such a scenario could be implemented. If someone could write a small sample with

Re: [Pharo-users] Glorp + NBSQLite3

2014-10-06 Thread Esteban A. Maringolo
2014-10-06 14:11 GMT-03:00 Sanjay-M s...@planage.com: what I was saying was supposing we write a server that alone only accesses the SQLite database. Users behave like clients accessing the server over TCP/IP. and the text i pointed to in my earlier mail detailed how such a scenario could be

Re: [Pharo-users] NeoCSVReader skipEmptyLines?

2014-10-06 Thread Esteban A. Maringolo
Excellent! And your implementation is better than simply skipping empty lines :) Thank you Sven! Esteban A. Maringolo 2014-10-06 12:52 GMT-03:00 Sven Van Caekenberghe s...@stfx.eu: In #bleedingEdge: === Name: Neo-CSV-Core-SvenVanCaekenberghe.21 Author: SvenVanCaekenberghe Time: 6 October

[Pharo-users] Smalltalk based unikernels

2014-10-06 Thread Rafael Luque
Hello, I'm playing with the unikernels idea [1]. Specifically I'm using Mirage OS [2] to probe a minimal HTTP server running on AWS directly over Xen, without any OS between the application and the hypervisor. Mirage OS is based on OCaml. Is there any Smalltalk solution to build this kind of

Re: [Pharo-users] BLOG: Block Translators - parsing magic

2014-10-06 Thread Udo Schneider
On 06.10.14 11:46, Damien Cassou wrote: no such guide exist. Do your best and we will do another pass on it afterwards. Ok - good to know. I checked in a version which is IMHO reasonably clean. I'll check again in two weeks or so - it's sometimes surprising how different something looks when

[Pharo-users] About Zinc http components

2014-10-06 Thread Alain Rastoul
Hi, I played a bit with ZnServer and other zinc components and have a question I can't answer myself (googling a bit didn't help neither), and I'm seeking for advice: does it makes sense to use a ZnServer/ZnWebSocket as a mechanism to transfer data between two pharo processes - in my case 8k