PDA

View Full Version : some questions (essential)


oleane
08-31-2004, 12:54 AM
Hi,

1- Does LPS is conceived to work off line. For example if i request lps server to retrieve .lzx module. Can i run it independently from the server, locally on my computer ?
2- how can i do to put .lzx in cache (server side) ?
3- are there ways to reduce . lzx size ?

4 other problem i meet :

I use a dataset to read .xml data file with accented characters (encoding="iso-8859-1"). That's work fine with embbeded method. But when the dataset refer to a remote HTTP .XML file, lsz does not take the accents any more ! why ?

Thank

antun
08-31-2004, 08:56 AM
Does LPS is conceived to work off line.

This isn't supported at the moment. The LPS is required to:

- Serve the application to a client.
- Transcode data and media requests.

You could probably write an application that allowed a dial-up user to log on, load the application, log off, work with the application before finally logging back on to update it.

how can i do to put .lzx in cache (server side) ?

Server-side cacheing is handled automatically by the LPS by default.

are there ways to reduce . lzx size ?

Yes, the first step is to see if there are any art assets you can optimize. How many fonts does your application include? Are you referring to a KRANKed application?

other problem i meet...

This could be a bug - what version of the LPS are you using?

-Antun

oleane
08-31-2004, 09:53 AM
the version i use is 2.1.2.0 (build lps-2.1.2-000937-0001)