Página 1 de 1
3.2.0 New Internet Sample : Web Service ???
Publicado: Vie Ene 03, 2014 1:24 pm
por ChrisGillard
Hi,
Just looking at 3.2.0 and see a new internet sample 'Web Service' in the whatsnew.html.
I am not seeing that sample in the samplesinternet folder.
I have Xailer Pro ... maybe its an Enterprise feature.
As we still use xbase++ & xb2.net to make special web service/servers I am interested in learning what Xailer might be able to do.
Regards
Chris
3.2.0 New Internet Sample : Web Service ???
Publicado: Vie Ene 03, 2014 2:04 pm
por ignacio
ChrisGillard escribió el vie, 03 enero 2014 13:24Hi,
Just looking at 3.2.0 and see a new internet sample 'Web Service' in the whatsnew.html.
I am not seeing that sample in the samplesinternet folder.
I have Xailer Pro ... maybe its an Enterprise feature.
As we still use xbase++ & xb2.net to make special web service/servers I am interested in learning what Xailer might be able to do.
Regards
Chris
See samples at:
- SamplesInternetGeolocation
- SamplesInternetStockQuote
- SamplesInternetURLShortener
Regards,
3.2.0 New Internet Sample : Web Service ???
Publicado: Lun Ene 06, 2014 12:07 pm
por ChrisGillard
Hi Ignacio,
Thanks for the reply and I have taken a look and they are all good examples.
I think I misunderstood the 'internet services' wording and thought of 'internet servers' so I was looking for something like that.
With Xailer 2.X and xHarbour I did achieve a multithreaded server that listened on a port for messages from our applications in the field but unfortunately it did not appear to cope if too many messages arrived too fast .... probably due to the xharbour multi threading.
Maybe I will have a go with Xailer 3.X with harbour and your new thread class. Maybe this will do better.
As always thank you for a great product.
Chris
3.2.0 New Internet Sample : Web Service ???
Publicado: Lun Ene 06, 2014 1:40 pm
por jfgimenez
Chris,
> With Xailer 2.X and xHarbour I did achieve a multithreaded
> server that listened on a port for messages from our
> applications in the field but unfortunately it did not
> appear to cope if too many messages arrived too fast ....
> probably due to the xharbour multi threading.
>
> Maybe I will have a go with Xailer 3.X with haerbour and
> your new thread class. Maybe this will do better.
xHarbour's MT never worked fine, but Harbour's one should do. Please,
try it and tell us your experiences.
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
3.2.0 New Internet Sample : Web Service ???
Publicado: Mié Ene 08, 2014 1:11 pm
por ChrisGillard
Jose,
I will try to find the source for the project and rework it for Xailer 3 and the Thread class.
May take a little while as bit busy, but will let you know.
Would be good if MT is really sorted.
Chris