User Tag List

Results 1 to 2 of 2

Thread: SQLite Lacewing Server Available For Users

  1. #1
    Clicker Fusion 2.5 DeveloperSWF Export Module

    Join Date
    Apr 2008
    Posts
    488
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    SQLite Lacewing Server Available For Users

    If any users want to use the lacewing server I developed with SQLite integration, you can access the website below.

    The software comes bundled with the server software, and client source file to develop your application around the server. If you have any questions please message me or contact me by email from my site:

    http://sqlmmfusion.com/

    Description:

    The SQLite Server application allows a SQLite database to be hosted over a network connection, allowing multiple clients to concurrently write & read to the SQLite database. The server application handles a queue of requests which prevents file locking, which would normally occur if you were to share a SQLite database by multiple users. The clients connect by a TCP/IP lacewing socket connection.

    Features:

    • Requests made to the server are queued, allowing many clients to write/read from database. Tested on 1000+ clients.
    • 256-bit Encryption. The option to allow encrypted message transactions.
    • Whitelisting & blacklisting IP addresses from accessing the server.
    • Log All Client Data transmission.
    • Single database sharing across multiple server processes. Multiple servers can queue across a single database allowing load balancing to be handled across multiple servers.
    • Multi database sharing across multiple server processes. Run several databases from multiple server processes on a single machine.
    • Memory or File database mode.
    • Adobe flash supported mode.
    • Clients can download and upload large files concurrently.
    • Easy syntax for SQL select statements and Insert/Update transactions.
    • Log of all communication and SQL transactions
    • Backup database option.

  2. #2
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Mar 2014
    Location
    KL, Malaysia
    Posts
    93
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Interesting product.

Similar Threads

  1. Example File - Lacewing Server Using SQLite database without locking
    By MikeB in forum Guides, Tutorials, Examples, Widgets
    Replies: 0
    Last Post: 26th August 2015, 06:33 PM
  2. Lacewing Server in C
    By danworth in forum Lacewing
    Replies: 6
    Last Post: 17th March 2014, 08:50 AM
  3. Basic Lacewing server/Serveur Lacewing basique
    By samcool_129 in forum File Archive
    Replies: 4
    Last Post: 24th April 2013, 05:50 AM
  4. Lacewing Web Server
    By DJFuego in forum Lacewing
    Replies: 1
    Last Post: 11th March 2011, 05:17 PM
  5. Lacewing server? Just a little help.
    By Gibbon in forum Lacewing
    Replies: 12
    Last Post: 16th December 2010, 06:22 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •